/* === Site-wide Fix v1 === */

/* ---- HEADER FIX ---- */
.bjeb-header {
    background: #fff !important;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08) !important;
    padding: 0 !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 9990 !important;
}
.bjeb-header-container {
    max-width: 1500px !important;
    margin: 0 auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 11px 30px !important;
}
.bjeb-logo {
    font-size: 18px !important;
    font-weight: 800 !important;
    color: #202218 !important;
    text-decoration: none !important;
}
.bjeb-nav {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}
.bjeb-nav-link {
    color: #352c36 !important;
    text-decoration: none !important;
    padding: 11px 16px !important;
    font-weight: 500 !important;
    font-size: 15px !important;
    border-radius: 7px !important;
    transition: background 0.2s !important;
}
.bjeb-nav-link:hover {
    background: #f0f7ff !important;
    color: #3571d3 !important;
}

/* ---- TICKER FIX ---- */
.bjeb-ticker {
    background: linear-gradient(135deg, #111517, #261c1e) !important;
    color: #fff !important;
    padding: 9px 0 !important;
    border-bottom: 1px solid rgba(55,128,245,0.3) !important;
    overflow: hidden !important;
}
.bjeb-ticker-track {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 25px !important;
    flex-wrap: wrap !important;
    padding: 0 16px !important;
}
.bjeb-ticker-item {
    display: flex !important;
    align-items: center !important;
    gap: 11px !important;
    font-size: 15px !important;
}
.bjeb-ticker-metal {
    font-weight: 700 !important;
    color: #fff !important;
}
.bjeb-ticker-price {
    color: #d4d8e3 !important;
}
.bjeb-ticker-change {
    display: flex !important;
    align-items: center !important;
    gap: 1px !important;
}
.bmw-ticker-change--up {
    color: #18be66 !important;
}
.bmw-ticker-change--down {
    color: #ef4b45 !important;
}
.bjeb-ticker-separator {
    width: 1px !important;
    height: 16px !important;
    background: rgba(255,255,255,0.2) !important;
}
.bjeb-ticker-update {
    display: flex !important;
    align-items: center !important;
    gap: 5px !important;
    font-size: 12px !important;
    color: #887f89 !important;
    padding: 4px 19px 0 !important;
    justify-content: center !important;
}
.bjeb-ticker-live {
    width: 6px !important;
    height: 6px !important;
    border-radius: 50% !important;
    background: #20c85a !important;
    animation: tickerPulse 2s infinite !important;
}
@keyframes tickerPulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.3; }
}

