.dropdown-menu .content-tab-list .note{
    color: #000;
}

/* FAQ search form — pill style */
.section-faq .box-form-search {
    margin: 0 auto 2.5rem;
    max-width: 720px;
}

.section-faq .faq-search-form {
    position: relative;
    width: 100%;
}

.section-faq .faq-search-form__inner {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
    min-height: 64px;
    padding: 6px 6px 6px 1.5rem;
    border: 0;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.25s ease;
}

.section-faq .faq-search-form:focus-within .faq-search-form__inner {
    box-shadow: 0 10px 32px rgba(26, 86, 219, 0.16);
}

.section-faq .faq-search-icon {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #9aa0a6;
    font-size: 18px;
    line-height: 1;
}

.section-faq .faq-search-input {
    flex: 1 1 auto;
    min-width: 0;
    height: 48px;
    padding: 0;
    border: 0;
    outline: none;
    background: transparent;
    color: #1a1a1a;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}

.section-faq .faq-search-input::placeholder {
    color: #9aa0a6;
}

.section-faq .faq-search-input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.section-faq .faq-search-form .btn-search {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-width: 108px;
    height: 48px;
    padding: 0 1.5rem;
    border: 0;
    border-radius: 999px;
    background: #1a56db;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    transition: background-color 0.25s ease, transform 0.2s ease;
}

.section-faq .faq-search-form .btn-search i {
    font-size: 15px;
    line-height: 1;
}

.section-faq .faq-search-form .btn-search:hover {
    background: #1546b5;
}

.section-faq .faq-search-form .btn-search:active {
    transform: scale(0.98);
}

.section-faq .faq-search-form.is-loading .btn-search {
    opacity: 0.7;
    pointer-events: none;
}

.section-faq .faq-search-status {
    margin-top: 0.75rem;
    min-height: 1.25em;
    color: #666;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.section-faq .faq-search-status.is-visible {
    opacity: 1;
}

.section-faq .faq-search-status.is-error {
    color: #c0392b;
}

.section-faq .faq-search-empty {
    padding: 2rem 0;
    color: #666;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
}

.section-faq .faq-search-empty[hidden] {
    display: none !important;
}

@media (max-width: 767px) {
    .section-faq .box-form-search {
        margin-bottom: 1.75rem;
        max-width: 100%;
    }

    .section-faq .faq-search-form__inner {
        min-height: 56px;
        padding: 5px 5px 5px 1rem;
        gap: 0.5rem;
    }

    .section-faq .faq-search-icon {
        font-size: 16px;
    }

    .section-faq .faq-search-input {
        height: 42px;
        font-size: 14px;
    }

    .section-faq .faq-search-form .btn-search {
        min-width: 90px;
        height: 42px;
        padding: 0 1.1rem;
        font-size: 14px;
        gap: 0.35rem;
    }
}
