﻿.vc-faq-page {
    background: #f4f6fb;
    padding: 40px 0 40px;
}
.vc-faq-wrapper {
    max-width: 85%;
    margin: 0 auto;
    padding: 0 16px;
}

/* ===== Left panel ===== */
.vc-faq-left {
    background: #fff;
    border-radius: 10px 0 0 10px;
    padding: 24px 0 24px 0;
    border: 1px solid #eee;
    border-right: none;
}

.vc-faq-title {
    font-size: 20px;
    font-weight: 700;
    color: #1f2937;
    padding: 0 20px;
    margin-bottom: 18px;
}

.vc-faq-search-box {
    background: #fff7ed;
    padding: 16px 20px 12px;
    margin-bottom: 4px;
}

.vc-faq-search {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    display: flex;
    align-items: center;
    padding: 10px 12px;
}

    .vc-faq-search i {
        color: #9ca3af;
        margin-right: 8px;
        font-size: 14px;
    }

    .vc-faq-search input {
        border: none;
        outline: none;
        width: 100%;
        font-size: 13px;
        background: transparent;
    }

.vc-faq-list {
    max-height: 640px;
    overflow-y: auto;
}

.vc-faq-group-label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: #9ca3af;
    letter-spacing: 0.5px;
    padding: 14px 20px 6px;
}

.vc-faq-list-item {
    display: block;
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    border-bottom: 1px solid #f1f1f1;
    padding: 12px 20px;
    font-size: 14px;
    color: #374151;
}

    .vc-faq-list-item:hover {
        background: #fff7ed;
        color: #f97316;
    }

    .vc-faq-list-item.active {
        color: #f97316;
        font-weight: 600;
        background: #fff7ed;
    }

.vc-faq-no-result {
    text-align: center;
    padding: 40px 20px;
    color: #9ca3af;
}

    .vc-faq-no-result i {
        font-size: 32px;
        margin-bottom: 8px;
        display: block;
    }

/* ===== Right panel ===== */
.vc-faq-right {
    background: #fff;
    border-radius: 0 10px 10px 0;
    border: 1px solid #eee;
    padding: 32px 40px;
    min-height: 500px;
}

.vc-faq-detail {
    display: none;
}

    .vc-faq-detail.active {
        display: block;
    }

.vc-faq-detail-question {
    font-size: 19px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 4px;
}

.vc-faq-detail-question-bn {
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 12px;
}

.vc-faq-detail hr {
    border-top: 1px solid #eee;
    margin: 16px 0 24px;
}

.vc-faq-detail-answer {
    font-size: 15px;
    line-height: 1.8;
    color: #374151;
}

.vc-faq-detail-answer-bn {
    color: #6b7280;
    margin-top: 10px;
}

/* ===== Help box ===== */
.vc-faq-help {
    text-align: center;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 32px;
    margin-top: 32px;
}

    .vc-faq-help h4 span {
        font-weight: 400;
        color: #6b7280;
        font-size: 15px;
    }

.vc-faq-help-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #f97316;
    color: #fff;
    padding: 10px 24px;
    border-radius: 6px;
    margin-top: 12px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}

    .vc-faq-help-btn:hover {
        background: #ea6a0c;
        color: #fff;
    }

/* ===== Responsive ===== */
@media (max-width: 991px) {
    .vc-faq-left {
        border-radius: 10px;
        border-right: 1px solid #eee;
        margin-bottom: 20px;
    }

    .vc-faq-right {
        border-radius: 10px;
    }

    .vc-faq-list {
        max-height: 320px;
    }
}
