.next-faq-page {
    --next-content-gutter: 12px;
    color: var(--next-ink, #172326);
}

.next-faq-content {
    width: calc(100% - (var(--next-content-gutter) * 2));
    max-width: 1320px;
    margin-inline: auto;
    box-sizing: border-box;
}

.next-faq-content > .row {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.next-faq-section,
.next-faq-single {
    width: 100%;
    overflow: hidden;
    margin-bottom: 28px;
    border: 1px solid var(--next-border, #e9eff0);
    border-radius: var(--next-radius, 18px);
    background: var(--next-surface, #fff);
    box-shadow: var(--next-shadow, 0 10px 30px rgba(23,35,38,.06));
}

/* Reuse Homepage section header language */

.next-faq-section .next-section-head {
    min-height: 58px;
    border-bottom: 1px solid var(--next-border, #e9eff0);
}

.next-faq-section .next-section-title-wrap,
.next-faq-single .next-section-title-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

.next-faq-section .next-section-icon,
.next-faq-single .next-section-icon {
    flex: 0 0 34px;
}

.next-faq-section .slider-title,
.next-faq-single .slider-title {
    color: var(--next-ink, #172326);
    font-size: 15px;
    font-weight: 900;
}

.next-faq-section .next-section-subtitle,
.next-faq-single .next-section-subtitle {
    display: block;
    color: #9aa5a7;
    font-size: 9px;
    line-height: 1.7;
}

.next-faq-intro {
    border-bottom: 1px solid var(--next-border, #e9eff0);
    background: #fcfefe;
}

.next-faq-intro p {
    color: var(--next-muted, #6f7d80);
    font-size: 11px;
    line-height: 2;
}

.next-faq-image-col {
    border-left: 1px solid var(--next-border, #e9eff0);
}

.next-faq-image-wrap {
    top: 16px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 28px 18px;
}

.next-faq-image-wrap img {
    width: 100%;
    max-width: 210px;
    height: auto;
}

/* Accordion */

.next-faq-list {
    min-width: 0;
}

.next-faq-item {
    overflow: hidden;
    border: 1px solid var(--next-border, #e9eff0) !important;
    border-radius: 12px !important;
    background: #fff;
}

.next-faq-item + .next-faq-item {
    margin-top: 8px;
}

.next-faq-item .accordion-button {
    padding: 13px 14px;
    color: var(--next-ink, #172326);
    background: #fff;
    box-shadow: none !important;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.8;
}

.next-faq-item .accordion-button:not(.collapsed) {
    color: var(--next-primary-dark, #008f91);
    background: rgba(0,186,186,.045);
}

.next-faq-item .accordion-button:focus {
    border-color: transparent;
}

.next-faq-item .accordion-body {
    color: #465457;
    font-size: 11px;
    line-height: 2;
}

.next-faq-item .accordion-body p:last-child {
    margin-bottom: 0;
}

.next-faq-more {
    color: var(--next-primary-dark, #008f91) !important;
    text-decoration: none;
}

.next-faq-more:hover {
    color: var(--next-primary, #00baba) !important;
}

/* Single FAQ */

.next-faq-single {
    padding: 0;
}

.next-faq-single > .p-3:first-child {
    border-bottom: 1px solid var(--next-border, #e9eff0);
}

.next-faq-single-body {
    color: #465457;
    font-size: 14px;
    line-height: 2.15;
}

.next-faq-single-body p {
    margin-bottom: 1rem;
}

.next-faq-single-body h2,
.next-faq-single-body h3,
.next-faq-single-body h4 {
    color: var(--next-ink, #172326);
    font-weight: 900;
    line-height: 1.7;
}

.next-faq-single-body img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}

.next-faq-single-body a {
    color: var(--next-primary-dark, #008f91);
}

/* Comments — same visual language as the rest of the refreshed site */

.next-faq-comments {
    margin-top: 0;
    border-top: 1px solid var(--next-border, #e9eff0);
}

.next-faq-comments .comments-area {
    margin: 0;
}

.next-faq-comments .comments-title,
.next-faq-comments .comment-reply-title {
    margin: 0 0 16px;
    color: var(--next-ink, #172326);
    font-size: 15px;
    font-weight: 900;
}

.next-faq-comments .comment-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.next-faq-comments .comment-body {
    margin-bottom: 10px;
    padding: 12px;
    border: 1px solid var(--next-border, #e9eff0);
    border-radius: 12px;
    background: #fff;
}

.next-faq-comments .comment-author {
    font-size: 11px;
    font-weight: 800;
}

.next-faq-comments .comment-metadata {
    margin-top: 4px;
    color: var(--next-muted, #6f7d80);
    font-size: 9px;
}

.next-faq-comments .comment-content {
    margin-top: 8px;
    color: #465457;
    font-size: 11px;
    line-height: 2;
}

.next-faq-comments .comment-form input[type="text"],
.next-faq-comments .comment-form input[type="email"],
.next-faq-comments .comment-form input[type="url"],
.next-faq-comments .comment-form textarea {
    width: 100%;
    border: 1px solid #dfe8e8;
    border-radius: 9px;
    padding: 9px 12px;
    outline: none;
    font-size: 11px;
}

.next-faq-comments .comment-form input:focus,
.next-faq-comments .comment-form textarea:focus {
    border-color: var(--next-primary, #00baba);
    box-shadow: 0 0 0 3px rgba(0,186,186,.10);
}

.next-faq-comments .comment-form .submit {
    border: 0;
    border-radius: 9px;
    padding: 10px 22px;
    background: var(--next-primary, #00baba);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    cursor: pointer;
}

/* Same Bootstrap container breakpoints as Homepage */

@media (min-width: 576px) {
    .next-faq-content { max-width: 540px; }
}

@media (min-width: 768px) {
    .next-faq-content { max-width: 720px; }
}

@media (min-width: 992px) {
    .next-faq-content { max-width: 960px; }
}

@media (min-width: 1200px) {
    .next-faq-content { max-width: 1140px; }
}

@media (min-width: 1400px) {
    .next-faq-content { max-width: 1320px; }
}

@media (max-width: 767.98px) {
    .next-faq-page {
        --next-content-gutter: 10px;
    }

    .next-faq-section .next-section-head {
        min-height: 54px;
    }

    .next-faq-section .slider-title,
    .next-faq-single .slider-title {
        font-size: 13px;
    }

    .next-faq-image-col {
        border-left: 0;
        border-bottom: 1px solid var(--next-border, #e9eff0);
    }

    .next-faq-image-wrap {
        position: static !important;
        padding: 18px 12px;
    }

    .next-faq-image-wrap img {
        max-width: 145px;
    }

    .next-faq-intro p,
    .next-faq-item .accordion-body {
        font-size: 10px;
    }

    .next-faq-single-body {
        font-size: 13px;
        line-height: 2;
    }
}