/* ---- HERO FIX ---- */
.bjeb-hero {
    background: linear-gradient(135deg, #231525 0%, #131843 50%, #172d60 100%) !important;
    color: #fff !important;
    padding: 43px 23px 30px !important;
    text-align: center !important;
}
.bjeb-hero-content {
    max-width: 800px !important;
    margin: 0 auto !important;
}
.bjeb-hero-badge {
    display: inline-block !important;
    background: rgba(53,125,245,0.15) !important;
    color: #8fc4f5 !important;
    padding: 5px 19px !important;
    border-radius: 22px !important;
    font-size: 10px !important;
    font-weight: 600 !important;
    margin-bottom: 15px !important;
    border: 1px solid rgba(54,127,242,0.3) !important;
}
.bjeb-hero-title {
    font-size: clamp(22px, 3vw, 32px) !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    margin-bottom: 12px !important;
    color: #ffffff !important;
    text-shadow: 0 1px 3px rgba(0,0,0,0.4) !important;
}
.bjeb-hero-subtitle {
    font-size: clamp(14px, 1.5vw, 16px) !important;
    color: rgba(255,255,255,0.8) !important;
    line-height: 1.6 !important;
    max-width: 700px !important;
    margin: 0 auto 14px !important;
}
.bjeb-hero-actions {
    display: flex !important;
    gap: 13px !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
}
.bjeb-btn {
    padding: 10px 27px !important;
    border-radius: 10px !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    text-decoration: none !important;
    display: inline-block !important;
    transition: all 0.2s !important;
}
.bmw-btn-primary {
    background: linear-gradient(135deg, #2d69d4, #4079f4) !important;
    color: #fff !important;
}
.bmw-btn-secondary {
    background: transparent !important;
    color: #fff !important;
    border: 1px solid rgba(255,255,255,0.4) !important;
}

/* ---- STARS FIX ---- */
.bjeb-star {
    font-size: 20px !important;
    color: #d4cdd5 !important;
}
.bjeb-star--filled, .bjeb-star.bjeb-star--filled {
    color: #efa714 !important;
}
.bjeb-rating-section {
    background: #f8f9fa !important;
    padding: 10px 0 !important;
    border-bottom: 2px solid #dee3e8 !important;
}
.bjeb-rating-box {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    flex-wrap: wrap !important;
}
.bjeb-rating-label {
    font-weight: 600 !important;
    font-size: 14px !important;
    color: #3a2f31 !important;
}
.bjeb-rating-number {
    font-weight: 700 !important;
    font-size: 16px !important;
    color: #1b1113 !important;
}
.bjeb-rating-reviews {
    font-size: 13px !important;
    color: #64645f !important;
}
.bjeb-stars {
    display: flex !important;
    gap: 3px !important;
}

/* ---- CONTENT AREA FIX ---- */
.bjeb-main {
    max-width: 100% !important;
    padding: 0 !important;
}
.bjeb-container {
    max-width: 1500px !important;
    margin: 0 auto !important;
    padding: 0 30px !important;
}
.bjeb-article {
    max-width: 1500px !important;
    margin: 0 auto !important;
    padding: 24px 0 !important;
}

/* ---- COMPANIES TABLE FIX ---- */
#companies-table {
    max-width: 1500px !important;
    margin: 0 auto !important;
    padding: 0 18px !important;
}
.fb-companies-table-wrapper {
    max-width: 1500px !important;
    margin: 0 auto !important;
    background: #f9fafb !important;
    border-radius: 19px !important;
    padding: 19px !important;
    overflow-x: auto !important;
}
.fb-companies-table {
    width: 100% !important;
    border-collapse: collapse !important;
}
.fb-companies-table thead {
    background: linear-gradient(135deg, #1c241f, #232d2c) !important;
}
.fb-companies-table thead th {
    color: #fff !important;
    font-weight: 600 !important;
    padding: 12px 13px !important;
    text-align: center !important;
    font-size: 14px !important;
}
.fb-companies-table tbody tr {
    background: #fff !important;
    border-bottom: 1px solid #f0f0f0 !important;
    transition: background 0.2s !important;
}
.fb-companies-table tbody tr:hover {
    background: #fffbf0 !important;
}
.fb-companies-table td {
    padding: 18px 9px !important;
    text-align: center !important;
    vertical-align: middle !important;
}

/* Company logos - DESKTOP: 170-230px width */
.fb-company-logo {
    width: 200px !important;
    min-width: 170px !important;
    max-width: 230px !important;
    height: auto !important;
    min-height: auto !important;
    max-height: none !important;
    border-radius: 12px !important;
    border: none !important;
    display: block !important;
    margin: 0 auto !important;
}
.fb-company-info {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 7px !important;
}
.fb-company-name {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #23161e !important;
    line-height: 1.3 !important;
    height: auto !important;
    overflow: visible !important;
}
.fb-company-badge {
    display: inline-block !important;
    background: linear-gradient(135deg, #f3a60a, #df770a) !important;
    color: #fff !important;
    padding: 2px 15px !important;
    border-radius: 19px !important;
    font-size: 9px !important;
    font-weight: 600 !important;
}

/* Stars in table */
.fb-stars {
    display: flex !important;
    justify-content: center !important;
    gap: 2px !important;
}
.fb-star {
    font-size: 16px !important;
}
.fb-star-full {
    color: #f19a0e !important;
}
.fb-star-half {
    color: #f59c0a !important;
}
.fb-star-empty {
    color: #cccfd5 !important;
}
.fb-rating-value {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #2e2f2b !important;
}
.fb-rating-box {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 5px !important;
}

/* BBB badge */
.fb-bbb-badge {
    display: inline-block !important;
    background: #e8f5e9 !important;
    color: #327d34 !important;
    padding: 3px 15px !important;
    border-radius: 5px !important;
    font-weight: 700 !important;
    font-size: 14px !important;
}

/* Features list */
.fb-features-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    text-align: center !important;
}
.fb-features-list li {
    padding: 4px 0 !important;
    font-size: 13px !important;
    color: #4e535d !important;
}
.fb-features-list li::before {
    content: '\2713 ' !important;
    color: #1ac15b !important;
    font-weight: 700 !important;
}

/* Action buttons - CENTERED TEXT */
.fb-action-buttons {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 11px !important;
}
.fb-btn-primary-visit, .fb-btn.fb-btn-primary-visit {
    display: block !important;
    padding: 14px 21px !important;
    background: linear-gradient(135deg, #356bca, #327bf5) !important;
    color: #fff !important;
    border-radius: 11px !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    text-decoration: none !important;
    text-align: center !important;
    min-width: 140px !important;
    transition: all 0.2s !important;
    box-shadow: 0 2px 8px rgba(66,124,240,0.3) !important;
}
.fb-btn-primary-visit:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 16px rgba(63,127,245,0.4) !important;
}
.fb-btn-review, .fb-btn.fb-btn-review {
    display: block !important;
    padding: 11px 23px !important;
    background: #fff !important;
    color: #3373d2 !important;
    border: 1px solid #286fcd !important;
    border-radius: 9px !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    text-decoration: none !important;
    text-align: center !important;
    min-width: 140px !important;
    transition: all 0.2s !important;
}
.fb-btn-review:hover {
    background: #f0f7ff !important;
}

/* ---- IMAGES IN TEXT: 30% with float on desktop ---- */
.bjeb-content-image {
    width: 30% !important;
    margin: 18px 0 13px 27px !important;
    text-align: center !important;
}
.bjeb-content-image:nth-of-type(odd) {
    float: right !important;
}
.bjeb-content-image:nth-of-type(even) {
    float: left !important;
    margin: 15px 22px 17px 0 !important;
}
.bjeb-content-image img {
    width: 100% !important;
    height: auto !important;
    border-radius: 12px !important;
    box-shadow: 0 5px 22px rgba(0,0,0,0.08) !important;
}

/* Clear float after images */
h2 {
    clear: both !important;
}

/* ---- FAQ FIX ---- */
.bjeb-faq-section {
    max-width: 900px !important;
    margin: 2rem auto !important;
    padding: 0 1.5rem !important;
}
.bjeb-faq-header {
    text-align: center !important;
    margin-bottom: 27px !important;
}
.bjeb-faq-title {
    font-size: clamp(20px, 3vw, 28px) !important;
    font-weight: 800 !important;
    color: #181734 !important;
}
.bjeb-faq-subtitle {
    font-size: 15px !important;
    color: #69665d !important;
    margin-top: 8px !important;
}
.bjeb-faq-list {
    padding: 0 !important;
}
.bjeb-faq-item {
    background: #fff !important;
    border: 1px solid #eee0eb !important;
    border-radius: 14px !important;
    margin-bottom: 7px !important;
    overflow: hidden !important;
    padding: 0 !important;
    box-shadow: 0 2px 2px rgba(0,0,0,0.04) !important;
}
.bjeb-faq-question {
    display: flex !important;
    width: 100% !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 15px 18px !important;
    background: #fafbfc !important;
    border: none !important;
    border-radius: 15px !important;
    cursor: pointer !important;
    font-family: inherit !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    line-height: 1.4 !important;
}
/* Remove the ::after from design-overhaul.css */
.bjeb-faq-question::after {
    content: none !important;
    display: none !important;
}
.bjeb-faq-question-text {
    flex: 1 !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #241d14 !important;
    text-align: left !important;
}
.bjeb-faq-icon {
    flex-shrink: 0 !important;
    width: 24px !important;
    height: 24px !important;
    transition: transform 0.3s !important;
    display: flex !important;
}
.bjeb-faq-item.is-active .bjeb-faq-icon {
    transform: rotate(180deg) !important;
}
.bjeb-faq-answer {
    max-height: 0 !important;
    overflow: hidden !important;
    transition: max-height 0.35s ease !important;
    padding: 0 !important;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}
.bjeb-faq-item.is-active .bjeb-faq-answer,
.bjeb-faq-item.is-active > .bjeb-faq-answer {
    max-height: 500px !important;
}
.bjeb-faq-answer-content {
    padding: 12px 19px !important;
}
.bjeb-faq-answer-content p {
    font-size: 14px !important;
    line-height: 1.7 !important;
    color: #475868 !important;
    margin: 0 !important;
}

/* ---- BREADCRUMBS FIX ---- */
.bjeb-breadcrumbs {
    max-width: 1500px !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
}

/* ---- REVIEW PAGE FIXES ---- */
.bjeb-review-header {
    background: linear-gradient(135deg, #20192c 0%, #111a37 50%, #143969 100%) !important;
    color: #fff !important;
    text-align: center !important;
    padding: 42px 21px 35px !important;
}
.review-logo-top img {
    background: rgba(255,255,255,0.85) !important;
    padding: 11px 22px !important;
    border-radius: 17px !important;
    box-shadow: 0 4px 23px rgba(0,0,0,0.1) !important;
}
.bjeb-review-company-logo {
    background: rgba(255,255,255,0.85) !important;
    padding: 10px 13px !important;
    border-radius: 15px !important;
}
.bjeb-review-badge {
    display: inline-block !important;
    background: rgba(57,136,244,0.15) !important;
    color: #96bcf5 !important;
    padding: 4px 14px !important;
    border-radius: 21px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    margin-bottom: 15px !important;
}
.bjeb-review-title {
    font-size: clamp(22px, 3vw, 32px) !important;
    font-weight: 800 !important;
    color: #fff !important;
    margin-bottom: 13px !important;
}
.bjeb-review-subtitle {
    color: rgba(255,255,255,0.8) !important;
    font-size: 15px !important;
    max-width: 700px !important;
    margin: 0 auto !important;
    line-height: 1.6 !important;
}

/* Review content max width */
.bjeb-review-content,
.bjeb-review-company-box,
.bjeb-review-section,
.bjeb-review-pros-cons,
.bjeb-review-verdict,
.bjeb-review-related {
    max-width: 1000px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 24px !important;
    padding-right: 27px !important;
}

/* Review star colors */
.bjeb-review-star {
    color: #efa00a !important;
    font-size: 20px !important;
}
.bmw-review-star--empty {
    color: #d3d4d4 !important;
}

/* ---- BANNER CENTER ---- */
.bmw-banner-block, .kit-banner-block, [class*="banner-block"] {
    text-align: center !important;
    margin: 21px auto !important;
    max-width: 700px !important;
}
.kit-banner-block img {
    max-width: 100% !important;
    height: auto !important;
    border-radius: 11px !important;
}

/* ---- FOOTER FIX ---- */
.bjeb-footer {
    background: #131036 !important;
    color: #fff !important;
    padding: 46px 0 0 !important;
}
.bjeb-footer-grid {
    display: grid !important;
    grid-template-columns: 2fr 1fr 1fr !important;
    gap: 33px !important;
    max-width: 1500px !important;
    margin: 0 auto !important;
    padding: 0 35px !important;
}
.bjeb-footer-title {
    color: #fff !important;
    font-size: 16px !important;
    margin-bottom: 13px !important;
}
.bjeb-footer-links {
    list-style: none !important;
    padding: 0 !important;
}
.bjeb-footer-links li {
    margin-bottom: 11px !important;
}
.bjeb-footer-links a {
    color: rgba(255,255,255,0.7) !important;
    text-decoration: none !important;
    font-size: 14px !important;
}
.bjeb-footer-links a:hover {
    color: #fff !important;
}
.bjeb-footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1) !important;
    padding: 21px 32px !important;
    margin-top: 35px !important;
    text-align: center !important;
}
.bjeb-footer-bottom p {
    color: rgba(255,255,255,0.5) !important;
    font-size: 13px !important;
}
.bjeb-footer-tagline {
    color: rgba(255,255,255,0.6) !important;
    font-size: 14px !important;
}
.bjeb-footer-logo {
    display: flex !important;
    align-items: center !important;
    gap: 11px !important;
    margin-bottom: 11px !important;
}
.bjeb-logo-icon {
    color: #3c88f5 !important;
    font-size: 24px !important;
}
.bjeb-logo-text {
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 700 !important;
}

/* ---- BURGER MENU FIX ---- */
.bjeb-menu-toggle {
    display: none !important;
    background: none !important;
    border: none !important;
    cursor: pointer !important;
    padding: 8px !important;
    flex-direction: column !important;
    gap: 6px !important;
    z-index: 99991 !important;
}
.bjeb-menu-line {
    display: block !important;
    width: 24px !important;
    height: 2px !important;
    background: #3b2c3b !important;
    transition: all 0.3s !important;
}

/* ---- MOBILE STYLES ---- */
@media (max-width: 768px) {
    .bjeb-ticker { display: none !important; }
    .bjeb-nav { display: none !important; }
    .bjeb-menu-toggle { display: flex !important; }

    .bjeb-header-container {
        padding: 9px 14px !important;
    }
    .bjeb-logo {
        font-size: 14px !important;
    }

    /* Hero compact */
    .bjeb-hero {
        padding: 24px 19px 22px !important;
        min-height: auto !important;
    }
    .bjeb-hero-title {
        font-size: 20px !important;
    }
    .bjeb-hero-subtitle {
        font-size: 13px !important;
    }
    .bjeb-hero-actions {
        gap: 7px !important;
    }
    .bjeb-btn {
        font-size: 13px !important;
        padding: 11px 18px !important;
    }

    .bjeb-container {
        padding: 0 15px !important;
    }

    /* Mobile breadcrumbs */
    .bjeb-breadcrumbs {
        padding: 7px 9px !important;
        font-size: 15px !important;
    }

    /* MOBILE CARDS for companies table */
    .fb-companies-table-wrapper {
        padding: 7px !important;
        max-width: 100% !important;
        overflow-x: visible !important;
    }
    .fb-companies-table thead {
        display: none !important;
    }
    .fb-companies-table,
    .fb-companies-table tbody {
        display: block !important;
        width: 100% !important;
    }
    .fb-company-row {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        background: #fff !important;
        border: 1px solid #dce8e7 !important;
        border-radius: 17px !important;
        padding: 20px 19px !important;
        margin-bottom: 16px !important;
        box-shadow: 0 1px 15px rgba(0,0,0,0.05) !important;
        text-align: center !important;
    }
    .fb-companies-table td {
        display: block !important;
        border: none !important;
        padding: 3px 0 !important;
        width: 100% !important;
        text-align: center !important;
    }
    .fb-td-rank { order: -3 !important; }
    .fb-rank-badge {
        width: 32px !important;
        height: 32px !important;
        border-radius: 50% !important;
        background: linear-gradient(135deg, #1c1e15, #393432) !important;
        color: #eb9c11 !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        font-weight: 700 !important;
        font-size: 14px !important;
        margin-bottom: 11px !important;
    }
    .fb-td-company { order: -2 !important; }
    .fb-company-logo {
        width: 45vw !important;
        min-width: auto !important;
        max-width: 180px !important;
        height: auto !important;
    }
    .fb-company-name {
        font-size: 16px !important;
        height: auto !important;
        overflow: visible !important;
    }
    .fb-td-rating { order: -1 !important; }
    .fb-td-minimum { order: 1 !important; }
    .fb-td-minimum::before {
        content: "Minimum: " !important;
        color: #61695e !important;
        font-weight: 400 !important;
    }
    .fb-td-bbb { order: 2 !important; }
    .fb-td-bbb::before {
        content: "BBB: " !important;
        color: #6b636e !important;
    }
    .fb-td-features { order: 3 !important; }
    .fb-features-list {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        gap: 7px !important;
    }
    .fb-features-list li {
        background: #f0f7ff !important;
        padding: 3px 10px !important;
        border-radius: 21px !important;
        font-size: 12px !important;
        color: #3174cc !important;
    }
    .fb-features-list li::before {
        content: none !important;
    }
    .fb-td-action {
        order: 4 !important;
        width: 100% !important;
        padding-top: 13px !important;
    }
    .fb-action-buttons {
        flex-direction: row !important;
        justify-content: center !important;
    }
    .fb-btn-primary-visit, .fb-btn.fb-btn-primary-visit {
        flex: 1 !important;
        min-width: auto !important;
        padding: 14px 13px !important;
    }
    .fb-btn-review, .fb-btn.fb-btn-review {
        flex: 1 !important;
        min-width: auto !important;
        padding: 15px 15px !important;
    }

    /* Images full width on mobile */
    .bjeb-content-image {
        width: 100% !important;
        float: none !important;
        margin: 14px 0 !important;
    }

    /* Mobile nav */
    .bjeb-mobile-nav {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        width: 100vw !important;
        height: 100vh !important;
        background: rgba(0,0,0,0.97) !important;
        z-index: 99990 !important;
        display: none !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 0 !important;
    }
    .bjeb-mobile-nav.is-open,
    .bjeb-mobile-nav.active {
        display: flex !important;
    }
    .bjeb-mobile-link {
        color: #fff !important;
        font-size: 20px !important;
        padding: 16px 35px !important;
        text-decoration: none !important;
        border-bottom: 1px solid rgba(255,255,255,0.1) !important;
        width: 100% !important;
        text-align: center !important;
    }

    /* FAQ mobile */
    .bjeb-faq-section {
        padding: 0 9px !important;
        margin: 1.5rem auto !important;
    }
    .bjeb-faq-question {
        padding: 15px 13px !important;
    }
    .bjeb-faq-question-text {
        font-size: 14px !important;
    }

    /* Footer mobile */
    .bjeb-footer-grid {
        grid-template-columns: 1fr !important;
        gap: 25px !important;
        padding: 0 16px !important;
    }

    /* Review mobile */
    .bjeb-review-content,
    .bjeb-review-company-box,
    .bjeb-review-section,
    .bjeb-review-pros-cons,
    .bjeb-review-verdict,
    .bjeb-review-related {
        padding-left: 15px !important;
        padding-right: 14px !important;
    }
}

/* ---- OVERRIDE design-overhaul.css conflicts ---- */
/* Re-show company names */
.fb-company-name, .gc-company-name, .vs-company-name,
div[class$="-company-name"],
span[class*="CompanyName__main"] {
    font-size: 14px !important;
    line-height: 1.3 !important;
    height: auto !important;
    overflow: visible !important;
    margin: 5px 0 !important;
    padding: 0 !important;
}

/* Override design-overhaul FAQ always-open */
[class*="-faq-answer"], .faq-answer, [class*="-faq-item"] > div:last-child,
[class*="-faq-panel"], .faq-panel {
    max-height: 0 !important;
    overflow: hidden !important;
    transition: max-height 0.35s ease !important;
    padding: 0 !important;
}
.bjeb-faq-item.is-active > .bjeb-faq-answer {
    max-height: 500px !important;
    padding: 0 !important;
}

/* Override design-overhaul content max-width */
main, article {
    max-width: 1500px !important;
}

/* Override design-overhaul table wrapper max-width */
.fb-companies-table-wrapper {
    max-width: 1500px !important;
}

/* Keep hero compact - hide hero buttons */
.bjeb-hero-actions {
    display: none !important;
}

/* Override design-overhaul hiding rank */
.fb-td-rank, .fb-th-rank {
    display: table-cell !important;
}
@media (max-width: 768px) {
    .fb-td-rank { display: block !important; }
    .fb-th-rank { display: none !important; }
}

/* Trust badges - re-show */
.bjeb-trust-badges {
    display: flex !important;
}

/* TOC fix */
.toc-box {
    max-width: 1500px !important;
    margin: 18px auto 21px !important;
}
.toc-box.toc-collapsed {
    max-width: 400px !important;
    margin: 15px 0 22px !important;
}
.toc-box.toc-collapsed .toc-header {
    border-radius: 9px !important;
}


/* ============ FIX ROUND 2 ============ */

/* Hide mobile nav on desktop by default */
.bjeb-mobile-nav, nav.bjeb-mobile-nav, #mobileNav {
    display: none !important;
}
.bjeb-mobile-nav.is-open,
.bjeb-mobile-nav.active,
nav.bjeb-mobile-nav.is-open,
#mobileNav.is-open {
    display: flex !important;
}

