/* =========================================================
   Kati Beiträge — Styles (kbb-styles.css)
   Autark: eigene Marken-Farben, keine Kati-Abhängigkeit.
   GP-Overrides NUR für body.kbb-page (Kati + PinKati bleiben unberührt).
   Basis: bewährte pinkati-styles.css v1.3.4, angepasst ans
   abgenommene Beiträge-Mockup (Querformat-Cards, Leseseite).
   ========================================================= */

@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&family=DM+Sans:wght@300;400;500;600&display=swap");

/* ---- GP-Kasten nur auf Beiträge-Seiten auflösen ---- */
body.kbb-page .site-content {
    background: #FDFBF7 !important;
    padding: 0 !important;
}
body.kbb-page .content-area,
body.kbb-page #primary {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 !important;
    float: none !important;
}
body.kbb-page .entry-content,
body.kbb-page article .entry-content,
body.kbb-page .inside-article {
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    max-width: 100% !important;
}
body.kbb-page #secondary,
body.kbb-page #right-sidebar,
body.kbb-page #left-sidebar {
    display: none !important;
}
body.kbb-page { overflow-x: hidden; }
body.kbb-page .site-content { max-width: 100% !important; width: 100% !important; }
body.kbb-page main,
body.kbb-page .site-main { max-width: 100% !important; width: 100% !important; }

/* ---- Grundlayout ---- */
.kbb {
    font-family: 'DM Sans', sans-serif;
    color: #472804;
    background: #FDFBF7;
    -webkit-font-smoothing: antialiased;
    line-height: 1.5;
}

/* ---- Masthead (Mockup 1) ---- */
.kbb-masthead {
    text-align: center;
    padding: 56px 32px 12px;
}
.kbb-kicker {
    font-family: 'DM Sans', sans-serif;
    font-size: 11.5px;
    letter-spacing: .26em;
    text-transform: uppercase;
    color: #6B5B4F;
    font-weight: 500;
}
.kbb-headline {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    font-style: italic;
    font-size: 46px;
    line-height: 1.15;
    margin: 14px 0 0;
    color: #8B935A;
}
.kbb-sep {
    display: block;
    width: 210px;
    height: 2px;
    margin: 16px auto 14px;
    background: linear-gradient(90deg, transparent, #C9A571, transparent);
}
.kbb-subtitle {
    max-width: 520px;
    margin: 0 auto;
    color: #6B5B4F;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    text-align: center;
}

/* ---- Suchfeld (Funktion folgt mit dem JS-Schritt) ---- */
.kbb-search {
    display: flex;
    justify-content: center;
    margin: 28px 0 48px;
}
body.kbb-page .kbb-search input {
    width: min(500px, 100%);
    box-sizing: border-box !important;
    border: 1px solid #E8E0D5 !important;
    background-color: #fff !important;
    border-radius: 40px !important;
    height: auto !important;
    padding: 13px 22px 13px 44px !important;
    font-family: 'DM Sans', sans-serif !important;
    font-size: 14.5px !important;
    line-height: 1.4 !important;
    color: #472804 !important;
    box-shadow: 0 2px 12px rgba(139,115,85,.05) !important;
    outline: none !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='%238B7355' stroke-width='1.5'%3E%3Ccircle cx='7' cy='7' r='5.5'/%3E%3Cline x1='11' y1='11' x2='15' y2='15'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: 16px center !important;
}
body.kbb-page .kbb-search input::placeholder { color: #B6A999 !important; }
body.kbb-page .kbb-search input:focus {
    border-color: #C9A571 !important;
    box-shadow: 0 2px 14px rgba(201, 165, 113, .18) !important;
}

/* ---- Grid: Themen-Uebersicht (aktuell 2 Themen, zentriert) ---- */
.kbb-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
    align-items: stretch;
    max-width: 860px;
    margin: 0 auto;
    padding: 0 32px 72px;
}
/* Beitrags-Karten-Grid (Thema-Detail + Uebersicht-Suche): 3-spaltig */
.kbb-grid.kbb-post-grid {
    grid-template-columns: repeat(3, 1fr);
    max-width: 1180px;
}

/* ---- Themen-Card ---- */
.kbb-card {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(71,40,4,.07);
    transition: transform .3s ease, box-shadow .3s ease;
}
.kbb-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 32px rgba(71,40,4,.13);
}
.kbb-card-img {
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #F5EFE7;
}
.kbb-card-img img {
    display: block;
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: cover !important;
}
/* Fallback, falls ein Cover fehlt: Verlauf aus Akzentfarben */
.kbb-card-ph {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 24px;
}
.kbb-card-ph span {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.25;
    color: #FDFBF7;
    text-shadow: 0 1px 8px rgba(0,0,0,.15);
}
.kbb-card-body {
    padding: 22px 24px 24px;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}
