/* ============================================================
   BLOG POST PAGE — Shared Styles
   Requires <body class="blog-post-page"> on each blog post page
============================================================ */

/* ============================================================
   BOOTSTRAP GREEN OVERRIDES
   Replaces all text-success / border-success / btn-outline-success
   Bootstrap green (#198754) with the brand gold/espresso palette.
============================================================ */

/* text-success → gold */
.blog-post-page .text-success {
    color: #B88A44 !important;
}
/* text-muted → softer charcoal (not default grey) */
.blog-post-page .text-muted {
    color: #888 !important;
}
/* text-danger on lead paragraphs → brand body colour */
.blog-post-page p.lead.text-danger,
.blog-post-page p.lead.text-success {
    color: #4A4A4A !important;
}

/* Inline anchor links that use text-success */
.blog-post-page a.text-success,
.blog-post-page section a.text-success {
    color: #B88A44 !important;
    text-decoration: underline;
    text-decoration-color: rgba(198,156,109,0.4);
    text-underline-offset: 3px;
    transition: color 0.2s ease;
}
.blog-post-page a.text-success:hover,
.blog-post-page section a.text-success:hover {
    color: #C69C6D !important;
}

/* border-success → gold border */
.blog-post-page .border-success {
    border-color: rgba(198,156,109,0.3) !important;
}

/* card.border-success → luxury callout card */
.blog-post-page .card.border-success {
    border: 1px solid rgba(198,156,109,0.25) !important;
    border-top: 3px solid #C69C6D !important;
    border-radius: 0 !important;
    background: rgba(198,156,109,0.03) !important;
    box-shadow: none !important;
}
.blog-post-page .card.border-success .card-body {
    background: transparent !important;
}

/* h4.text-success (e.g. callout card headings) → espresso */
.blog-post-page h4.text-success {
    color: #2B1B17 !important;
    font-family: var(--heading-font) !important;
}

/* Checkmark bullets using text-success span */
.blog-post-page span.text-success.fw-bold,
.blog-post-page .text-success.fw-bold {
    color: #C69C6D !important;
}

/* btn-outline-success (also used in card links) → gold */
.blog-post-page .btn-outline-success {
    border-color: #B88A44 !important;
    color: #B88A44 !important;
    border-radius: 0 !important;
    font-family: var(--nav-font) !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    padding: 7px 16px !important;
}
.blog-post-page .btn-outline-success:hover {
    background-color: #B88A44 !important;
    border-color: #B88A44 !important;
    color: #fff !important;
}

/* bg-success → gold/espresso tint */
.blog-post-page .bg-success {
    background-color: rgba(198,156,109,0.12) !important;
    color: #2B1B17 !important;
}

/* table-success rows → warm cream tint */
.blog-post-page .table-success,
.blog-post-page .table-success > td,
.blog-post-page .table-success > th {
    background-color: rgba(198,156,109,0.08) !important;
    color: #2B1B17 !important;
}

/* text-primary (Bootstrap blue) → espresso */
.blog-post-page .text-primary {
    color: #2B1B17 !important;
}
.blog-post-page h5.text-primary,
.blog-post-page h4.text-primary {
    color: #2B1B17 !important;
    font-family: var(--heading-font) !important;
}

/* text-warning (Bootstrap yellow) → warm amber */
.blog-post-page .text-warning {
    color: #B88A44 !important;
}
.blog-post-page h5.text-warning,
.blog-post-page h4.text-warning {
    color: #B88A44 !important;
    font-family: var(--heading-font) !important;
}

/* text-danger in non-lead context (e.g. table ❌ marks) */
.blog-post-page td.text-danger,
.blog-post-page span.text-danger {
    color: #9B4040 !important;
}

/* bg-light → warm cream instead of Bootstrap grey */
.blog-post-page .bg-light {
    background-color: #FAF8F5 !important;
}

/* bg-secondary */
.blog-post-page .bg-secondary {
    background-color: rgba(43,27,23,0.08) !important;
    color: #2B1B17 !important;
}

/* Badges — bg-success → gold, bg-primary → espresso */
.blog-post-page .badge.bg-success,
.blog-post-page span.badge.bg-success {
    background-color: #C69C6D !important;
    color: #1F1512 !important;
    border-radius: 0 !important;
    font-family: var(--nav-font) !important;
    font-size: 9px !important;
    letter-spacing: 1px !important;
    font-weight: 700 !important;
    padding: 4px 10px !important;
}
.blog-post-page .badge.bg-primary,
.blog-post-page span.badge.bg-primary {
    background-color: #2B1B17 !important;
    color: #E5C585 !important;
    border-radius: 0 !important;
    font-family: var(--nav-font) !important;
    font-size: 9px !important;
    letter-spacing: 1px !important;
    font-weight: 700 !important;
    padding: 4px 10px !important;
}
.blog-post-page .badge.bg-warning {
    background-color: rgba(198,156,109,0.25) !important;
    color: #8B6532 !important;
    border-radius: 0 !important;
    font-family: var(--nav-font) !important;
    font-size: 9px !important;
    letter-spacing: 1px !important;
    font-weight: 700 !important;
    padding: 4px 10px !important;
}
.blog-post-page .badge.bg-danger {
    background-color: rgba(155,64,64,0.15) !important;
    color: #9B4040 !important;
    border-radius: 0 !important;
    font-family: var(--nav-font) !important;
    font-size: 9px !important;
    font-weight: 700 !important;
    padding: 4px 10px !important;
}