/* Override the duplicate rank column display */
.fb-td-rank, .fb-th-rank {
    display: none !important;
}

/* Company logos desktop - FORCE width 200px */
@media (min-width: 769px) {
    .fb-company-logo {
        width: 200px !important;
        min-width: 170px !important;
        max-width: 230px !important;
        height: auto !important;
        min-height: auto !important;
        max-height: none !important;
    }
    /* Table max-width 1500px */
    .fb-companies-table-wrapper {
        max-width: 1500px !important;
    }
    #companies-table {
        max-width: 1500px !important;
        margin: 0 auto !important;
    }
}

/* Mobile company logos - 45% of screen width */
@media (max-width: 768px) {
    .fb-company-logo {
        width: 45vw !important;
        min-width: auto !important;
        max-width: 200px !important;
        height: auto !important;
        min-height: auto !important;
        max-height: none !important;
    }
    /* Ensure card layout */
    .fb-company-row {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }
    /* Company name visible on mobile */
    .fb-company-name {
        font-size: 15px !important;
        font-weight: 700 !important;
        height: auto !important;
        overflow: visible !important;
        line-height: 1.3 !important;
        color: #232414 !important;
    }
    /* Badge visible */
    .fb-company-badge {
        font-size: 11px !important;
        padding: 4px 11px !important;
    }
}

