.kanos-tour-faq .k-faq-list {
    padding-top: 15px;
}
.kanos-tour-faq .k-faq-item {
    border-bottom: 1px solid #e1e1e1;
    padding: 15px 0;
}
.kanos-tour-faq .k-faq-item:first-child {
    border-top: 1px solid #e1e1e1;
}
.kanos-tour-faq .k-faq-ask {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.kanos-tour-faq .k-faq-ask h3 {
    font-size: 18px;
    font-weight: 600;
    color: #111;
    margin: 0;
    line-height: 1.4;
    padding-right: 20px;
}
.kanos-tour-faq .k-faq-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    transition: transform 0.3s ease;
}
.kanos-tour-faq .k-faq-item.active .k-faq-icon {
    transform: rotate(45deg);
}
.kanos-tour-faq .k-faq-answer {
    color: #000;
    padding-top: 12px;
    display: none;
    line-height: 28px;
    font-size: 18px;
    font-weight: 400;
}