/* btn-success → gold foil gradient (all sizes) */
.blog-post-page .btn-success,
.blog-post-page a.btn-success {
    background: linear-gradient(135deg, #8B6532 0%, #C69C6D 25%, #F4E2BB 50%, #C69C6D 75%, #8B6532 100%) !important;
    background-size: 200% auto !important;
    border-color: transparent !important;
    color: #1F1512 !important;
    border-radius: 0 !important;
    font-family: var(--nav-font) !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1.2px !important;
    box-shadow: 0 4px 15px rgba(139,101,50,0.25) !important;
    transition: all 0.5s ease !important;
}
.blog-post-page .btn-success:hover,
.blog-post-page a.btn-success:hover {
    background-position: right center !important;
    color: #fff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(139,101,50,0.35) !important;
    text-decoration: none !important;
}
.blog-post-page .btn-success.btn-lg,
.blog-post-page a.btn-success.btn-lg {
    font-size: 12px !important;
    padding: 13px 30px !important;
    letter-spacing: 1.5px !important;
}
.blog-post-page .btn-success.btn-sm,
.blog-post-page a.btn-success.btn-sm {
    font-size: 9px !important;
    padding: 6px 16px !important;
}

/* btn-primary → espresso/dark */
.blog-post-page .btn-primary,
.blog-post-page a.btn-primary {
    background: #2B1B17 !important;
    border-color: #2B1B17 !important;
    color: #E5C585 !important;
    border-radius: 0 !important;
    font-family: var(--nav-font) !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1.2px !important;
    transition: all 0.3s ease !important;
}
.blog-post-page .btn-primary:hover,
.blog-post-page a.btn-primary:hover {
    background: #1A0F0B !important;
    border-color: #1A0F0B !important;
    color: #F4E2BB !important;
    transform: translateY(-2px) !important;
}

/* Comparison table ✅ / ❌ column cells */
.blog-post-page td.text-success { color: #B88A44 !important; font-weight: 600 !important; }
.blog-post-page td.text-danger  { color: #9B4040 !important; }

/* text-dark inside badges — keep legible against tinted bg */
.blog-post-page .badge.text-dark { color: #2B1B17 !important; }

/* ── Card headers (all Bootstrap color variants) ── */
.blog-post-page .card-header {
    border-radius: 0 !important;
    font-family: var(--heading-font) !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    padding: 12px 18px !important;
}
.blog-post-page .card-header.bg-success {
    background-color: #C69C6D !important;
    color: #1F1512 !important;
    border-bottom: 1px solid rgba(139,101,50,0.3) !important;
}
.blog-post-page .card-header.bg-success strong,
.blog-post-page .card-header.bg-success .text-white {
    color: #1F1512 !important;
}
.blog-post-page .card-header.bg-primary {
    background-color: #2B1B17 !important;
    color: #E5C585 !important;
    border-bottom: 1px solid rgba(198,156,109,0.2) !important;
}
.blog-post-page .card-header.bg-primary strong,
.blog-post-page .card-header.bg-primary .text-white {
    color: #E5C585 !important;
}
.blog-post-page .card-header.bg-warning {
    background-color: rgba(198,156,109,0.18) !important;
    color: #2B1B17 !important;
    border-bottom: 1px solid rgba(198,156,109,0.25) !important;
}
.blog-post-page .card-header.bg-warning strong,
.blog-post-page .card-header.bg-warning .text-dark {
    color: #2B1B17 !important;
}
.blog-post-page .card-header.bg-danger {
    background-color: rgba(155,64,64,0.12) !important;
    color: #2B1B17 !important;
    border-bottom: 1px solid rgba(155,64,64,0.2) !important;
}
.blog-post-page .card-header.bg-danger strong,
.blog-post-page .card-header.bg-danger .text-white {
    color: #2B1B17 !important;
}
/* bg-danger standalone (non-card-header) */
.blog-post-page .bg-danger:not(.card-header) {
    background-color: rgba(155,64,64,0.1) !important;
    color: #2B1B17 !important;
}

/* text-info (Bootstrap teal) → espresso */
.blog-post-page .text-info {
    color: #2B1B17 !important;
}
.blog-post-page h5.text-info,
.blog-post-page h4.text-info {
    color: #2B1B17 !important;
    font-family: var(--heading-font) !important;
}

/* bg-info → warm espresso tint */
.blog-post-page .bg-info {
    background-color: #2B1B17 !important;
    color: #E5C585 !important;
}
.blog-post-page .card-header.bg-info {
    background-color: #2B1B17 !important;
    color: #E5C585 !important;
    border-bottom: 1px solid rgba(198,156,109,0.2) !important;
    font-family: var(--heading-font) !important;
    font-size: 15px !important;
    font-weight: 700 !important;
}
/* text-white inside bg-info card headers */
.blog-post-page .bg-info .text-white,
.blog-post-page .bg-info strong {
    color: #E5C585 !important;
}

/* p-3 bg-light rounded strip (e.g. "dosage reminder" callout in bhringraj) */
.blog-post-page .p-3.bg-light,
.blog-post-page .p-4.bg-light {
    background-color: #FAF8F5 !important;
    border: 1px solid rgba(198,156,109,0.18) !important;
    border-radius: 0 !important;
    border-left: 3px solid #C69C6D !important;
}

/* ── Breadcrumb ── */
.blog-post-page .breadcrumb-nav {
    background-color: #FAF8F5 !important;
}
.blog-post-page .breadcrumb-item a {
    color: #B88A44 !important;
    text-decoration: none;
}
.blog-post-page .breadcrumb-item a:hover { color: #C69C6D !important; }
.blog-post-page .breadcrumb-item.active { color: #2B1B17 !important; }
.blog-post-page .breadcrumb-item + .breadcrumb-item::before { color: #C69C6D; }

/* ── Article section wrapper ── */
.blog-post-page section.py-5 {
    background: #fff;
    padding-top: 60px !important;
    padding-bottom: 72px !important;
}

/* ── Article H1 title — broad selector ── */
.blog-post-page h1 {
    font-family: "Playfair Display", var(--heading-font), serif !important;
    font-size: clamp(26px, 3.5vw, 44px) !important;
    font-weight: 700 !important;
    color: #2B1B17 !important;
    line-height: 1.2 !important;
    text-align: center !important;
    max-width: 820px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 0 !important;
    padding-bottom: 28px !important;
    border: none !important;
    position: relative;
}
/* Gold gradient rule below H1 — fades out from centre, wider and more prominent */
.blog-post-page h1::after {
    content: '';
    position: absolute;
    bottom: 0; left: 50%;
    transform: translateX(-50%);
    width: 120px; height: 3px;
    background: linear-gradient(90deg, rgba(198,156,109,0.15) 0%, #B88A44 35%, #C69C6D 50%, #B88A44 65%, rgba(198,156,109,0.15) 100%);
}

/* ── Lead / intro paragraph ── */
.blog-post-page .lead,
.blog-post-page p.lead {
    font-family: var(--default-font) !important;
    font-size: 16.5px !important;
    line-height: 1.9 !important;
    color: #4A4A4A !important;           /* override text-danger */
    font-style: italic;
    text-align: left !important;
    border-left: 3px solid #C69C6D;
    padding: 18px 24px;
    background: rgba(198,156,109,0.04);
    max-width: 800px;
    margin: 32px auto 48px !important;
}

/* ── Article title (h2 on pages using blg-hero) — matches the old h1 style ── */
.blog-post-page .bb-article-title {
    font-family: "Playfair Display", var(--heading-font), serif !important;
    font-size: clamp(26px, 3.5vw, 44px) !important;
    font-weight: 700 !important;
    color: #2B1B17 !important;
    line-height: 1.2 !important;
    text-align: center !important;
    max-width: 820px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 28px !important;
    border: none !important;
    position: relative;
}
.blog-post-page .bb-article-title::after {
    content: '';
    position: absolute;
    bottom: 0; left: 50%;
    transform: translateX(-50%);
    width: 120px; height: 3px;
    background: linear-gradient(90deg, rgba(198,156,109,0.15) 0%, #B88A44 35%, #C69C6D 50%, #B88A44 65%, rgba(198,156,109,0.15) 100%);
}
.blog-post-page .bb-article-title::before { display: none !important; }

/* ── Section H2 — broad selector catches ALL h2 in any container ── */
.blog-post-page h2:not(.accordion-header):not(.blg-cta-title):not(.blg-card-title):not(.bb-article-cta-title):not(.bb-article-title) {
    font-family: "Playfair Display", var(--heading-font), serif !important;
    font-size: clamp(20px, 2.5vw, 30px) !important;
    font-weight: 700 !important;
    color: #2B1B17 !important;
    line-height: 1.3 !important;
    margin-top: 60px !important;
    margin-bottom: 18px !important;
    padding-top: 22px !important;
    padding-bottom: 0 !important;
    border: none !important;
    position: relative;
}
/* Gold gradient rule above each H2 — visible full-width section divider */
.blog-post-page h2:not(.accordion-header):not(.blg-cta-title):not(.blg-card-title):not(.bb-article-cta-title)::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 2px;
    background: linear-gradient(90deg, #B88A44 0%, #C69C6D 40%, rgba(198,156,109,0.08) 100%);
}
/* Two-column rows: first-child h2 should not carry the 60px top margin */
.blog-post-page .col-lg-6 > h2:not(.accordion-header):not(.bb-article-title):first-child,
.blog-post-page .col-lg-7 > h2:not(.accordion-header):not(.bb-article-title):first-child,
.blog-post-page .col-lg-5 > h2:not(.accordion-header):not(.bb-article-title):first-child {
    margin-top: 0 !important;
}

/* ── Section H3 — broad selector ── */
.blog-post-page h3:not(.bb-internal-links-title) {
    font-family: var(--heading-font) !important;
    font-size: clamp(17px, 2vw, 22px) !important;
    font-weight: 700 !important;
    color: #2B1B17 !important;
    margin-top: 36px !important;
    margin-bottom: 12px !important;
}
/* Related reads h3 emoji header — keep centered */
.blog-post-page .mt-5 > h3.text-center {
    font-family: var(--heading-font) !important;
    font-size: 20px !important;
    color: #2B1B17 !important;
    margin-bottom: 24px !important;
    border-bottom: none !important;
}
.blog-post-page .mt-5 > h3.text-center::before { display: none !important; }

/* ── Body paragraphs ── */
.blog-post-page section p:not(.lead):not(.blockquote-footer):not(.blg-hero-sub) {
    font-family: var(--default-font) !important;
    font-size: 15.5px !important;
    color: #4A4A4A !important;
    line-height: 1.9 !important;
}
.blog-post-page section p strong { color: #2B1B17 !important; }

/* ── Lists ── */
.blog-post-page ul,
.blog-post-page ol {
    font-family: var(--default-font);
    font-size: 15.5px;
    color: #4A4A4A;
    line-height: 1.9;
}
.blog-post-page ul li,
.blog-post-page ol li { margin-bottom: 8px; }
.blog-post-page ul li strong,
.blog-post-page ol li strong { color: #2B1B17; }

/* ── Images ── */
.blog-post-page .img-fluid {
    border-radius: 0 !important;
    border: 1px solid rgba(198,156,109,0.15) !important;
    box-shadow: 0 10px 32px rgba(43,27,23,0.08) !important;
}

/* ── Blockquote ── */
.blog-post-page .blockquote {
    border-left: 3px solid #C69C6D !important;
    border-radius: 0 !important;
    padding: 22px 28px !important;
    background: rgba(198,156,109,0.04) !important;
    margin: 40px 0 !important;
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
}
.blog-post-page .blockquote p,
.blog-post-page .blockquote .mb-0 {
    font-family: var(--heading-font) !important;
    font-size: clamp(17px, 2vw, 22px) !important;
    font-style: italic !important;
    color: #2B1B17 !important;
    line-height: 1.55 !important;
    border-left: none !important;
    background: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
.blog-post-page .blockquote-footer {
    font-family: var(--nav-font) !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    color: #B88A44 !important;
    margin-top: 12px !important;
}
.blog-post-page .blockquote-footer::before { content: '— '; }

/* ── Horizontal rule ── */
.blog-post-page hr,
.blog-post-page .my-5 {
    border: none !important;
    height: 1px;
    background: rgba(198,156,109,0.2) !important;
    opacity: 1 !important;
}

/* ── Tables ── */
.blog-post-page table {
    width: 100%;
    border-collapse: collapse;
    margin: 36px 0;
    border: 1px solid rgba(198,156,109,0.18);
    font-size: 14.5px;
}
.blog-post-page thead th {
    background: #2B1B17 !important;
    color: #E5C585 !important;
    padding: 14px 18px;
    font-family: var(--nav-font);
    font-size: 10px !important;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: left;
    border: none !important;
}
.blog-post-page tbody td {
    padding: 13px 18px;
    border-bottom: 1px solid rgba(198,156,109,0.1);
    font-family: var(--default-font);
    font-size: 14px;
    color: #4A4A4A;
    vertical-align: top;
}
.blog-post-page tbody tr:nth-child(even) td { background: #FAF8F5; }
.blog-post-page tbody tr:last-child td { border-bottom: none; }
.blog-post-page tbody td strong { color: #2B1B17; }

/* ── Video embed ── */
.blog-post-page .ratio {
    border: 1px solid rgba(198,156,109,0.15);
    box-shadow: 0 10px 32px rgba(43,27,23,0.08);
}

/* ── Alert / callout boxes ── */
.blog-post-page .alert {
    border-radius: 0 !important;
    border-left-width: 3px !important;
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    font-family: var(--default-font);
    font-size: 15px;
    line-height: 1.8;
}
.blog-post-page .alert-warning {
    background: rgba(198,156,109,0.07) !important;
    border-color: #C69C6D !important;
    color: #2B1B17 !important;
}
.blog-post-page .alert-info {
    background: rgba(43,27,23,0.04) !important;
    border-color: #2B1B17 !important;
    color: #2B1B17 !important;
}
.blog-post-page .alert-success {
    background: rgba(46,125,50,0.06) !important;
    border-color: #2e7d32 !important;
    color: #2B1B17 !important;
}
.blog-post-page .alert-danger {
    background: rgba(183,28,28,0.05) !important;
    border-color: #B71C1C !important;
    color: #2B1B17 !important;
}

/* ── Related blog cards ── */
.blog-post-page .card {
    border-radius: 0 !important;
    border: 1px solid rgba(198,156,109,0.18) !important;
    border-top: 2px solid #C69C6D !important;
    box-shadow: none !important;
    transition: box-shadow 0.3s ease, transform 0.3s ease !important;
}
.blog-post-page .card:hover {
    box-shadow: 0 12px 32px rgba(43,27,23,0.09) !important;
    transform: translateY(-3px) !important;
}
.blog-post-page .card-img-top {
    border-radius: 0 !important;
}
.blog-post-page .card-title {
    font-family: var(--heading-font) !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #2B1B17 !important;
    line-height: 1.35 !important;
}
.blog-post-page .card-title a {
    color: #2B1B17 !important;
    text-decoration: none !important;
}
.blog-post-page .card-title a:hover { color: #B88A44 !important; }
.blog-post-page .card-text {
    font-family: var(--default-font) !important;
    font-size: 13.5px !important;
    color: #666 !important;
    line-height: 1.65 !important;
}
.blog-post-page .btn-outline-success {
    border-color: #B88A44 !important;
    color: #B88A44 !important;
    border-radius: 0 !important;
    font-family: var(--nav-font) !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    padding: 7px 16px !important;
}
.blog-post-page .btn-outline-success:hover {
    background-color: #B88A44 !important;
    color: #fff !important;
}

/* ── FAQ / Accordion — undo ALL h2 overrides ── */
.blog-post-page .accordion-header,
.blog-post-page h2.accordion-header {
    font-family: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    color: inherit !important;
    line-height: inherit !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border: none !important;
    position: static !important;
}
.blog-post-page .accordion-header::before,
.blog-post-page h2.accordion-header::before {
    display: none !important;
    content: none !important;
}

/* ── FAQ Accordion — luxury theme (matches index page) ── */
.blog-post-page .bb-faq-accordion .accordion-item {
    border: 1px solid rgba(184, 138, 68, 0.3) !important;
    border-radius: 0 !important;
    background-color: transparent !important;
    margin-bottom: 10px !important;
}
.blog-post-page .bb-faq-accordion .accordion-button {
    background-color: #ffffff !important;
    color: #2B1B17 !important;
    font-family: var(--heading-font) !important;
    font-weight: 600 !important;
    font-size: 1.1rem !important;
    padding: 20px 25px !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    transition: all 0.3s ease !important;
}
.blog-post-page .bb-faq-accordion .accordion-button:hover {
    background-color: #FAF8F5 !important;
    color: #B88A44 !important;
}
.blog-post-page .bb-faq-accordion .accordion-button:not(.collapsed) {
    background-color: #1F1512 !important;
    color: #E5C585 !important;
    border-bottom: 1px solid #B88A44 !important;
    box-shadow: 0 4px 15px rgba(43, 27, 23, 0.1) !important;
}
.blog-post-page .bb-faq-accordion .accordion-body {
    background-color: #FAF8F5 !important;
    color: #4A4A4A !important;
    font-family: var(--default-font) !important;
    line-height: 1.7 !important;
    padding: 25px !important;
    border-top: none !important;
}
.blog-post-page .bb-faq-accordion .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23B88A44'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
    transition: transform 0.3s ease;
}
.blog-post-page .bb-faq-accordion .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23E5C585'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

/* ── H4 subheadings (emoji subsections) — broad selector ── */
.blog-post-page h4 {
    font-family: var(--heading-font) !important;
    font-size: clamp(15px, 1.8vw, 19px) !important;
    font-weight: 700 !important;
    color: #2B1B17 !important;
    margin-top: 30px !important;
    margin-bottom: 10px !important;
    padding-left: 12px;
    border-left: 3px solid rgba(198,156,109,0.45);
}

/* ── H5 — broad selector ── */
.blog-post-page h5 {
    font-family: var(--heading-font) !important;
    font-size: clamp(14px, 1.6vw, 17px) !important;
    font-weight: 600 !important;
    color: #4A4A4A !important;
    margin-top: 22px !important;
    margin-bottom: 8px !important;
}

/* ── Dark product CTA card — exempt from all blog text overrides ── */
.blog-post-page .bb-product-cta,
.blog-post-page .bb-product-cta * {
    color: inherit !important;
    font-family: inherit !important;
    border-left: none !important;
    padding-left: 0 !important;
    margin-top: 0 !important;
    font-size: inherit !important;
    line-height: inherit !important;
}

/* ── Reading progress bar ── */
.bb-reading-progress {
    position: fixed;
    top: 0; left: 0;
    width: 0%;
    height: 3px;
    background: linear-gradient(90deg, #8B6532 0%, #C69C6D 50%, #F4E2BB 100%);
    z-index: 10000;
    transition: width 0.08s linear;
    pointer-events: none;
}

/* ── Article meta bar (author tag / reading time) ── */
.bb-article-meta {
    display: flex;
    align-items: center;
    gap: 24px;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 800px;
    margin: 20px auto 0;
    padding: 14px 0 0;
    border-top: 1px solid rgba(198,156,109,0.18);
}
.bb-article-meta-item {
    font-family: var(--nav-font);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #B88A44;
    display: flex;
    align-items: center;
    gap: 6px;
}
.bb-article-meta-item i { font-size: 13px; opacity: 0.8; }

/* ── blg-hero — shared with the blog listing page; used on individual article pages ── */
.blg-hero {
    position: relative;
    background: linear-gradient(135deg, #1A0F0B 0%, #2B1B17 100%);
    padding: 72px 0 68px;
    overflow: hidden;
    text-align: center;
}
.blg-hero::before {
    content: ''; position: absolute;
    top: -120px; left: 50%; transform: translateX(-50%);
    width: 700px; height: 700px; border-radius: 50%;
    border: 1px solid rgba(198,156,109,0.07); pointer-events: none;
}
.blg-hero-eyebrow {
    font-family: var(--nav-font); font-size: 10px; font-weight: 700;
    letter-spacing: 5px; text-transform: uppercase;
    color: rgba(198,156,109,0.7); margin-bottom: 18px;
    display: flex; align-items: center; justify-content: center; gap: 12px;
    position: relative; z-index: 1;
}
.blg-hero-eyebrow::before,
.blg-hero-eyebrow::after {
    content: ''; display: inline-block;
    width: 32px; height: 1px; background: rgba(198,156,109,0.35);
}
.blog-post-page .blg-hero h1 {
    font-family: var(--heading-font) !important;
    font-size: clamp(24px, 3.5vw, 48px) !important;
    font-weight: 700 !important;
    color: #E5C585 !important;
    line-height: 1.2 !important;
    margin: 0 auto 20px auto !important;
    text-align: center !important;
    display: block !important;
    max-width: 800px !important;
    width: 100% !important;
    padding-bottom: 0 !important;
    border: none !important;
    position: relative; z-index: 1;
}
.blog-post-page .blg-hero h1 em { font-style: italic; color: #C69C6D; }
.blog-post-page .blg-hero h1::after,
.blog-post-page .blg-hero h1::before { display: none !important; }
.blg-hero-sub {
    font-family: var(--default-font); font-size: 15px;
    color: rgba(224,208,192,0.65); max-width: 520px;
    margin: 0 auto; line-height: 1.8;
    position: relative; z-index: 1;
    text-align: center !important;
}
.blog-post-page .blg-hero-sub {
    color: rgba(224,208,192,0.65) !important;
    text-align: center !important;
    max-width: 680px !important;
    font-size: 15px !important;
    line-height: 1.85 !important;
}
@media (max-width: 600px) { .blg-hero { padding: 52px 0; } }

/* ── Article page hero — matches blg-hero from the blog listing page ── */
.bb-article-hero {
    position: relative;
    background: linear-gradient(135deg, #1A0F0B 0%, #2B1B17 100%);
    padding: 68px 0 64px;
    overflow: hidden;
    text-align: center;
}
.bb-article-hero::before {
    content: ''; position: absolute;
    top: -120px; left: 50%; transform: translateX(-50%);
    width: 700px; height: 700px; border-radius: 50%;
    border: 1px solid rgba(198,156,109,0.07); pointer-events: none;
}
.bb-article-hero-eyebrow {
    font-family: var(--nav-font); font-size: 10px; font-weight: 700;
    letter-spacing: 5px; text-transform: uppercase;
    color: rgba(198,156,109,0.7); margin-bottom: 18px;
    display: flex; align-items: center; justify-content: center; gap: 12px;
    position: relative; z-index: 1;
}
.bb-article-hero-eyebrow::before,
.bb-article-hero-eyebrow::after {
    content: ''; display: inline-block;
    width: 32px; height: 1px; background: rgba(198,156,109,0.35);
}
.blog-post-page .bb-article-hero h1 {
    font-family: var(--heading-font) !important;
    font-size: clamp(26px, 4vw, 50px) !important;
    font-weight: 700 !important; color: #E5C585 !important;
    line-height: 1.15 !important; margin-bottom: 18px !important;
    text-align: center !important;
    max-width: 840px !important;
    margin-left: auto !important; margin-right: auto !important;
    padding-bottom: 0 !important;
    border: none !important; position: relative !important; z-index: 1;
}
.blog-post-page .bb-article-hero h1::after,
.blog-post-page .bb-article-hero h1::before { display: none !important; }
.bb-article-hero-lead {
    font-family: var(--default-font) !important;
    font-size: 15px !important;
    color: rgba(224,208,192,0.65) !important;
    max-width: 680px !important;
    margin: 0 auto !important;
    line-height: 1.85 !important;
    text-align: center !important;
    font-style: normal !important;
    border-left: none !important;
    padding: 0 !important;
    background: transparent !important;
    position: relative; z-index: 1;
}
@media (max-width: 600px) { .bb-article-hero { padding: 48px 0 44px; } }

/* ── Article-end CTA strip ── */
.bb-article-cta {
    background: linear-gradient(135deg, #1A0F0B 0%, #2B1B17 100%);
    padding: 64px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.bb-article-cta::before {
    content: '';
    position: absolute;
    top: -80px; right: -80px;
    width: 280px; height: 280px;
    border-radius: 50%;
    border: 1px solid rgba(198,156,109,0.06);
    pointer-events: none;
}
.bb-article-cta-eyebrow {
    font-family: var(--nav-font);
    font-size: 9px; font-weight: 700;
    letter-spacing: 4px; text-transform: uppercase;
    color: rgba(198,156,109,0.6);
    margin-bottom: 14px;
    display: flex; align-items: center; justify-content: center; gap: 10px;
}
.bb-article-cta-eyebrow::before,
.bb-article-cta-eyebrow::after {
    content: ''; display: inline-block;
    width: 28px; height: 1px; background: rgba(198,156,109,0.3);
}
.bb-article-cta-title {
    font-family: var(--heading-font);
    font-size: clamp(18px, 2.5vw, 28px);
    font-weight: 700; color: #E5C585;
    margin-bottom: 12px; line-height: 1.3;
}
.bb-article-cta-title em { color: #C69C6D; font-style: italic; }
.bb-article-cta-sub {
    font-family: var(--default-font);
    font-size: 14.5px; color: rgba(224,208,192,0.6);
    max-width: 420px; margin: 0 auto 28px;
    line-height: 1.8; text-align: center !important;
}
.bb-article-cta-btn {
    display: inline-block;
    background: linear-gradient(135deg, #8B6532 0%, #C69C6D 25%, #F4E2BB 50%, #C69C6D 75%, #8B6532 100%);
    background-size: 200% auto;
    color: #1F1512;
    padding: 13px 34px;
    font-family: var(--nav-font);
    font-size: 11px; font-weight: 700;
    text-transform: uppercase; letter-spacing: 1.5px;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(139,101,50,0.3);
    transition: all 0.5s ease;
}
.bb-article-cta-btn:hover {
    background-position: right center;
    color: #fff;
    transform: translateY(-2px);
    text-decoration: none;
}

/* ── Related Reads section header ── */
.bb-related-header {
    font-family: var(--heading-font) !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #2B1B17 !important;
    text-align: center !important;
    margin-bottom: 28px !important;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(198,156,109,0.2) !important;
    position: relative;
}
.bb-related-header::after {
    content: '';
    position: absolute;
    bottom: -1px; left: 50%;
    transform: translateX(-50%);
    width: 44px; height: 2px;
    background: #C69C6D;
}
/* Suppress default h3 overrides when .bb-related-header is used */
.bb-related-header::before { display: none !important; }

/* ── Internal links panel (showInternalLinks) ── */
.bb-internal-links {
    background: linear-gradient(135deg, #1A0F0B 0%, #2B1B17 100%);
    padding: 36px 32px;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
}
.bb-internal-links::before {
    content: ''; position: absolute;
    bottom: -60px; left: -60px;
    width: 200px; height: 200px; border-radius: 50%;
    border: 1px solid rgba(198,156,109,0.06);
    pointer-events: none;
}
.bb-internal-links-title {
    font-family: var(--heading-font);
    font-size: 17px; font-weight: 700;
    color: #E5C585; margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(198,156,109,0.2);
    display: flex; align-items: center; gap: 10px;
}
.bb-internal-link-item {
    display: block;
    text-decoration: none;
    padding: 12px 16px;
    border: 1px solid rgba(198,156,109,0.15);
    background: rgba(255,255,255,0.03);
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
    height: 100%;
}
.bb-internal-link-item:hover {
    background: rgba(198,156,109,0.08);
    border-color: rgba(198,156,109,0.35);
    transform: translateY(-2px);
    text-decoration: none;
}
.bb-internal-link-item .bb-link-icon {
    font-size: 18px; margin-bottom: 6px; display: block;
}
.bb-internal-link-item .bb-link-title {
    font-family: var(--heading-font);
    font-size: 13.5px; font-weight: 600;
    color: #E0D0C0; line-height: 1.4;
    margin-bottom: 4px;
    display: block;
}
.bb-internal-link-item:hover .bb-link-title { color: #E5C585; }
.bb-internal-link-item .bb-link-cta {
    font-family: var(--nav-font);
    font-size: 9px; font-weight: 700;
    letter-spacing: 2px; text-transform: uppercase;
    color: rgba(198,156,109,0.6);
    display: flex; align-items: center; gap: 5px;
    transition: gap 0.2s ease, color 0.2s ease;
}
.bb-internal-link-item:hover .bb-link-cta {
    color: #C69C6D; gap: 8px;
}

/* ── hover-card utility (legacy support) ── */
.hover-card {
    transition: box-shadow 0.25s ease, transform 0.25s ease, border-color 0.25s ease !important;
}
.hover-card:hover {
    box-shadow: 0 8px 24px rgba(43,27,23,0.1) !important;
    transform: translateY(-2px) !important;
}

/* ── Responsive ── */
@media (max-width: 767px) {
    .blog-post-page section.py-5 { padding-top: 40px !important; padding-bottom: 52px !important; }
    .blog-post-page section h2 { margin-top: 36px !important; }
    .blog-post-page section h4 { margin-top: 22px !important; }
    .blog-post-page .blockquote { padding: 16px 20px !important; }
    .blog-post-page .lead { padding: 14px 18px; }
    .bb-article-cta { padding: 48px 0; }
    .bb-internal-links { padding: 28px 20px; }
    .bb-article-meta { gap: 14px; }
}

/* ═══════════════════════════════════════════════
   Blog Hero Section — overrides all above rules
   ═══════════════════════════════════════════════ */
.blog-post-page .blog-hero h1 {
    font-family: var(--heading-font) !important;
    font-size: clamp(26px, 4vw, 46px) !important;
    font-weight: 700 !important;
    color: #E5C585 !important;
    line-height: 1.15 !important;
    text-align: left !important;
    letter-spacing: 0.3px !important;
    margin-bottom: 20px !important;
    padding-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: none !important;
}
.blog-post-page .blog-hero h1::after,
.blog-post-page .blog-hero h1::before { display: none !important; }
.blog-post-page .blog-hero h1 em {
    font-style: italic !important;
    color: #C69C6D !important;
}
.blog-post-page .blog-hero p,
.blog-post-page .blog-hero .hero-lead {
    font-family: var(--default-font) !important;
    font-size: 15px !important;
    color: rgba(224,208,192,0.65) !important;
    font-weight: 300 !important;
    line-height: 1.8 !important;
    max-width: 520px !important;
    margin-bottom: 0 !important;
    text-align: left !important;
    font-style: normal !important;
    border-left: none !important;
    padding: 0 !important;
}

/* ═══════════════════════════════════════════════
   Shared Blog Utility Classes
   (replaces inline style="" attributes)
   ═══════════════════════════════════════════════ */

/* ── Breadcrumb ── */
.breadcrumb-nav { background-color: #FAF8F5; }
.breadcrumb-nav .breadcrumb-item a { color: #B88A44; text-decoration: none; }
.breadcrumb-nav .breadcrumb-item a:hover { color: #8B6532; }
.breadcrumb-nav .breadcrumb-item.active { color: #2B1B17; }

/* ── Feature / ingredient badge ── */
.bb-feature-badge {
    display: inline-block;
    background: rgba(198,156,109,0.1);
    border: 1px solid rgba(198,156,109,0.4);
    color: #8B6532;
    font-size: 0.72rem;
    padding: 3px 10px;
    border-radius: 50px;
    font-weight: 600;
}

/* ── Product CTA box ── */
.bb-product-cta-box {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(198,156,109,0.35);
    background: #FAF8F5;
    box-shadow: 0 6px 28px rgba(43,27,23,0.10);
}
.bb-cta-bar {
    height: 5px;
    background: linear-gradient(90deg, #8B6532 0%, #C69C6D 25%, #F4E2BB 50%, #C69C6D 75%, #8B6532 100%);
}

/* ── Gradient CTA button ── */
.bb-btn-cta {
    display: inline-block;
    background: linear-gradient(135deg, #8B6532 0%, #C69C6D 25%, #F4E2BB 50%, #C69C6D 75%, #8B6532 100%);
    background-size: 200% auto;
    color: #2B1B17;
    font-family: var(--nav-font);
    font-weight: 700;
    font-size: 0.9rem;
    padding: 12px 30px;
    border-radius: 8px;
    text-decoration: none;
    letter-spacing: 0.04em;
    box-shadow: 0 3px 12px rgba(139,101,50,0.3);
    transition: background-position 0.4s ease, box-shadow 0.3s ease;
}
.bb-btn-cta:hover {
    background-position: right center;
    box-shadow: 0 5px 18px rgba(139,101,50,0.45);
    color: #2B1B17;
    text-decoration: none;
}

/* ── Featured / zero-red-flags label badge ── */
.bb-badge-featured {
    display: inline-block;
    background: linear-gradient(135deg, #8B6532 0%, #C69C6D 25%, #F4E2BB 50%, #C69C6D 75%, #8B6532 100%);
    color: #2B1B17;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 4px 14px;
    border-radius: 50px;
    margin-bottom: 14px;
}

/* ── Section / category label ── */
.bb-section-label {
    font-size: 0.8rem;
    font-weight: 700;
    color: #8B6532;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 6px;
}

/* ── Content card (white, left accent border) ── */
.bb-content-card {
    background: #fff;
    border-radius: 10px;
    padding: 16px;
    border-left: 3px solid #C69C6D;
    height: 100%;
}

/* ── Circular numbered icon ── */
.bb-icon-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: #2B1B17;
    color: #C69C6D;
    font-weight: 700;
    border-radius: 50%;
    font-size: 1rem;
    margin-bottom: 10px;
}

/* ── Typography helpers ── */
.bb-heading-lg {
    font-family: var(--heading-font);
    font-size: 1.5rem;
    font-weight: 700;
    color: #2B1B17;
    line-height: 1.25;
    margin: 0 0 4px;
}
.bb-heading-md {
    font-family: var(--heading-font);
    font-size: 1.3rem;
    font-weight: 700;
    color: #F4E2BB;
    margin-bottom: 8px;
}
.bb-heading-sm {
    font-family: var(--heading-font);
    font-size: 1.1rem;
    font-weight: 700;
    color: #2B1B17;
    margin-bottom: 12px;
}
.bb-text-caption {
    font-family: var(--nav-font);
    color: #8B6532;
    font-size: 0.72rem;
    margin-top: 10px;
    margin-bottom: 0;
}
.bb-text-muted-sm {
    font-family: var(--nav-font);
    color: #6b5040;
    font-size: 0.82rem;
    margin-bottom: 18px;
    line-height: 1.7;
}
.bb-text-brand-sm {
    font-family: var(--nav-font);
    color: #8B6532;
    font-size: 0.88rem;
    margin: 0 0 14px;
}

/* ── List items with icon prefix ── */
.bb-list-item { padding-left: 20px; position: relative; }
.bb-icon-danger { position: absolute; left: 0; color: #c0392b; }
.bb-icon-success { position: absolute; left: 0; color: #1a6b3c; }

/* ── Myth / Fact labels ── */
.bb-label-myth {
    background: #2B1B17;
    color: #C69C6D;
    font-weight: 700;
    font-size: 0.75rem;
    padding: 4px 10px;
    border-radius: 50px;
    white-space: nowrap;
    margin-top: 2px;
    letter-spacing: 0.06em;
    display: inline-block;
}
.bb-label-fact {
    background: #d1e7dd;
    color: #0a3622;
    font-weight: 700;
    font-size: 0.72rem;
    padding: 3px 10px;
    border-radius: 50px;
    white-space: nowrap;
    margin-top: 2px;
    display: inline-block;
}

/* ── Color-coded info boxes ── */
.bb-box-danger { background: #fff5f5; }
.bb-box-success { background: #f5fff5; }
.bb-box-info { background: #fff3cd; }

/* ── Table helpers ── */
.bb-table-header { background: #2B1B17; color: #E5C585; }
.bb-table-row-alt { background: #FAF8F5; }
.bb-table-row-light { background: #f8f9fa; }

/* ============================================================
   RICH BLOG COMPONENTS
   Stat strips, compound cards, mechanism lists, section
   dividers, myth/fact cards, usage boxes, product CTAs,
   alert variants, quote boxes — used in aloe-vera, acv-onion,
   and similar deep-dive blog pages.
============================================================ */

/* ── Stat strip ── */
.stat-strip {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(155px, 1fr));
    gap: 16px;
    margin: 2rem 0;
}
.stat-box {
    background: linear-gradient(135deg, #FAF8F5, #F4E2BB);
    border: 1.5px solid #C69C6D;
    border-radius: 14px;
    padding: 22px 18px;
    text-align: center;
}
.stat-box .num {
    font-size: 2.2rem;
    font-weight: 900;
    color: #8B6532;
    line-height: 1;
    display: block;
}
.stat-box .lbl {
    font-size: 0.8rem;
    color: #6b7280;
    margin-top: 6px;
    line-height: 1.4;
    display: block;
}

/* ── Compound grid & cards ── */
.compound-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 18px;
    margin: 1.5rem 0 2rem;
}
.compound-card {
    background: #fff;
    border: 1.5px solid #e5e7eb;
    border-radius: 14px;
    padding: 22px 20px;
    box-shadow: 0 2px 18px rgba(139,101,50,.08);
    transition: transform .2s, box-shadow .2s;
    position: relative;
    overflow: hidden;
}
.compound-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 4px; height: 100%;
    background: #B88A44;
}
.compound-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 28px rgba(139,101,50,.15);
}
.compound-card .cc-label {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .07em;
    color: #8B6532;
    margin-bottom: 8px;
    display: block;
}
.compound-card h5 {
    font-weight: 800;
    color: #1F1512;
    margin-bottom: 8px;
    font-size: 1rem;
}
.blog-post-page .compound-card p {
    font-size: 0.9rem !important;
    color: #6b7280 !important;
    margin: 0 !important;
    line-height: 1.6 !important;
    border: none !important;
    padding: 0 !important;
    background: transparent !important;
}

/* ── Section divider banners ── */
.section-divider {
    background: linear-gradient(135deg, #1A0F0B 0%, #2B1B17 100%);
    border-radius: 18px;
    padding: 26px 32px;
    margin: 3rem 0 2rem;
    color: #fff;
    position: relative;
    overflow: hidden;
}
.sd-label {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: rgba(198,156,109,.8);
    margin-bottom: 6px;
    display: block;
}
.blog-post-page .section-divider h3 {
    font-size: 1.5rem !important;
    font-weight: 800 !important;
    color: #E5C585 !important;
    margin: 6px 0 0 !important;
}
.blog-post-page .section-divider p {
    color: rgba(255,255,255,.82) !important;
    margin: 8px 0 0 !important;
    font-size: 0.97rem !important;
    border: none !important;
    padding: 0 !important;
    background: transparent !important;
}

/* ── Benefit section ── */
.benefit-section {
    background: linear-gradient(to right, #FAF8F5, #F4E2BB);
    border: 1.5px solid #C69C6D;
    border-radius: 18px;
    padding: 32px;
    margin: 2rem 0;
}
.benefit-section .bs-title {
    font-size: 1.2rem;
    font-weight: 800;
    color: #1F1512;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* ── Alert variants ── */
.bb-alert-teal,
.bb-alert-green,
.bb-alert-amber {
    background: #FAF8F5;
    border: 1.5px solid #C69C6D;
    border-radius: 14px;
    padding: 18px 22px;
}
.bb-alert-onion {
    background: #F4E2BB;
    border: 1.5px solid #B88A44;
    border-radius: 14px;
    padding: 18px 22px;
}
.bb-alert-danger {
    background: #fff5f5;
    border: 1.5px solid #f5c6c6;
    border-radius: 14px;
    padding: 18px 22px;
}

/* ── Mechanism list ── */
.mech-list {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0 2rem;
}
.mech-list > li {
    display: flex;
    gap: 20px;
    margin-bottom: 28px;
    align-items: flex-start;
}
.mech-num {
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #B88A44;
    color: #fff;
    font-weight: 900;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 0 0 4px #FAF8F5;
}
.mech-body h6 {
    font-weight: 700;
    color: #1F1512;
    margin-bottom: 8px;
    font-size: 1rem;
}
.blog-post-page .mech-body p {
    color: #4A4A4A !important;
    line-height: 1.8 !important;
    font-size: 15px !important;
    border: none !important;
    padding: 0 !important;
    background: transparent !important;
}

/* ── Usage steps ── */
.usage-steps {
    counter-reset: step;
    list-style: none;
    padding: 0;
}
.usage-steps > li {
    counter-increment: step;
    display: flex;
    gap: 18px;
    margin-bottom: 20px;
    align-items: flex-start;
}
.usage-steps > li::before {
    content: counter(step);
    min-width: 36px; height: 36px;
    border-radius: 50%;
    background: #B88A44;
    color: #fff;
    font-weight: 900;
    font-size: .9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 4px #FAF8F5;
    flex-shrink: 0;
}
.blog-post-page .usage-steps li p {
    margin: 0 !important;
    font-size: .95rem !important;
    color: #374151 !important;
    line-height: 1.65 !important;
    border: none !important;
    padding: 0 !important;
    background: transparent !important;
}
.usage-steps li strong { color: #1F1512; }

/* ── Product CTA card ── */
.product-cta {
    background: linear-gradient(135deg, #FAF8F5 0%, #F4E2BB 100%);
    border: 2px solid #C69C6D;
    border-radius: 20px;
    padding: 38px;
}
.product-cta h4 { font-weight: 900; color: #1F1512; }
.ingredient-badge {
    display: inline-block;
    background: #fff;
    border: 1.5px solid #C69C6D;
    border-radius: 50px;
    padding: 5px 14px;
    font-size: .82rem;
    font-weight: 600;
    color: #8B6532;
    margin: 3px;
}

/* ── Quote box ── */
.bb-quote {
    border-left: 4px solid #B88A44;
    background: #FAF8F5;
    border-radius: 0 14px 14px 0;
    padding: 20px 26px;
    font-style: italic;
    font-size: 1.05rem;
    color: #1F1512;
    margin: 2rem 0;
}
.bb-blockquote-footer {
    display: block;
    margin-top: 10px;
    font-size: .85rem;
    color: #6b7280;
    font-style: normal;
}

/* ── Myth / Fact cards ── */
.myth-card {
    border: 1.5px solid #e5e7eb;
    border-radius: 14px;
    padding: 24px;
    background: #fff;
    box-shadow: 0 2px 12px rgba(0,0,0,.05);
}
.myth-tag {
    display: inline-block;
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 50px;
    margin-bottom: 12px;
}
.myth-card.myth { border-color: #fca5a5; }
.myth-card.myth .myth-tag { background: #fee2e2; color: #b91c1c; }
.myth-card.fact { border-color: #C69C6D; }
.myth-card.fact .myth-tag { background: #F4E2BB; color: #8B6532; }

/* ── Usage & product highlight boxes ── */
.usage-box-acv,
.usage-box-onion {
    background: linear-gradient(135deg, #FAF8F5, #F4E2BB);
    border: 1.5px solid #C69C6D;
    border-radius: 16px;
    padding: 28px;
    margin: 1.5rem 0;
}
.product-highlight-acv,
.product-highlight-onion {
    background: #fff;
    border: 2px solid #C69C6D;
    border-radius: 16px;
    padding: 28px;
    box-shadow: 0 4px 20px rgba(139,101,50,.1);
}
.highlight-title {
    font-size: 1.1rem;
    font-weight: 800;
    color: #1F1512;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* ── Evidence table ── */
.blog-post-page .evidence-table thead th {
    background: #1F1512;
    color: #fff;
    font-weight: 700;
    border: none;
}
.blog-post-page .evidence-table tbody tr:hover { background: #FAF8F5; }
.blog-post-page .evidence-table td { vertical-align: middle; font-size: .91rem; }

/* ── Responsive ── */
@media (max-width: 768px) {
    .product-cta { padding: 24px; }
    .section-divider { padding: 22px 20px; }
    .stat-strip { grid-template-columns: repeat(2, 1fr); }
    .compound-grid { grid-template-columns: 1fr; }
    .mech-list > li { gap: 14px; }
}
