/*
Theme Name: Foxiz child
Template: foxiz
Version: 2.1
*/

/* ============================================================
   Si Bunbun homepage stylesheet — single source of truth.
   Grid contract (desktop): MAIN CONTENT | GUTTER | SIDEBAR.
   Hero, category strip, Pilihan/Artikel/Populer/Tema all sit
   inside .sb-main and share its right edge — sidebar is an
   independent vertical column, never widened/narrowed to fit them.
   ============================================================ */

:root{--sb-accent:#8e3027;--sb-cream:#fffaf3;--sb-card:#f3eadc;--sb-text:#342820;--sb-soft:#6e6157;--sb-border:#ddd0bd;--sb-rule:#e6dac9}
*{box-sizing:border-box}
.sb-home{margin:0;background:var(--sb-cream);color:var(--sb-text);font-family:'Work Sans',Arial,sans-serif;font-size:16px}
.sb-home a{color:inherit;text-decoration:none}
.sb-home a:hover{color:var(--sb-accent)}
.sb-home a.sb-btn{color:#fff}
.sb-wrap{width:min(1580px,calc(100% - 36px));margin:auto;background:var(--sb-cream)}
.sb-serif,.sb-home h1,.sb-home h2,.sb-home h3{font-family:Lora,Georgia,'Times New Roman',serif}

/* Topbar + header */
.sb-topbar{background:#050505;color:#f4ece1;display:flex;justify-content:space-between;gap:12px;padding:8px 16px;font-size:13px}
.sb-topbar span:first-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}
.sb-topbar span:last-child{display:none;flex:0 0 auto}
.sb-header{position:relative;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:12px 16px;border-bottom:1px solid var(--sb-border);background:#fffdf9}
.sb-brand{display:flex;align-items:center;gap:13px;white-space:nowrap}
.sb-logo{width:auto;height:48px;flex:0 0 auto;display:block}
.sb-logo img{width:auto;height:100%;object-fit:contain;display:block}
.sb-brand-name{font:700 21px/1 Lora,Georgia,serif}
.sb-brand-tag{font-size:10px;color:var(--sb-soft);display:block;margin-top:3px}
.sb-nav{display:none;gap:25px;align-items:center;font-size:14px;font-weight:650;white-space:nowrap}
.sb-nav a:first-child{color:var(--sb-accent);border-bottom:2px solid var(--sb-accent);padding-bottom:5px}
.sb-search{display:none;font-size:21px}
.sb-nav-toggle{display:none}
.sb-nav-btn{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;cursor:pointer}
.sb-nav-btn:before{content:"";width:20px;height:2px;background:var(--sb-text);box-shadow:0 -6px var(--sb-text),0 6px var(--sb-text)}
.sb-nav-toggle:checked ~ .sb-nav-btn:before{box-shadow:none;transform:rotate(45deg)}

/* Hero */
.sb-hero-row{display:grid;grid-template-columns:1fr;gap:16px;padding:16px}
.sb-thumb{width:100%;aspect-ratio:16/9;overflow:hidden;border-radius:10px;background:repeating-linear-gradient(45deg,#ece3d4,#ece3d4 10px,#e2d7c3 10px,#e2d7c3 20px);position:relative}
.sb-thumb img{width:100%;height:100%;object-fit:cover;display:block}
.sb-ph{position:absolute;top:8px;right:8px;max-width:calc(100% - 16px);padding:4px 8px;border-radius:4px;background:rgba(255,255,255,.92);color:#6b5f52;font-size:10px;font-weight:600;line-height:1.2;z-index:2}
.sb-hero-row .sb-ph{display:none}
.sb-kicker{color:var(--sb-accent);font-size:11px;font-weight:800;letter-spacing:.075em;text-transform:uppercase;margin-top:13px}
.sb-hero-title{font-size:25px;line-height:1.16;margin:8px 0 10px;max-width:900px}
.sb-excerpt{font-size:13px;color:var(--sb-soft);line-height:1.55}
.sb-btn{display:inline-block;margin-top:12px;background:var(--sb-accent);color:#fff;padding:12px 19px;border:0;border-radius:5px;font-size:13px;font-weight:750}

.sb-quote{position:relative;background:var(--sb-card);border:1px solid var(--sb-border);border-radius:10px;padding:24px 20px;display:flex;flex-direction:column;justify-content:center;text-align:center;overflow:hidden}
.sb-quote .sb-kicker{position:relative;z-index:1;margin:0 0 6px}
.sb-quote-mark{position:absolute;top:-24px;left:14px;font:40px/1 Georgia,serif;color:var(--sb-accent);opacity:.1;z-index:0;pointer-events:none}
.sb-quote p{position:relative;z-index:1;font:italic 16px/1.5 Lora,Georgia,serif;margin:5px 0 12px}
.sb-muted{position:relative;z-index:1;font-size:12px;color:var(--sb-soft)}

.sb-main-row{display:grid;grid-template-columns:1fr;gap:20px;padding:0 16px 30px}
.sb-main{min-width:0}
.sb-section{margin-bottom:34px}
.sb-section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:14px}
.sb-section-head h2{font-size:22px;margin:0}
.sb-see{font-size:12px;color:var(--sb-accent);font-weight:750}
.sb-cats{display:grid;grid-template-columns:repeat(6,1fr);gap:8px;margin-bottom:30px}
.sb-cat{display:flex;flex-direction:column;align-items:center;text-align:center;background:#fffdf9;border:1px solid var(--sb-border);border-radius:9px;padding:12px 6px 10px;min-height:0}
.sb-cat-icon{width:26px;height:26px;margin-bottom:6px;color:var(--sb-accent)}
.sb-cat-icon svg{width:100%;height:100%}
.sb-cat b{font:600 11px/1.2 Lora,Georgia,serif}
.sb-cat span{display:none}

@media(max-width:900px){
.sb-cats{grid-template-columns:repeat(2,1fr);gap:10px}
.sb-cat{padding:14px 10px 12px}
.sb-cat-icon{width:30px;height:30px}
.sb-cat b{font-size:12.5px}
.sb-cat span{display:block;margin-top:4px;font-size:10px;line-height:1.3;color:#62574f}
.sb-nav{position:absolute;top:100%;left:0;right:0;flex-direction:column;align-items:stretch;gap:0;background:#fffdf9;border-bottom:1px solid var(--sb-border);box-shadow:0 8px 16px rgba(20,14,10,.08);padding:6px 16px;z-index:20;white-space:normal}
.sb-nav a{padding:12px 4px;border-bottom:1px solid var(--sb-rule)}
.sb-nav a:last-child{border-bottom:0}
.sb-nav-toggle:checked ~ .sb-nav{display:flex}
/* Mobile-only breathing room: lead-card text must not sit on its left border. */
.sb-lead h3{margin:8px 12px}
}
@media(min-width:901px){.sb-nav-btn{display:none}}

.sb-library{display:grid;grid-template-columns:1fr;gap:16px}
.sb-lead,.sb-lib-row{border:1px solid #e5d9ca;border-radius:8px;background:#fffdf9;overflow:hidden}
.sb-lead>.sb-kicker,.sb-lead>h3,.sb-lead>.sb-excerpt,.sb-lead>.sb-meta{margin-left:12px;margin-right:12px}
.sb-lead>.sb-kicker{padding-top:12px}
.sb-lead h3{font-size:18px;line-height:1.25;margin:8px 0}
.sb-meta{font-size:11px;color:var(--sb-soft);margin-top:8px}
.sb-lead>.sb-meta{margin-bottom:12px}
.sb-lib-list{display:flex;flex-direction:column;gap:16px}
.sb-lib-row{display:grid;grid-template-columns:112px 1fr}
.sb-lib-row>div{padding:0 12px}
.sb-lib-row .sb-thumb,.sb-list-row .sb-thumb{border-radius:0}
.sb-lib-row h3,.sb-list-row h3{font-size:14px;line-height:1.3;margin:4px 0}
.sb-lib-row .sb-meta{padding-bottom:10px}
.sb-two{display:grid;grid-template-columns:1fr;gap:16px}
.sb-two>.sb-section{padding:14px;border:1px solid #e5d9ca;border-radius:8px;background:#fffdf9;margin-bottom:0}
.sb-two>.sb-section .sb-section-head{padding-bottom:9px;margin-bottom:3px;border-bottom:1px solid #e7dccd}
.sb-list-row{display:grid;grid-template-columns:105px 1fr;gap:11px;padding:10px 0;border-top:1px solid var(--sb-rule)}
.sb-list-row:first-child{border-top:0;padding-top:0}
.sb-rank-row{display:grid;grid-template-columns:25px 82px 1fr;gap:10px;align-items:center;padding:10px 0;border-top:1px solid var(--sb-rule)}
.sb-rank-row:first-child{border-top:0;padding-top:0}
.sb-rank{width:22px;height:22px;border-radius:50%;background:#7d3927;color:#fff;font:700 8.8px/22px 'Work Sans',Arial,sans-serif;text-align:center}
.sb-rank-row h3{font-size:12.5px;line-height:1.27;margin:0}
.sb-sidebar{display:flex;flex-direction:column;gap:14px}
.sb-widget{background:#fffdf9;border:1px solid var(--sb-border);border-radius:9px;padding:15px}
.sb-dhamma{background:linear-gradient(160deg,#06131b,#122b35 58%,#3c2515);color:#fff;border-radius:9px;overflow:hidden}
.sb-dhamma-visual{min-height:130px;position:relative;background:radial-gradient(circle at 50% 80%,#9b6335 0,#3d2a1b 20%,#0b1c24 55%,#07131a 100%)}
.sb-dhamma-visual:before{content:"☸";position:absolute;left:0;right:0;top:50%;transform:translateY(-60%);text-align:center;font:400 34px/1 Georgia,serif;color:#d9ad6c;opacity:.9}
.sb-dhamma-visual:after{content:"PERPUSTAKAAN DHAMMA";position:absolute;left:0;right:0;bottom:14px;text-align:center;font:700 9px/1.2 'Work Sans',Arial,sans-serif;letter-spacing:.12em;color:#f1dfc7}
.sb-dhamma-body{padding:16px}
.sb-dhamma-body h3{font-size:15px;margin:0 0 6px}
.sb-dhamma-body p{font-size:11px;line-height:1.5;color:#ded4c7;margin:0 0 8px}
.sb-dhamma-body .sb-btn{font-size:11px;padding:8px 12px;margin-top:2px}
.sb-widget h3{font-size:14px;margin:0 0 8px}
.sb-bio{display:flex;align-items:flex-start;gap:12px}
.sb-avatar{width:56px;height:56px;flex:0 0 56px;display:block;overflow:visible}
.sb-avatar img{width:100%;height:100%;object-fit:contain;display:block}
.sb-browse h3{margin-bottom:2px}
.sb-browse a{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid #ece3d4;font-size:12.5px}
.sb-browse a:last-child{border-bottom:0}
.sb-browse a span{color:#a95746}
.sb-widget-quote .sb-excerpt{font:italic 13px/1.5 Lora,Georgia,serif;color:#54483f}
.sb-image-card{position:relative;margin:0;border-radius:8px;overflow:hidden;aspect-ratio:16/9;background:#e8dece;color:#fff;display:block}
.sb-image-card img{width:100%;height:100%;object-fit:cover;display:block}
.sb-image-card figcaption{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;padding:14px;background:linear-gradient(180deg,rgba(20,14,10,0) 35%,rgba(20,14,10,.78) 100%)}
.sb-image-card-quote{font:italic 13px/1.4 Lora,Georgia,serif;margin:0 0 4px;color:#fff}
.sb-image-card-attr{font-size:10px;color:#e9ddcf}
.sb-promo-card{color:#fff}
.sb-promo-overlay{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;padding:14px;background:linear-gradient(180deg,rgba(10,8,6,.1) 30%,rgba(10,8,6,.82) 100%)}
.sb-promo-eyebrow{font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#ffb199;margin-bottom:4px}
.sb-promo-desc{font-size:11.5px;line-height:1.4;color:#f2e8de;margin-bottom:8px}
.sb-promo-card .sb-btn{font-size:11px;padding:7px 11px;align-self:flex-start;background:transparent;border:1px solid rgba(255,255,255,.75)}
.sb-dontmiss-row{display:grid;grid-template-columns:52px 1fr;gap:10px;align-items:center;padding:9px 0;border-top:1px solid var(--sb-rule)}
.sb-dontmiss-row:first-of-type{border-top:0;padding-top:0}
.sb-dontmiss-row .sb-thumb{border-radius:5px}
.sb-dontmiss-row h4{font-size:12px;line-height:1.3;margin:0;font-weight:600}
.sb-two + .sb-section{margin-top:20px}
.sb-theme-grid{display:flex;gap:10px;overflow-x:auto;padding:0 1px 8px;scroll-snap-type:x proximity}
.sb-theme-card{scroll-snap-align:start;min-width:195px;width:195px;border:1px solid #e3d7c7;border-radius:8px;background:#fffdf9;overflow:hidden;padding-bottom:9px}
.sb-theme-card .sb-thumb{aspect-ratio:16/9;border-radius:0}
.sb-theme-card h3{font-size:13px;line-height:1.25;margin:8px 10px 3px}
.sb-theme-card p{font-size:9px;line-height:1.35;margin:0 10px;color:var(--sb-soft)}
.sb-newsletter{margin:0 16px 24px;border:1px solid var(--sb-border);border-radius:10px;padding:21px;background:var(--sb-card);display:block}
.sb-newsletter h2{font-size:17px;margin:0}
.sb-newsletter>.sb-btn,.sb-newsletter>.sb-btn-disabled{margin-top:12px;display:block;width:100%;text-align:center}
.sb-btn-disabled{background:#c7bba5;cursor:default;pointer-events:none}
.sb-footer{padding:23px 16px 28px;display:flex;flex-direction:column;gap:20px;border-top:1px solid var(--sb-border);position:relative}
.sb-footer-menus{display:grid;grid-template-columns:1fr;gap:16px}
.sb-footer-mascot{display:block;position:absolute;z-index:1;left:50%;right:auto;top:-12px;transform:translateX(-50%);width:110px;height:76px;object-fit:contain;pointer-events:none}
.sb-footer h2{font-size:21px;margin:0 0 8px}
.sb-footer h3{font-size:12px;margin:0 0 10px}
.sb-footer p,.sb-footer a{font-size:10px;color:var(--sb-soft);line-height:1.7;display:block}
.sb-footer a:hover{color:var(--sb-accent)}

@media (min-width:901px){
.sb-topbar{padding:8px 22px}
.sb-header{padding:13px 22px}
.sb-logo{height:70px}
.sb-brand-name{font-size:27px}
.sb-brand-tag{font-size:12px}
.sb-nav{display:flex}
.sb-search{display:block}
.sb-hero-row{grid-template-columns:minmax(0,3fr) minmax(310px,1fr);gap:28px;padding:14px 22px 0;align-items:stretch}
.sb-hero-row>article{position:relative;min-height:340px;border-radius:10px;overflow:hidden;background:#211a15;display:flex;flex-direction:column;justify-content:flex-end;padding:30px 36px}
.sb-hero-row>article>a:first-child{position:absolute;inset:0;display:block;z-index:0}
.sb-hero-row>article>a:first-child>.sb-thumb{position:absolute;inset:0;width:100%;height:100%;aspect-ratio:auto;border-radius:0}
.sb-hero-row>article>a:first-child>.sb-thumb:after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(15,10,7,.85) 0%,rgba(15,10,7,.68) 45%,rgba(15,10,7,.4) 75%,rgba(15,10,7,.22) 100%)}
.sb-hero-row>article>a:first-child>.sb-thumb img{width:100%;height:100%;object-fit:cover}
.sb-hero-row>article>.sb-kicker,.sb-hero-row>article>.sb-hero-title,.sb-hero-row>article>.sb-excerpt,.sb-hero-row>article>.sb-btn{position:relative;z-index:2;margin-left:0;max-width:480px}
.sb-hero-row>article>.sb-kicker{color:#ff715f;margin-top:0}
.sb-hero-row>article>.sb-hero-title{font-size:34px;line-height:1.14;color:#fff;margin-top:10px;margin-bottom:6px}
.sb-hero-row>article>.sb-hero-title a{color:#fff}
.sb-hero-row>article>.sb-excerpt{color:#f7eee4;font-size:14px;max-width:420px}
.sb-hero-row>article>.sb-btn{align-self:flex-start;background:transparent;border:1px solid rgba(255,255,255,.8);margin-top:10px}
.sb-quote{border-radius:10px;background:#f6eddf;border-color:#e0d0bb;padding:26px 24px}
.sb-quote p{font-size:18px;max-width:280px;margin-left:auto;margin-right:auto}
.sb-main-row{grid-template-columns:minmax(0,3fr) minmax(320px,1fr);column-gap:32px;row-gap:20px;padding:22px 22px 38px}
.sb-section-head h2{font-size:25px}
.sb-cats{gap:10px;margin-bottom:32px}
.sb-cat{padding:14px 6px 12px;border-radius:9px}
.sb-cat-icon{width:34px;height:34px;margin-bottom:7px}
.sb-cat b{font-size:11.5px}
.sb-cat span{display:block;margin-top:3px;font-size:8.6px;line-height:1.25;color:#62574f}
.sb-library{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.sb-lib-list{display:contents}
.sb-lead,.sb-lib-row{display:block}
.sb-lead>.sb-kicker,.sb-lead>h3,.sb-lead>.sb-excerpt,.sb-lead>.sb-meta,.sb-lib-row>div{padding-left:12px;padding-right:12px}
.sb-lead h3{font-size:17px}
.sb-lead>.sb-excerpt{font-size:12px;line-height:1.45}
.sb-lib-row .sb-thumb{border-radius:0}
.sb-lib-row h3{font-size:15.5px}
.sb-lib-row .sb-kicker{margin-top:10px}
.sb-two{grid-template-columns:1fr 1fr;gap:26px}
.sb-list-row{grid-template-columns:125px 1fr}
.sb-rank-row{grid-template-columns:32px 105px 1fr}
.sb-rank{width:25px;height:25px;font-size:12px;line-height:25px}
.sb-rank-row h3{font-size:13.5px}
.sb-sidebar{gap:16px}
.sb-dhamma-visual{min-height:150px}
.sb-avatar{width:78px;height:78px;flex-basis:78px}
.sb-theme-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;overflow:visible}
.sb-theme-card{width:auto;min-width:0}
.sb-theme-card h3{font-size:14px}
.sb-newsletter{margin:0 22px;padding:20px 100px 20px 32px;display:flex;justify-content:space-between;align-items:center;gap:25px}
.sb-newsletter>.sb-btn,.sb-newsletter>.sb-btn-disabled{margin-top:0;display:inline-block;width:auto;flex:0 0 auto}
.sb-footer{padding:24px 22px 40px;flex-direction:row;align-items:flex-start;gap:48px}
.sb-footer-brand{flex:0 0 260px}
.sb-footer-menus{display:flex;gap:36px}
.sb-footer-brand,.sb-footer-menus{position:relative;z-index:2}
.sb-footer h2{font-size:22px}
.sb-footer h3{font-size:12.5px}
.sb-footer p,.sb-footer a{font-size:11px}
.sb-footer-mascot{left:auto;right:26px;top:-18px;transform:none;width:300px;height:208px;display:block;position:absolute;z-index:1;object-fit:contain;pointer-events:none}
}
@media(min-width:901px) and (max-width:1180px){
.sb-wrap{width:min(1180px,calc(100% - 32px))}
.sb-footer-mascot{width:190px;height:132px;right:16px;top:-10px}
.sb-nav{gap:12px;font-size:12px;flex:1 1 auto;min-width:0;overflow-x:auto;max-width:100%}
.sb-hero-row>article>.sb-hero-title{font-size:27px}
.sb-main-row{grid-template-columns:minmax(0,1.7fr) 280px}
.sb-cats{gap:6px}
.sb-cat{padding:10px 4px 8px}
.sb-cat-icon{width:24px;height:24px;margin-bottom:4px}
.sb-cat b{font-size:9.5px;line-height:1.15}
.sb-cat span{display:none}
.sb-newsletter{padding-right:70px}
}

/* Foxiz category/archive mobile gutter fix only.
   Add INNER horizontal breathing room; do not move the whole post stack
   and do not alter vertical card spacing. */
@media (max-width:900px){
body.archive .p-wrap,
body.category .p-wrap{
  margin-left:0 !important;
  margin-right:0 !important;
  width:100% !important;
  max-width:100% !important;
}
body.archive .p-wrap > *,
body.category .p-wrap > *{
  padding-left:12px !important;
  padding-right:12px !important;
}
}


/* ============================================================
   CERIA & PADAT layer — pastel category identity, softer cards,
   Bunbun mascot divider. Additive only; does not edit rules above.
   ============================================================ */
.sb-pc-cerita-buddhis{--pc:#9a6a12;--pc-bg:#fdf0d8;--pc-bd:#f0dcab}
.sb-pc-sejarah-jejak-teks{--pc:#4b6b3f;--pc-bg:#e9f0e2;--pc-bd:#cfe0c1}
.sb-pc-budaya-tradisi-tionghoa{--pc:#a8452c;--pc-bg:#fbe3da;--pc-bd:#f0c4b4}
.sb-pc-dongeng-perumpamaan{--pc:#42579c;--pc-bg:#e7ecf9;--pc-bd:#c9d4ef}
.sb-pc-kehidupan-relasi{--pc:#9c3f68;--pc-bg:#fbe6ee;--pc-bd:#f0c7d8}
.sb-pc-catatan-bunbun{--pc:#a05f1c;--pc-bg:#ffecd9;--pc-bd:#f3d3ab}

.sb-cat[class*="sb-pc-"]{background:var(--pc-bg);border-color:var(--pc-bd);transition:transform .15s ease}
.sb-cat[class*="sb-pc-"]:active{transform:scale(.97)}
.sb-cat[class*="sb-pc-"] .sb-cat-icon{color:var(--pc)}
.sb-theme-card[class*="sb-pc-"]{border-top:4px solid var(--pc)}
.sb-theme-card[class*="sb-pc-"] h3{color:var(--pc)}

/* Softer, cheerful cards: gentle shadow + rounder corners instead of plain hairline */
.sb-cat{border-radius:14px;box-shadow:0 2px 8px rgba(90,60,30,.06)}
.sb-lead,.sb-lib-row,.sb-two>.sb-section,.sb-theme-card,.sb-widget,.sb-quote{
  box-shadow:0 3px 14px rgba(90,60,30,.07);
  border-color:#efe4d4;
}
.sb-lead,.sb-lib-row{border-radius:14px}
.sb-two>.sb-section,.sb-widget{border-radius:12px}
.sb-theme-card{border-radius:14px;border-top-width:4px}

/* Bunbun mascot divider */
.sb-bunbun-divider{display:flex;align-items:center;gap:14px;background:#fff3e2;border:1px solid #f3dfc0;border-radius:16px;padding:16px;margin:0 0 30px}
.sb-bunbun-divider img{width:56px;height:56px;flex:0 0 56px;object-fit:contain;display:block}
.sb-bunbun-divider p{margin:0;font-size:13px;line-height:1.5;color:#4a3b28}
.sb-bunbun-divider b{color:var(--sb-accent)}
@media(min-width:901px){
  .sb-bunbun-divider{padding:20px 26px;margin-bottom:34px}
  .sb-bunbun-divider img{width:72px;height:72px;flex:0 0 72px}
  .sb-bunbun-divider p{font-size:14.5px}
}


/* ============================================================
   Pill kategori pastel (chip-nav) + badge kategori pada kartu —
   dari mockup "Ceria & Padat, gaya Kompas/Detik". Mobile-only;
   tampilan desktop tidak berubah.
   ============================================================ */
.sb-chip-nav{display:flex;gap:8px;overflow-x:auto;padding:12px 16px 4px;-ms-overflow-style:none;scrollbar-width:none}
.sb-chip-nav::-webkit-scrollbar{display:none}
.sb-chip{flex:0 0 auto;font-size:12.5px;font-weight:700;padding:7px 14px;border-radius:20px;white-space:nowrap;background:var(--pc-bg);color:var(--pc);text-decoration:none}
.sb-chip:active{transform:scale(.96)}
@media(min-width:901px){
  .sb-chip-nav{display:none}
}
@media(max-width:900px){
  .sb-kicker[class*="sb-pc-"]{display:inline-block;background:var(--pc-bg);color:var(--pc);padding:3px 10px;border-radius:20px;margin-top:12px;letter-spacing:.03em}
}


/* ============================================================
   Polish mobile: kurangi dobel-padding (wrap + main-row),
   beri jarak & sudut membulat pada thumbnail kartu horizontal
   (.sb-lib-row/.sb-list-row) supaya tidak "menempel" ke tepi.
   Mobile-only; tampilan desktop tidak berubah.
   ============================================================ */
@media(max-width:900px){
  .sb-main-row{padding:0 8px 30px}
  .sb-lib-row,.sb-list-row{gap:10px;padding:10px}
  .sb-lib-row>a,.sb-list-row>a{display:block;border-radius:10px;overflow:hidden}
  .sb-lib-row .sb-thumb,.sb-list-row .sb-thumb{border-radius:10px}
  .sb-lib-row>div,.sb-list-row>div{padding:0}
  .sb-lead>a{display:block;padding:10px 10px 0}
  .sb-lead>.sb-kicker,.sb-lead>h3,.sb-lead>.sb-excerpt,.sb-lead>.sb-meta{margin-left:14px;margin-right:14px}
}