.kbb-card-title {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    font-size: 23px;
    line-height: 1.18;
    color: #472804;
    margin: 0 0 8px;
}
.kbb-card-desc {
    margin: 0 0 14px;
    font-size: 14.5px;
    font-weight: 300;
    color: #6B5B4F;
    line-height: 1.55;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.kbb-card-cta {
    margin-top: auto;
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 500;
    color: #8B935A;
}
.kbb-card-cta .arr { transition: transform .25s; }
.kbb-card:hover .kbb-card-cta .arr { transform: translateX(4px); }

/* =========================================================
   Beitrags-Karte (Thema-Detail + Übersicht-Suche)
   Mockup: Titelbild 16:9, Titel, 2-Zeilen-Vorschau,
   Themen-Begriffe, Like/Teilen + Beitrag lesen
   ========================================================= */
.kbb-post-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(71,40,4,.07);
    transition: transform .3s ease, box-shadow .3s ease;
}
.kbb-post-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 32px rgba(71,40,4,.13);
}
.kbb-post-link { display: block; text-decoration: none; color: inherit; }
.kbb-post-img {
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #F5EFE7;
}
.kbb-post-img img {
    display: block;
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: cover !important;
}
.kbb-post-ph {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
}
.kbb-post-ph span {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
    font-size: 19px;
    line-height: 1.25;
    color: #FDFBF7;
    text-shadow: 0 1px 8px rgba(0,0,0,.15);
}
.kbb-post-body { padding: 20px 22px 14px; }
.kbb-post-title {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    font-size: 21px;
    line-height: 1.3;
    min-height: 2.6em; /* reserviert immer 2 Titelzeilen -> Beschrieb startet auf allen Karten gleich hoch */
    color: #472804;
    margin: 0 0 9px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.kbb-post-excerpt {
    margin: 0 0 12px;
    font-size: 14px;
    font-weight: 300;
    color: #6B5B4F;
    line-height: 1.55;
    min-height: 3.1em; /* reserviert immer 2 Beschrieb-Zeilen -> Linie/Aktionen auf allen Karten gleich hoch */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.kbb-post-actions {
    display: flex;
    align-items: center;
    gap: 24px;
    margin: 0 22px;
    padding: 12px 0;
    border-top: 1px solid #E8E4DE;
}
.kbb-readmore {
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 13.5px;
    font-weight: 500;
    color: #8B935A;
    text-decoration: none;
    white-space: nowrap;
}
.kbb-readmore:hover { color: #C9A571; }
.kbb-readmore .arr { transition: transform .25s; }
.kbb-readmore:hover .arr { transform: translateX(4px); }

/* ---- Like / Teilen — reine Symbole im Gold-Grün-Verlauf (kein Kästchen) ---- */
.kbb-like, .kbb-share {
    -webkit-appearance: none;
    appearance: none;
    border: none;
    background: transparent !important;
    box-shadow: none !important;
    margin: 0;
    padding: 0;
    font-family: 'DM Sans', sans-serif;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #8B935A;
}
.kbb-like:hover, .kbb-like:focus, .kbb-like:active,
.kbb-share:hover, .kbb-share:focus, .kbb-share:active {
    background: transparent !important;
    box-shadow: none !important;
    outline: none;
}
.kbb-like svg, .kbb-share svg {
    width: 26px; height: 26px;
    max-width: 26px; max-height: 26px;
    display: block; flex: 0 0 auto; overflow: hidden;
    stroke: url(#kbb-grad);
    transition: transform .2s ease;
}
.kbb-like:hover svg, .kbb-share:hover svg { transform: scale(1.14); }
.kbb-like-count, .kbb-share span {
    font-size: 14.5px;
    font-weight: 500;
    display: inline-block;
    background: linear-gradient(135deg, #C9A571 0%, #8B935A 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
}
/* Gelikt: Herz füllt sich im selben Verlauf (nie rot) */
.kbb-like.is-liked svg path { fill: url(#kbb-grad); }

.kbb-empty {
    text-align: center;
    color: #8B7355;
    padding: 40px 32px 80px;
    font-size: 15px;
}

/* =========================================================
   Thema-Detail (/beitraege/thema/<slug>/)
   ========================================================= */
.kbb-thema {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    min-height: calc(100vh - 160px);
    background: #FDFBF7;
}
.kbb-back {
    display: block;
    max-width: 1180px;
    margin: 0 auto;
    padding: 24px 32px 0;
    font-size: 14px;
    font-weight: 500;
    color: #8B7355;
    text-decoration: none;
}
.kbb-back:hover { color: #C9A571; }
.kbb-thema-head { padding-top: 18px; }
.kbb-thema-head .kbb-headline { font-size: 40px; white-space: normal !important; }
.kbb-postcount {
    text-align: center;
    color: #8B7355;
    font-size: 13px;
    letter-spacing: .08em;
    margin: 0 0 24px;
}

/* =========================================================
   Einzel-Beitrag — Leseseite (Mockup 2)
   ========================================================= */
.kbb-single {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    min-height: calc(100vh - 160px);
    background: #FDFBF7;
    padding-bottom: 70px;
}
.kbb-single .kbb-back {
    max-width: 780px;
    padding: 24px 6px 14px;
}
.kbb-article {
    max-width: 780px;
    margin: 0 auto;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(71,40,4,.08);
}
.kbb-article-hero { margin: 0; }
.kbb-article-hero img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 380px;
    object-fit: cover;
}
.kbb-article-body { padding: 44px 60px 48px; }
.kbb-article-meta {
    font-size: 12.5px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #8B935A;
    font-weight: 500;
    margin: 0 0 14px;
}
.kbb-article-meta em { font-style: normal; color: #C9A571; }
.kbb-article-title {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 1.18;
    color: #472804;
    text-align: center;
    margin: 0 0 22px;
}

/* ---- Beitrags-Inhalt (the_content) — Lese-Typografie ---- */
.kbb-article-content {
    color: #472804;
    font-size: 15.5px;
    font-weight: 300;
    line-height: 1.75;
    text-align: left;
}
.kbb-article-content p { margin: 0 0 16px; }
.kbb-article-content strong { font-weight: 600; }
.kbb-article-content a { color: #8B935A; }
.kbb-article-content a:hover { color: #C9A571; }
.kbb-article-content h2,
.kbb-article-content h3 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    color: #472804;
    line-height: 1.25;
    margin: 32px 0 12px;
}
.kbb-article-content h2 { font-size: 25px; }
.kbb-article-content h3 { font-size: 21px; }
.kbb-article-content ul,
.kbb-article-content ol {
    margin: 0 0 16px;
    padding-left: 24px;
}
.kbb-article-content li { margin: 0 0 7px; }
.kbb-article-content blockquote {
    margin: 24px 0;
    padding: 4px 0 4px 20px;
    border-left: 3px solid #C9A571;
    color: #6B5B4F;
    font-style: italic;
}
.kbb-article-content img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 14px;
    margin: 8px 0;
}
.kbb-article-content figure { margin: 26px 0; }
.kbb-article-content figcaption {
    font-size: 13px;
    color: #8B7355;
    font-style: italic;
    margin-top: 8px;
    text-align: left;
}
/* WP-Galerie (z. B. Karussell-Slides untereinander/nebeneinander) */
.kbb-article-content .wp-block-gallery { margin: 26px 0; }
.kbb-article-content .wp-block-image img,
.kbb-article-content .wp-block-gallery img { border-radius: 14px; }

/* ---- Gutenberg-Blöcke im Beitrag: Buttons, Datei-Block, Tabellen ---- */
.kbb-article-content .wp-block-button__link,
.kbb-article-content .wp-block-file .wp-block-file__button {
    display: inline-block !important;
    background: linear-gradient(135deg, #C9A571 0%, #8B935A 100%) !important;
    color: #FFFFFF !important;
    font-family: 'DM Sans', sans-serif !important;
    font-size: 14.5px !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    padding: 12px 26px !important;
    border: none !important;
    border-radius: 40px !important;
    text-decoration: none !important;
    box-shadow: 0 2px 12px rgba(139, 115, 85, 0.25) !important;
    transition: transform .2s ease, box-shadow .2s ease;
    cursor: pointer;
}
.kbb-article-content .wp-block-button__link:hover,
.kbb-article-content .wp-block-file .wp-block-file__button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(139, 115, 85, 0.32) !important;
    color: #FFFFFF !important;
}
.kbb-article-content .wp-block-file {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    margin: 22px 0;
}
.kbb-article-content .wp-block-file a:first-child {
    color: #8B935A;
    font-weight: 500;
    text-decoration: none;
    overflow-wrap: anywhere;
}
.kbb-article-content .wp-block-file a:first-child:hover { color: #C9A571; }
.kbb-article-content .wp-block-file object,
.kbb-article-content .wp-block-file embed {
    width: 100%;
    border-radius: 14px;
    margin-bottom: 12px;
}
.kbb-article-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 24px 0;
    font-size: 14.5px;
}
.kbb-article-content th {
    font-family: 'DM Sans', sans-serif;
    font-weight: 600;
    color: #472804;
    background: #FAF8F6;
    text-align: left;
    padding: 10px 12px;
    border-bottom: 2px solid #C9A571;
}
.kbb-article-content td {
    padding: 10px 12px;
    border-bottom: 1px solid #E8E0D5;
    vertical-align: top;
}

/* ---- Artikel-Ende: Trennlinie, Aktionen, Themen-Begriffe ---- */
.kbb-article-end {
    border-top: 1px solid #E8E4DE;
    margin-top: 36px;
    padding-top: 24px;
}
.kbb-article-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    margin: 0 0 22px;
    flex-wrap: wrap;
}
.kbb-article-actions .kbb-like svg,
.kbb-article-actions .kbb-share svg {
    width: 28px; height: 28px;
    max-width: 28px; max-height: 28px;
}
.kbb-topics {
    padding: 14px 0 0;
    border-top: 1px dashed #E8E4DE;
    text-align: left;
    box-sizing: border-box;
}
.kbb-topics .kbb-topics-label {
    display: inline-block;
    margin-bottom: 5px;
    font-family: 'DM Sans', sans-serif;
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    background: linear-gradient(135deg, #C9A571 0%, #8B935A 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.kbb-topics .kbb-topics-words {
    display: block;
    font-family: 'DM Sans', sans-serif;
    font-size: 12.5px;
    line-height: 1.5;
    color: #B8977C;
    overflow-wrap: break-word;
}
.kbb-topics .kbb-topics-words span { white-space: nowrap; }
.kbb-topics .kbb-topics-words span::after {
    content: '\00A0\00B7\0020';
    color: #C9A571;
    white-space: normal;
}
.kbb-topics .kbb-topics-words span:last-child::after { content: ''; }

/* =========================================================
   Teilen-Menü (on-brand Popover — 1:1 PinKati-Muster)
   ========================================================= */
.kbb-share-layer {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    z-index: 99999 !important;
    background: rgba(71, 40, 4, 0.28) !important;
}
.kbb-share-card {
    position: fixed !important;
    z-index: 100000 !important;
    width: 280px;
    max-width: calc(100vw - 16px);
    background: #FFFFFF;
    border: 1px solid #E8E4DE;
    border-radius: 16px;
    box-shadow: 0 18px 50px rgba(71, 40, 4, 0.22);
    padding: 10px;
    font-family: 'DM Sans', sans-serif;
}
.kbb-share-head {
    font-size: 12px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #6B5B4F;
    font-weight: 600;
    padding: 8px 12px 10px;
}
.kbb-share-opt {
    display: flex;
    align-items: center;
    gap: 13px;
    width: 100%;
    padding: 11px 12px;
    border: none !important;
    border-radius: 10px;
    background: none !important;
    box-shadow: none !important;
    color: #472804;
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.15s ease;
}
.kbb-share-opt:hover {
    background: #F5EFE7 !important;
    color: #472804 !important;
}
.kbb-share-opt .psi {
    width: 22px;
    height: 22px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.kbb-share-opt .psi svg {
    width: 22px !important;
    height: 22px !important;
    max-width: 22px;
    max-height: 22px;
    overflow: hidden;
}
.kbb-share-opt .psg {
    width: 22px;
    height: 22px;
    border-radius: 6px;
    background: linear-gradient(135deg, #C9A571 0%, #8B935A 100%);
    color: #FFFFFF;
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.kbb-share-copy.is-copied .kbb-copy-label {
    color: #8B935A;
    font-weight: 600;
}

/* ---- Themen-Block auf Beitrags-Karten (Abstaende) ---- */
.kbb-post-card .kbb-topics {
    margin: 0 22px 16px;
    padding: 11px 0 0;
}

/* ---- Suche: Ein-/Ausblenden (JS-Schritt) ---- */
.kbb-card.kbb-hidden { display: none !important; }
.kbb-post-card.kbb-hidden { display: none !important; }
.kbb-search-empty {
    text-align: center;
    color: #8B7355;
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    padding: 30px 20px 60px;
}

/* =========================================================
   Responsive
   ========================================================= */
/* ---- Tablet ---- */
@media (max-width: 1024px) {
    .kbb-grid { gap: 22px; }
    .kbb-grid.kbb-post-grid { grid-template-columns: repeat(2, 1fr); }
    .kbb-headline { font-size: 40px; }
}

/* ---- Mobile ---- */
@media (max-width: 768px) {
    .kbb-masthead { padding: 40px 28px 8px; }
    .kbb-grid,
    .kbb-grid.kbb-post-grid { grid-template-columns: 1fr; gap: 20px; padding: 0 28px 60px; }
    .kbb-headline { font-size: 34px; }
    .kbb-search { margin: 20px 0 32px; }
    .kbb-thema-head .kbb-headline { font-size: 30px; }
    .kbb-single { padding-left: 16px; padding-right: 16px; }
    .kbb-article-body { padding: 30px 24px 36px; }
    .kbb-article-title { font-size: 28px; }
    .kbb-article-content { font-size: 15px; }
    .kbb-article-content h2 { font-size: 22px; }
    .kbb-article-content h3 { font-size: 19px; }
    .kbb-article-actions { gap: 20px; }
}

/* ---- Mobile klein ---- */
@media (max-width: 480px) {
    .kbb-masthead { padding: 36px 24px 8px; }
    .kbb-grid { padding: 0 24px 56px; }
    .kbb-headline { font-size: 30px; }
    .kbb-card-body { padding: 16px 18px 18px; }
    .kbb-card-title { font-size: 21px; }
    .kbb-post-body { padding: 16px 18px 12px; }
    .kbb-post-actions { margin: 0 18px; padding: 10px 0; gap: 18px; }
    .kbb-post-card .kbb-topics { margin: 0 18px 14px; }
    .kbb-article-body { padding: 26px 18px 32px; }
    .kbb-article-title { font-size: 25px; }
}

/* ---- sehr kleine Screens ---- */
@media (max-width: 360px) {
    .kbb-headline { font-size: 26px; }
    .kbb-article-actions { gap: 14px; }
}
