.bwa-faq-section {
    padding: 56px 20px;
    background: #f7f9fb;
}

.bwa-faq-section__inner {
    width: min(1120px, 100%);
    margin: 0 auto;
}

.bwa-faq-section__header {
    display: grid;
    gap: 10px;
    margin-bottom: 28px;
    justify-items: center;
    text-align: center;
}

.bwa-faq-section__title {
    margin: 0;
    color: #1c2842;
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.2;
    font-weight: 700;
}

.bwa-faq-section__subtitle {
    max-width: 780px;
    margin: 0;
    color: #526070;
    font-size: 17px;
    line-height: 1.6;
}

.bwa-faq-section__content {
    min-width: 0;
}

.bwa-faq-section__notice {
    margin: 0;
    padding: 18px 20px;
    color: #7a4b00;
    background: #fff7df;
    border: 1px solid #f0c36a;
    border-radius: 8px;
}

.bwa-faq-section .bwa-faq__search {
    margin-bottom: 22px;
}

.bwa-faq-section .bwa-faq__search-input {
    width: 100%;
    min-height: 48px;
    padding: 12px 16px;
    color: #1c2842;
    background: #fff;
    border: 1px solid #d6e0ea;
    border-radius: 8px;
}

.bwa-faq-section .all-faq,
.bwa-faq-section .bwa-faq {
    width: 100%;
    max-width: 100%;
    --bwa-faq-primary: #1c2842;
    --bwa-faq-text: #334155;
    --bwa-faq-accent: #03b0ef;
    --bwa-faq-bg: #fff;
    --bwa-faq-border: #e2e8f0;
}

.bwa-faq-section .all-faq--container,
.bwa-faq-section .bwa-faq__container {
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-height: 0;
    max-width: 100%;
    overflow: visible;
}

.bwa-faq-section .all-faq--groups,
.bwa-faq-section .bwa-faq--groups,
.bwa-faq-section .all-faq--categories,
.bwa-faq-section .bwa-faq__categories,
.bwa-faq-section .pagination-slider,
.bwa-faq-section .group-section .title,
.bwa-faq-section .bwa-faq__group-title,
.bwa-faq-section .bwa-faq__section-title {
    display: none !important;
}

.bwa-faq-section .group-section,
.bwa-faq-section .bwa-faq__section {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.bwa-faq-section .all-faq .all-faq--container .all-faq__wrapper-item,
.bwa-faq-section .bwa-faq--accordion .bwa-faq__item,
.bwa-faq-section .bwa-faq__list-item,
.bwa-faq-section .bwa-faq__grid-item {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    box-shadow: 0 10px 28px rgba(28, 40, 66, 0.07);
    overflow: hidden;
}

.bwa-faq-section .all-faq__wrapper-item__title,
.bwa-faq-section .bwa-faq--accordion .bwa-faq__question {
    min-height: 70px;
    background: #fff;
}

.bwa-faq-section .all-faq__wrapper-item__description,
.bwa-faq-section .bwa-faq--accordion .bwa-faq__answer,
.bwa-faq-section .bwa-faq--accordion .bwa-faq__answer-content {
    background: #fff;
    max-width: 100%;
}

.bwa-faq-section .dropdown-cta,
.bwa-faq-section .bwa-faq--accordion .bwa-faq__icon {
    color: #03b0ef !important;
}

.bwa-faq-section .dropdown-cta svg path,
.bwa-faq-section .dropdown-cta svg line,
.bwa-faq-section .bwa-faq--accordion .bwa-faq__icon svg path,
.bwa-faq-section .bwa-faq--accordion .bwa-faq__icon svg line {
    stroke: #03b0ef !important;
}

.bwa-faq-section .bwa-faq__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.bwa-faq-section .bwa-faq__grid-item {
    padding: 24px;
    background: #fff;
    border-radius: 8px;
}

.bwa-faq-section .bwa-faq__grid-question,
.bwa-faq-section .bwa-faq__list-question {
    color: #1c2842;
}

.bwa-faq-section .bwa-faq__grid-answer,
.bwa-faq-section .bwa-faq__list-answer,
.bwa-faq-section .all-faq__wrapper-item__description {
    color: #334155;
    line-height: 1.7;
}

@media screen and (max-width: 760px) {
    .bwa-faq-section {
        padding: 36px 15px;
    }

    .bwa-faq-section .bwa-faq__grid {
        grid-template-columns: 1fr;
    }
}