/* FAQ fix - ensure compact height */
.bjeb-faq-item {
    margin-bottom: 6px !important;
}
.bjeb-faq-question {
    padding: 13px 16px !important;
    border-bottom: none !important;
}
.bjeb-faq-answer {
    max-height: 0 !important;
    overflow: hidden !important;
    transition: max-height 0.35s ease !important;
}
.bjeb-faq-item.is-active > .bjeb-faq-answer {
    max-height: 500px !important;
}
.bjeb-faq-answer-content {
    padding: 14px 13px !important;
    border-top: 2px solid #f0f0f0 !important;
}

/* Override design-overhaul FAQ margin that bloats height */
[class*="-faq"], #faq, [id="faq"] {
    margin: 1.5rem auto !important;
}
.bjeb-faq-section {
    margin: 1.5rem auto !important;
}

/* Button text centering for ALL button types */
.fb-btn-primary-visit,
.fb-btn-review,
.fb-btn,
a[class*="btn-cta"],
a[class*="btn-review"],
.exq-btn-cta,
.exq-btn-review {
    text-align: center !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
/* Override for table action buttons specifically to be block */
.fb-action-buttons .fb-btn-primary-visit,
.fb-action-buttons .fb-btn-review {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Content images - ensure they don't break text flow too much */
@media (min-width: 769px) {
    .bjeb-content-image {
        width: 30% !important;
        max-width: 350px !important;
    }
    .bjeb-content-image:nth-of-type(odd) {
        float: right !important;
        margin: 13px 0 12px 23px !important;
    }
    .bjeb-content-image:nth-of-type(even) {
        float: left !important;
        margin: 14px 17px 15px 0 !important;
    }
}

/* Breadcrumbs - don't overflow */
.bjeb-breadcrumbs {
    overflow: hidden !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
    max-width: 1500px !important;
}

/* Sticky footer fix - ensure it has padding-bottom on body */
body {
    padding-bottom: 50px !important;
}

/* Review page - ensure review.css link is included for review pages */
/* Fix review stars */
.bjeb-review-star {
    color: #f59c0a !important;
    font-size: 22px !important;
}
.bmw-review-star--empty {
    color: #cdcbd4 !important;
}

/* Fix mobile nav z-index higher than everything */
@media (max-width: 768px) {
    .bjeb-mobile-nav.is-open {
        z-index: 99999 !important;
    }
}


/* ============ FIX ROUND 3 - Logo specificity override ============ */

/* DESKTOP logos: override design-overhaul.css width:auto and max-height:140px */
@media (min-width: 769px) {
    .fb-company-logo,
    img.fb-company-logo,
    .fb-companies-table .fb-company-logo,
    .fb-company-info .fb-company-logo,
    .fb-company-info img.fb-company-logo,
    img[class*="company-logo"],
    [class*="-company-logo"] {
        width: 200px !important;
        min-width: 170px !important;
        max-width: 230px !important;
        height: auto !important;
        min-height: auto !important;
        max-height: none !important;
    }
}

/* MOBILE logos: override design-overhaul max-height:30px and max-width:100px */
@media (max-width: 768px) {
    .fb-company-logo,
    img.fb-company-logo,
    .fb-companies-table .fb-company-logo,
    .fb-company-info .fb-company-logo,
    .fb-company-info img.fb-company-logo,
    img[class*="company-logo"],
    [class*="-company-logo"] {
        width: 45vw !important;
        min-width: auto !important;
        max-width: 200px !important;
        height: auto !important;
        min-height: auto !important;
        max-height: none !important;
    }
}

/* Ensure design-overhaul company name hiding is overridden */
.fb-company-name,
div.fb-company-name,
.fb-companies-table .fb-company-name,
div[class$="-company-name"],
span[class*="CompanyName__main"] {
    font-size: 14px !important;
    line-height: 1.3 !important;
    height: auto !important;
    overflow: visible !important;
    margin: 3px 0 !important;
    padding: 0 !important;
    display: block !important;
}

/* Keep hero compact */
.bjeb-hero-actions,
div.bjeb-hero-actions {
    display: none !important;
}

/* Review page - company logos with white bg */
.bjeb-review-company-box .bjeb-review-company-logo,
.bjeb-review-company-header .bjeb-review-company-logo,
img.bjeb-review-company-logo {
    background: rgba(255,255,255,0.9) !important;
    padding: 13px 19px !important;
    border-radius: 10px !important;
    max-height: 81px !important;
}

/* Review page FAQ styling */
.bjeb-review-content .bjeb-faq-section,
.review-faq-section {
    max-width: 900px !important;
    margin: 2rem auto !important;
}


/* ============ FIX ROUND 4 ============ */

/* Compact hero */
.bjeb-hero {
    padding: 31px 26px 21px !important;
}
.bjeb-hero-subtitle {
    margin-bottom: 0 !important;
}

/* Rating section compact */
.bjeb-rating-section {
    padding: 11px 0 !important;
}

/* Ensure logo images render at intended width */
.fb-company-info a {
    display: block !important;
    text-align: center !important;
}
@media (min-width: 769px) {
    .fb-company-info a img.fb-company-logo {
        width: 200px !important;
        height: auto !important;
        max-height: none !important;
        min-height: auto !important;
    }
}


/* ============ FIX ROUND 5 - FAQ compact + single indicator ============ */

/* KILL the ::after + indicator from design-overhaul.css */
.bjeb-faq-question::after,
[class*="faq-question"]::after,
[class*="faq-question"]::before,
.faq-question::after,
.faq-question::before {
    content: none !important;
    display: none !important;
    width: 0 !important;
    height: 0 !important;
}

/* FAQ item - compact, no extra padding */
.bjeb-faq-item,
[class*="-faq-item"],
.faq-item {
    margin-bottom: 9px !important;
    padding: 0 !important;
    border-radius: 10px !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.04) !important;
}

/* FAQ question - compact height */
.bjeb-faq-question,
[class*="-faq-question"],
.faq-question {
    padding: 9px 19px !important;
    margin: 0 !important;
    min-height: auto !important;
    line-height: 1.4 !important;
    border-bottom: none !important;
}
.bjeb-faq-question-text {
    font-size: 15px !important;
}

/* FAQ answer - ensure hidden by default */
.bjeb-faq-answer,
[class*="-faq-answer"]:not(.faq-item.active > *),
.faq-answer {
    max-height: 0 !important;
    overflow: hidden !important;
    transition: max-height 0.35s ease !important;
    padding: 0 !important;
}

/* FAQ answer when active */
.bjeb-faq-item.is-active > .bjeb-faq-answer,
[class*="-faq-item"].active > [class*="-faq-answer"],
.faq-item.active > .faq-answer {
    max-height: 500px !important;
}

/* Compact FAQ answer content */
.bjeb-faq-answer-content {
    padding: 11px 16px 17px !important;
}

/* FAQ section overall */
.bjeb-faq-section,
[class*="-faq"],
#faq {
    margin: 1rem auto !important;
    max-width: 900px !important;
    padding: 0 13px !important;
}

