.k-tpa-icon svg {
    width: 16px;
    height: 16px;
    margin-right: 6px;
}
.k-tpa-item, .k-tpa-content {
    display: flex;
    flex-direction: row;
}
.k-tpa-label {
    margin-right: 4px;
}
.k-tpa-inner {
    display: flex;
    flex-wrap: nowrap;
    border-bottom: 1px solid #000;
    padding-bottom: 12px;
}
.k-tpa-col {
    flex: 0 0 49%;
    max-width: 49%;
}
.k-tpa-tour-detail-attr-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: center;
    column-gap: 12px;
}
.k-tpa-tour-detail-attr-inner .k-tpa-item {
    flex: 0 0 30%;
    max-width: 30%;
    margin-bottom: 18px;
}
.k-tpa-tour-detail-attr-wrapper {
    padding: 12px 0;
    border-bottom: 1px solid #37b864;
    margin-top: 16px;
}
.k-tpa-heading-wrapper h3 {
    margin-bottom: 12px;
}
.k-tpa-tour-detail-attr-wrapper .k-tpa-icon, .k-tpa-tour-detail-attr-wrapper .k-tpa-content {
    display: flex;
    align-items: center;
}
.k-tpa-tour-detail-attr-wrapper .k-tpa-content {
    font-size: 15px;
    line-height: 20px;
}
.k-tpa-inner .k-tpa-item {
    margin-bottom: 12px;
}
.k-tpa-free-pop-up-wrapper {
    position: fixed;
    bottom: 48px;
    left: 48px;
    width: 100px;
    z-index: 100;
}
@media (max-width: 1025px) {
    .k-tpa-free-pop-up-wrapper {
        width: 80px;
        bottom: 24px;
        left: 24px;
    }
}
@media (max-width: 767px) {
    .k-tpa-free-pop-up-wrapper {
        width: 60px;
        bottom: 80px;
        left: 24px;
    }
}