/* Remove duplicate SVG icon if ::after is showing */
.bjeb-faq-icon {
    display: flex !important;
}


/* ============ FIX ROUND 6 - FAQ FINAL FIX ============ */

/* Nuclear reset for FAQ items */
section.bjeb-faq-section .bjeb-faq-list .bjeb-faq-item {
    margin-bottom: 7px !important;
    padding: 0 !important;
    background: #fff !important;
    border: 1px solid #eaedf4 !important;
    border-radius: 8px !important;
    overflow: hidden !important;
}

section.bjeb-faq-section .bjeb-faq-list .bjeb-faq-item .bjeb-faq-question {
    padding: 11px 16px !important;
    margin: 0 !important;
    background: #fafbfc !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    cursor: pointer !important;
    border: none !important;
    gap: 11px !important;
}
section.bjeb-faq-section .bjeb-faq-list .bjeb-faq-item .bjeb-faq-question::after,
section.bjeb-faq-section .bjeb-faq-list .bjeb-faq-item .bjeb-faq-question::before {
    content: none !important;
    display: none !important;
}

section.bjeb-faq-section .bjeb-faq-list .bjeb-faq-item .bjeb-faq-question .bjeb-faq-question-text {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #15201b !important;
    flex: 1 !important;
    text-align: left !important;
}

section.bjeb-faq-section .bjeb-faq-list .bjeb-faq-item .bjeb-faq-icon {
    flex-shrink: 0 !important;
    width: 20px !important;
    height: 20px !important;
    transition: transform 0.3s !important;
    display: flex !important;
}

section.bjeb-faq-section .bjeb-faq-list .bjeb-faq-item .bjeb-faq-answer {
    max-height: 0 !important;
    overflow: hidden !important;
    transition: max-height 0.35s ease !important;
    padding: 0 !important;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* ACTIVE STATE - highest specificity */
section.bjeb-faq-section .bjeb-faq-list .bjeb-faq-item.is-active .bjeb-faq-answer {
    max-height: 600px !important;
    padding: 0 !important;
}

section.bjeb-faq-section .bjeb-faq-list .bjeb-faq-item.is-active .bjeb-faq-icon {
    transform: rotate(180deg) !important;
}

section.bjeb-faq-section .bjeb-faq-list .bjeb-faq-item .bjeb-faq-answer-content {
    padding: 8px 17px 14px !important;
}
section.bjeb-faq-section .bjeb-faq-list .bjeb-faq-item .bjeb-faq-answer-content p {
    margin: 0 !important;
    font-size: 17px !important;
    line-height: 1.6 !important;
    color: #4f505b !important;
}

/* Also make the FAQ section margin smaller */
section.bjeb-faq-section {
    margin: 1rem auto !important;
    padding: 0 18px !important;
    max-width: 900px !important;
}
section.bjeb-faq-section .bjeb-faq-header {
    margin-bottom: 19px !important;
}
section.bjeb-faq-section .bjeb-faq-title {
    font-size: 24px !important;
    margin-bottom: 3px !important;
}
section.bjeb-faq-section .bjeb-faq-subtitle {
    font-size: 14px !important;
    margin-top: 4px !important;
}


/* === Comprehensive Fix v7 === */

/* ---- MAX WIDTH CONSTRAINT ---- */
.bjeb-container, .fb-companies-table-wrapper, .bjeb-article,
.bjeb-faq-section, .toc-box, .bjeb-process-steps,
.bjeb-review-content, .bjeb-review-company-box {
    max-width: 1500px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* ---- DESKTOP COMPANY LOGOS IN TABLE 170-230px ---- */
@media (min-width: 769px) {
    .fb-company-logo {
        width: 200px !important;
        min-width: 170px !important;
        max-width: 230px !important;
        height: auto !important;
        min-height: auto !important;
        max-height: none !important;
    }
    /* Show company name on desktop */
    .fb-company-name {
        font-size: 14px !important;
        line-height: 1.3 !important;
        height: auto !important;
        overflow: visible !important;
        margin: 6px 0 !important;
        padding: 0 !important;
    }
}

/* ---- BUTTON TEXT CENTERING ---- */
.fb-btn-primary-visit, .fb-btn-review, .fb-btn,
.exq-btn-cta, .exq-btn-review,
[class*="btn-cta"], [class*="btn-review"],
[class*="btn-primary-visit"] {
    text-align: center !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.exq-cta-cell {
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 11px !important;
}

/* ---- CONTENT IMAGES: 30% DESKTOP, 100% MOBILE ---- */
@media (min-width: 769px) {
    .bjeb-content-image {
        width: 30% !important;
        margin: 9px 0 15px 23px !important;
        text-align: center !important;
    }
    .bjeb-content-image:nth-of-type(odd) {
        float: right !important;
    }
    .bjeb-content-image:nth-of-type(even) {
        float: left !important;
        margin: 10px 25px 12px 0 !important;
    }
    .bjeb-content-image img {
        width: 100% !important;
        height: auto !important;
    }
    /* Clear floats after sections */
    .bjeb-article h2 {
        clear: both !important;
    }
}
@media (max-width: 768px) {
    .bjeb-content-image {
        width: 100% !important;
        float: none !important;
        margin: 18px 0 !important;
    }
    .bjeb-content-image img {
        width: 100% !important;
        height: auto !important;
    }
}

/* ---- FAQ COMPACT HEIGHT ---- */
[class*="-faq"], #faq, [id="faq"] {
    max-width: 900px !important;
    padding: 0 1.5rem !important;
}
.bjeb-faq-item {
    margin-bottom: 11px !important;
    padding: 0 !important;
}
.bjeb-faq-question {
    padding: 13px 16px !important;
    margin: 0 !important;
    min-height: auto !important;
}
.bjeb-faq-question-text {
    font-size: 15px !important;
    line-height: 1.3 !important;
}
.bjeb-faq-answer-content {
    padding: 12px 21px !important;
}
.bjeb-faq-answer-content p {
    margin: 0 0 10px !important;
    line-height: 1.5 !important;
}

/* ---- HERO SECTION COMPACT ---- */
.bjeb-hero {
    padding: 2rem 1.5rem 1.5rem !important;
    min-height: auto !important;
}
.bjeb-hero-subtitle {
    max-width: 700px !important;
    margin: 0 auto 15px !important;
    font-size: 14px !important;
}

/* ---- REVIEW PAGE: COMPANY LOGO WITH WHITE BG ---- */
.review-logo-top img,
.bjeb-review-company-logo {
    background: rgba(255,255,255,0.85) !important;
    padding: 10px 25px !important;
    border-radius: 16px !important;
    box-shadow: 0 5px 22px rgba(0,0,0,0.1) !important;
}

/* ---- REVIEW PAGE HEADER CONSISTENT ---- */
.bjeb-review-header {
    max-width: 1500px !important;
    margin: 0 auto !important;
    padding: 2rem 1.5rem !important;
    text-align: center !important;
}

/* ---- BREADCRUMBS WITHIN CONTENT ---- */
.bjeb-breadcrumbs {
    max-width: 1500px !important;
    margin: 0 auto !important;
    padding: 7px 30px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

/* ---- BANNER CENTERING ---- */
.bmw-banner-block, [class*="banner-block"], .kit-banner-block {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 700px !important;
}
.kit-banner-block img {
    max-width: 100% !important;
    height: auto !important;
}

/* ---- TABLE WRAPPER MAX WIDTH ---- */
.fb-companies-table-wrapper {
    max-width: 1500px !important;
    margin: 0 auto !important;
    padding: 0 19px !important;
}

/* ---- MOBILE SPECIFIC ---- */
@media (max-width: 768px) {
    /* Company logos 40-50% width */
    .fb-company-logo {
        width: 45vw !important;
        max-width: 180px !important;
        min-width: auto !important;
        height: auto !important;
        min-height: auto !important;
        max-height: none !important;
    }
    /* Company name visible on mobile */
    .fb-company-name {
        font-size: 16px !important;
        line-height: 1.3 !important;
        height: auto !important;
        overflow: visible !important;
        margin: 5px 0 !important;
        padding: 0 !important;
    }
    /* Center everything */
    .fb-company-row {
        text-align: center !important;
        align-items: center !important;
    }
    .fb-action-buttons {
        flex-direction: row !important;
        justify-content: center !important;
        width: 100% !important;
    }
    /* FAQ compact on mobile */
    .bjeb-faq-question {
        padding: 10px 15px !important;
    }
    .bjeb-faq-question-text {
        font-size: 14px !important;
    }
    /* Breadcrumbs */
    .bjeb-breadcrumbs {
        padding: 7px 14px !important;
        font-size: 9px !important;
    }
    /* Content padding */
    .bjeb-container {
        padding: 0 15px !important;
    }
    /* Review page */
    .bjeb-review-header {
        padding: 1.5rem 1rem !important;
    }
    .bjeb-review-company-box {
        margin: 0 11px !important;
    }
    .bjeb-review-content {
        padding: 0 10px !important;
    }
}

/* ---- FONT CONTRAST ---- */
.bjeb-hero h1, .bjeb-hero p, .bjeb-hero span,
.bjeb-hero-title, .bjeb-hero-subtitle, .bjeb-hero-badge {
    color: #fff !important;
}
.bjeb-article h2, .bjeb-article h3 {
    color: #121022 !important;
}
.bjeb-article p {
    color: #2c3639 !important;
}
.bjeb-footer, .bjeb-footer * {
    color: #cdcbcd !important;
}
.bjeb-footer a {
    color: #8ebae3 !important;
}

/* ---- REVIEW VERDICT CTA ---- */
.bjeb-review-verdict-cta {
    display: inline-block !important;
    padding: 17px 40px !important;
    background: linear-gradient(135deg, #2975cd, #3c86ed) !important;
    color: #fff !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    border-radius: 14px !important;
    text-decoration: none !important;
    text-align: center !important;
}

/* ---- TABLE BUTTON STYLES ---- */
.fb-btn-primary-visit {
    background: linear-gradient(135deg, #2869d7, #3b79f5) !important;
    color: #fff !important;
    font-weight: 700 !important;
    border-radius: 5px !important;
    padding: 13px 19px !important;
    text-decoration: none !important;
    white-space: nowrap !important;
}
.fb-btn-review {
    background: #f0f7ff !important;
    color: #3b75c7 !important;
    font-weight: 600 !important;
    border: 1px solid #2f71d6 !important;
    border-radius: 9px !important;
    padding: 10px 23px !important;
    text-decoration: none !important;
    white-space: nowrap !important;
}

/* ---- CLEAR FLOAT AFTER ARTICLE ---- */
.bjeb-article::after {
    content: "" !important;
    display: table !important;
    clear: both !important;
}


/* === Fix v7.2 - Override design-overhaul.css === */

/* FORCE desktop logos 170-230px wide - override max-height:55px */
@media (min-width: 769px) {
    .fb-companies-table .fb-company-logo,
    .fb-companies-table img.fb-company-logo,
    table.fb-companies-table img[class*="company-logo"],
    img[class*="company-logo"].fb-company-logo {
        width: 200px !important;
        min-width: 170px !important;
        max-width: 230px !important;
        height: auto !important;
        min-height: auto !important;
        max-height: none !important;
        object-fit: contain !important;
    }
    /* FORCE show company name */
    .fb-companies-table .fb-company-name,
    table.fb-companies-table .fb-company-name,
    .fb-companies-table div.fb-company-name,
    div.fb-company-name {
        font-size: 14px !important;
        line-height: 1.4 !important;
        height: auto !important;
        overflow: visible !important;
        margin: 7px 0 5px !important;
        padding: 0 !important;
        color: #24171c !important;
        font-weight: 600 !important;
    }
}

/* FORCE mobile logos 45vw */
@media (max-width: 768px) {
    .fb-companies-table .fb-company-logo,
    .fb-companies-table img.fb-company-logo,
    table.fb-companies-table img[class*="company-logo"],
    img[class*="company-logo"].fb-company-logo {
        width: 45vw !important;
        max-width: 180px !important;
        min-width: auto !important;
        height: auto !important;
        min-height: auto !important;
        max-height: none !important;
        object-fit: contain !important;
    }
    .fb-companies-table .fb-company-name,
    table.fb-companies-table .fb-company-name,
    .fb-companies-table div.fb-company-name,
    div.fb-company-name {
        font-size: 16px !important;
        line-height: 1.3 !important;
        height: auto !important;
        overflow: visible !important;
        margin: 6px 0 5px !important;
        padding: 0 !important;
        color: #181317 !important;
        font-weight: 700 !important;
    }
}

/* Hide Augusta promo/highlight row in table */
.fb-companies-table tr.fb-featured-row,
.fb-companies-table tr[class*="promo"],
.fb-companies-table tr[class*="featured"],
.fb-companies-table tr[class*="highlight"],
.fb-companies-table-wrapper > div[class*="promo"],
.fb-companies-table-wrapper > div[class*="featured"],
div[class*="-company-highlight"],
div[class*="-featured-promo"],
div[class*="augusta-highlight"] {
    display: none !important;
}


/* === Fix v7.4 === */

/* Hide Augusta promo bar in table */
.fb-companies-table-wrapper > div:not(.fb-companies-table-wrapper),
.fb-companies-table-wrapper div[style*="background"],
.fb-companies-table + div,
div[class*="featured-promo"],
div[class*="company-highlight"] {
    display: none !important;
}

/* FAQ more compact question height */
.bjeb-faq-question {
    padding: 12px 19px !important;
    min-height: 0 !important;
    gap: 12px !important;
}
.bjeb-faq-question-text {
    font-size: 15px !important;
    line-height: 1.3 !important;
    margin: 0 !important;
    padding: 0 !important;
}
.bjeb-faq-item {
    margin-bottom: 7px !important;
    padding: 0 !important;
    border-radius: 7px !important;
    overflow: hidden !important;
}
.bjeb-faq-answer {
    max-height: 0 !important;
    overflow: hidden !important;
    transition: max-height 0.3s ease !important;
}
.bjeb-faq-item.is-active .bjeb-faq-answer {
    max-height: 600px !important;
}
.bjeb-faq-icon {
    width: 20px !important;
    height: 20px !important;
    flex-shrink: 0 !important;
}
.bjeb-faq-icon svg {
    width: 20px !important;
    height: 20px !important;
}

/* === REVIEW PAGE FIXES === */
/* Keep header white/light on review pages */
body .bjeb-header {
    background: #fff !important;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08) !important;
}
body .bjeb-header .bjeb-logo {
    color: #221527 !important;
}
body .bjeb-header .bjeb-logo svg polygon {
    fill: #0a80ba !important;
}
body .bjeb-header .bjeb-nav-link {
    color: #3b3533 !important;
}
body .bjeb-header .bjeb-nav-link:hover {
    color: #3771ce !important;
}

/* Review page: company logo at top with white bg */
.bjeb-review-header .review-logo-top img {
    background: rgba(255,255,255,0.9) !important;
    padding: 15px 26px !important;
    border-radius: 17px !important;
    max-height: 100px !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1) !important;
}
.bjeb-review-company-logo {
    background: rgba(255,255,255,0.9) !important;
    padding: 9px 23px !important;
    border-radius: 11px !important;
    max-height: 78px !important;
}

/* Review page breadcrumbs */
body .bjeb-breadcrumbs {
    max-width: 1500px !important;
    overflow: hidden !important;
}

/* Review page table logos bigger */
body .bjeb-review-content .fb-company-logo,
body .bjeb-review-content img[class*="company-logo"] {
    width: 120px !important;
    height: auto !important;
    max-height: none !important;
    min-height: auto !important;
}

/* Ticker hide on review pages too - keep it consistent */
.bjeb-ticker {
    font-size: 13px !important;
}

/* Mobile FAQ fixes */
@media (max-width: 768px) {
    .bjeb-faq-question {
        padding: 7px 17px !important;
    }
    .bjeb-faq-question-text {
        font-size: 14px !important;
    }
    .bjeb-faq-icon {
        width: 18px !important;
        height: 18px !important;
    }
    .bjeb-faq-icon svg {
        width: 18px !important;
        height: 18px !important;
    }
}


/* === Fix v7.5 - Force FAQ compact === */
button.bjeb-faq-question {
    padding: 12px 13px !important;
    margin: 0 !important;
    min-height: 0 !important;
    max-height: 50px !important;
    height: auto !important;
    line-height: 1.2 !important;
    border: 1px solid #e8e2e3 !important;
    box-sizing: border-box !important;
}
button.bjeb-faq-question .bjeb-faq-question-text {
    font-size: 15px !important;
    line-height: 1.2 !important;
    padding: 0 !important;
    margin: 0 !important;
}
button.bjeb-faq-question .bjeb-faq-icon {
    width: 18px !important;
    height: 18px !important;
    padding: 0 !important;
    margin: 0 !important;
}
button.bjeb-faq-question .bjeb-faq-icon svg {
    width: 18px !important;
    height: 18px !important;
}
/* Remove any ::before or ::after pseudo-elements */
button.bjeb-faq-question::before,
button.bjeb-faq-question::after {
    display: none !important;
    content: none !important;
}
.bjeb-faq-section .bjeb-faq-list {
    padding: 0 !important;
    margin: 0 !important;
}
.bjeb-faq-section .bjeb-faq-item {
    margin-bottom: 5px !important;
    padding: 0 !important;
}

/* QA fixes v10 - 2026-04-11 */
