:root{--max:1180px;--gap:18px;--border:#e8e8e8;--text:#171717;--muted:#666;--accent:#0b63ce;--bg:#fff;--soft:#f6f7f8}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;font-size:16px;line-height:1.65}a{color:inherit;text-decoration:none}a:hover{color:var(--accent)}img{max-width:100%;height:auto;display:block}.container{max-width:var(--max);margin:auto;padding:0 16px}.site-header{border-bottom:1px solid var(--border);background:#fff;position:sticky;top:0;z-index:20}.header-inner{display:flex;align-items:center;gap:18px;min-height:64px}.site-title{font-size:22px;font-weight:800}.main-nav{flex:1}.main-nav ul{display:flex;gap:16px;list-style:none;margin:0;padding:0}.main-nav a{font-size:14px;font-weight:600}.header-search input{width:190px;border:1px solid var(--border);border-radius:999px;padding:8px 12px}.layout-3{display:grid;grid-template-columns:190px minmax(0,1fr)280px;gap:var(--gap);padding-top:18px}.sidebar-left,.sidebar-right{align-self:start;position:sticky;top:82px}.widget{border:1px solid var(--border);border-radius:10px;padding:14px;background:#fff;margin-bottom:16px}.widget-title{font-size:15px;margin:0 0 10px}.cat-list,.post-list{list-style:none;margin:0;padding:0}.cat-list li,.post-list li{border-top:1px solid var(--border);padding:8px 0}.cat-list li:first-child,.post-list li:first-child{border-top:0}.compact a{font-size:14px;font-weight:600}.section-title{font-size:22px;margin:0 0 14px}.card-post{display:grid;grid-template-columns:220px 1fr;gap:14px;border:1px solid var(--border);border-radius:12px;overflow:hidden;margin-bottom:14px;background:#fff}.card-post .thumb img{width:100%;height:145px;object-fit:cover}.card-body{padding:12px}.card-body h2{font-size:20px;line-height:1.3;margin:0 0 6px}.meta{font-size:13px;color:var(--muted);margin-bottom:10px}.card-body p{margin:0;color:#333}.xmith-carousel{position:relative;overflow:hidden;border-radius:14px;margin-bottom:22px;background:#111}.carousel-track{display:flex;transition:transform .35s ease}.carousel-slide{min-width:100%;position:relative}.carousel-slide img{width:100%;height:330px;object-fit:cover;opacity:.82}.carousel-title{position:absolute;left:20px;right:20px;bottom:18px;color:#fff;font-size:26px;font-weight:800;line-height:1.25;text-shadow:0 2px 8px #000}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);border:0;background:rgba(0,0,0,.45);color:#fff;width:34px;height:42px;font-size:28px;cursor:pointer}.carousel-btn.prev{left:8px}.carousel-btn.next{right:8px}.single-title{font-size:34px;line-height:1.2;margin:0 0 8px}.featured-image{margin:16px 0}.entry-content h2{font-size:26px;line-height:1.3;margin:28px 0 10px}.entry-content h3{font-size:21px;margin:22px 0 8px}.entry-content p{margin:0 0 18px}.tags{margin-top:24px}.tags a{display:inline-block;background:var(--soft);border-radius:999px;padding:4px 10px;margin:0 6px 6px 0;font-size:13px}.site-footer{border-top:1px solid var(--border);margin-top:30px;padding:24px 0;color:var(--muted);font-size:14px}.nav-links{display:flex;gap:8px;margin:20px 0}.page-numbers{border:1px solid var(--border);padding:6px 10px;border-radius:6px}.page-numbers.current{background:var(--text);color:#fff}@media(max-width:960px){.layout-3{grid-template-columns:1fr}.sidebar-left,.sidebar-right{position:static}.header-inner{flex-wrap:wrap;padding:10px 16px}.main-nav{order:3;width:100%;overflow:auto}.main-nav ul{white-space:nowrap}.header-search{margin-left:auto}.card-post{grid-template-columns:130px 1fr}.card-post .thumb img{height:105px}.carousel-slide img{height:240px}.carousel-title{font-size:21px}.single-title{font-size:28px}}@media(max-width:560px){.header-search input{width:140px}.card-post{grid-template-columns:1fr}.card-post .thumb img{height:190px}.sidebar-left{display:none}.carousel-slide img{height:210px}.carousel-title{font-size:18px;left:14px;right:14px}.single-title{font-size:25px}}


/* v1.0.4 - Material homepage cards and fixed thumbnails */
.content-area{min-width:0}.card-post{display:grid;grid-template-columns:220px minmax(0,1fr);gap:0;border:1px solid rgba(0,0,0,.06);border-radius:16px;overflow:hidden;margin-bottom:16px;background:#fff;box-shadow:0 1px 2px rgba(0,0,0,.06),0 6px 18px rgba(0,0,0,.05);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.card-post:hover{transform:translateY(-2px);box-shadow:0 4px 10px rgba(0,0,0,.08),0 14px 30px rgba(0,0,0,.08);border-color:rgba(11,99,206,.16)}.card-post .thumb{display:block;position:relative;width:100%;height:100%;min-height:156px;background:linear-gradient(135deg,#eef3fb,#dfe8f7);overflow:hidden}.card-post .thumb img{width:100%;height:100%;min-height:156px;aspect-ratio:16/10;object-fit:cover;transition:transform .25s ease}.card-post:hover .thumb img{transform:scale(1.035)}.thumb-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-height:156px;font-size:48px;font-weight:800;color:#0b63ce;background:linear-gradient(135deg,#eef3fb,#dfe8f7)}.card-body{padding:16px 18px}.card-body h2{font-size:20px;line-height:1.35;margin:0 0 8px;letter-spacing:-.01em}.card-body .meta{display:inline-flex;align-items:center;gap:6px;background:#f5f7fb;border-radius:999px;padding:3px 9px;margin-bottom:10px;font-size:12px;color:#5c6675}.card-body p{font-size:14.5px;line-height:1.65;color:#3c4047;margin:0}.xmith-carousel{box-shadow:0 6px 24px rgba(0,0,0,.10);border-radius:18px}.carousel-slide img,.carousel-placeholder{width:100%;height:330px;aspect-ratio:21/9;object-fit:cover;display:block}.carousel-placeholder{background:linear-gradient(135deg,#1b2735,#0b63ce)}
@media(max-width:960px){.card-post{grid-template-columns:150px minmax(0,1fr);border-radius:14px}.card-post .thumb,.card-post .thumb img,.thumb-placeholder{min-height:118px}.card-body{padding:12px 14px}.card-body h2{font-size:17px}.card-body p{display:none}.carousel-slide img,.carousel-placeholder{height:240px}}
@media(max-width:560px){.card-post{grid-template-columns:1fr}.card-post .thumb,.card-post .thumb img,.thumb-placeholder{height:205px;min-height:205px}.card-body{padding:14px 15px}.card-body h2{font-size:18px}.carousel-slide img,.carousel-placeholder{height:210px}}

/* v1.0.5 - ad slots and homepage feature box */
.xmith-ad-slot{margin:22px 0;padding:14px;border:1px dashed #d8dce3;border-radius:12px;background:#fafbfc;text-align:center;overflow:hidden}.xmith-ad-slot:empty{display:none}.xmith-ad-slot img,.xmith-ad-slot iframe{margin-left:auto;margin-right:auto;max-width:100%}.home-feature-box{margin:18px 0 20px;padding:16px;border:1px solid rgba(0,0,0,.06);border-radius:18px;background:#fff;box-shadow:0 1px 2px rgba(0,0,0,.05),0 8px 24px rgba(0,0,0,.05)}.home-feature-box .box-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.home-feature-box h2{font-size:18px;margin:0;letter-spacing:-.01em}.box-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.box-item a{display:block;border-radius:14px;overflow:hidden;background:#f6f7f8;border:1px solid rgba(0,0,0,.05);height:100%;transition:transform .18s ease,box-shadow .18s ease}.box-item a:hover{transform:translateY(-2px);box-shadow:0 8px 22px rgba(0,0,0,.08);color:inherit}.box-item img,.box-placeholder{width:100%;height:105px;object-fit:cover;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#eef3fb,#dfe8f7);font-size:30px;font-weight:800;color:#0b63ce}.box-item strong{display:block;padding:10px;font-size:13.5px;line-height:1.35}
@media(max-width:960px){.box-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.box-item img,.box-placeholder{height:115px}}
@media(max-width:560px){.home-feature-box{padding:12px;border-radius:15px}.box-grid{grid-template-columns:1fr 1fr;gap:10px}.box-item img,.box-placeholder{height:92px}.box-item strong{font-size:12.5px;padding:8px}.xmith-ad-slot{margin:18px 0;padding:10px}}


/* v1.0.6 - single article box, prev/next nav, two-column footer */
.xmith-article-box{background:#fff;border:1px solid rgba(0,0,0,.07);border-radius:18px;padding:24px;box-shadow:0 1px 2px rgba(0,0,0,.05),0 10px 28px rgba(0,0,0,.05)}
.single-content .featured-image img{width:100%;border-radius:15px;object-fit:cover}.xmith-post-nav{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:18px 0 8px}.xmith-post-nav a{display:block;height:100%;padding:14px 16px;border:1px solid rgba(0,0,0,.07);border-radius:15px;background:#fff;box-shadow:0 1px 2px rgba(0,0,0,.04);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.xmith-post-nav a:hover{transform:translateY(-2px);box-shadow:0 8px 22px rgba(0,0,0,.08);border-color:rgba(11,99,206,.20);color:inherit}.xmith-post-nav span{display:block;font-size:12px;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);margin-bottom:5px}.xmith-post-nav strong{display:block;font-size:15px;line-height:1.35}.post-nav-next{text-align:right}.site-footer{background:#fff}.footer-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;padding-top:26px;padding-bottom:16px}.footer-col{font-size:14px;line-height:1.7;color:#4b5563}.footer-col p{margin:0 0 10px}.footer-col a{font-weight:600}.footer-bottom{border-top:1px solid var(--border);padding-top:12px;padding-bottom:22px;color:var(--muted);font-size:13px}.footer-bottom p{margin:0}
@media(max-width:960px){.xmith-article-box{padding:20px;border-radius:16px}.xmith-post-nav{grid-template-columns:1fr}.post-nav-next{text-align:left}.footer-grid{grid-template-columns:1fr;gap:10px}}
@media(max-width:560px){.xmith-article-box{padding:16px;border-radius:14px;margin-left:-4px;margin-right:-4px}.xmith-post-nav a{padding:13px}.footer-grid{padding-top:20px}}

/* v1.0.6.1 - rollback v6 with one-column centered footer only */
.footer-one{background:#fff;border-top:1px solid var(--border);margin-top:30px;padding:26px 0 22px;color:var(--muted);font-size:14px;text-align:center}.footer-centered{max-width:780px}.footer-content{line-height:1.7;color:#4b5563}.footer-content p{margin:0 0 10px}.footer-content a{font-weight:600}.footer-bottom-centered{border-top:1px solid var(--border);margin-top:14px;padding-top:14px;color:var(--muted);font-size:13px}.footer-bottom-centered p{margin:0}

/* v1.0.6.2 - Widgetized left sidebar and centered footer */
.sidebar-left .widget + .widget{margin-top:16px}.sidebar-left .widget_text,.sidebar-left .widget_custom_html{font-size:14px}.sidebar-left iframe,.sidebar-left ins,.sidebar-left .adsbygoogle{max-width:100%;overflow:hidden}.footer-one{text-align:center}.footer-centered{display:flex;flex-direction:column;align-items:center;gap:10px}.footer-widget-area{width:100%;max-width:760px;margin:0 auto}.footer-widget{margin:0 auto 12px}.footer-widget-title{font-size:15px;margin:0 0 8px;color:var(--text)}.footer-widget ul,.footer-menu ul{display:flex;flex-wrap:wrap;gap:10px 18px;justify-content:center;list-style:none;margin:0;padding:0}.footer-widget p{margin:0 0 10px}.footer-widget .menu{display:flex;flex-wrap:wrap;gap:10px 18px;justify-content:center;list-style:none;margin:0;padding:0}.footer-bottom-centered p{margin:8px 0 0;color:var(--muted)}


/* v1.0.8 - widget-only category/sidebar/footer and optional sticky elements */
.footer-one .footer-bottom,
.footer-one .footer-bottom-centered{display:none}
.footer-one{padding:24px 0;text-align:center}
.footer-centered{display:flex;align-items:center;justify-content:center;min-height:52px}
.sidebar-left .widget:first-child{margin-top:0}
.sidebar-left .widget p{font-size:14px;color:var(--muted);line-height:1.6}
.xmith-sticky-header-on .site-header{position:sticky;top:0;z-index:1000;background:#fff}
.xmith-sticky-left-on .sidebar-left{position:sticky;top:82px;align-self:start}
.xmith-sticky-right-on .sidebar-right{position:sticky;top:82px;align-self:start}
.admin-bar.xmith-sticky-header-on .site-header{top:32px}
.admin-bar.xmith-sticky-left-on .sidebar-left,
.admin-bar.xmith-sticky-right-on .sidebar-right{top:114px}
@media(max-width:960px){
  .xmith-sticky-left-on .sidebar-left,
  .xmith-sticky-right-on .sidebar-right{position:static}
  .admin-bar.xmith-sticky-header-on .site-header{top:46px}
}
@media(max-width:782px){.admin-bar.xmith-sticky-header-on .site-header{top:46px}}


/* v1.0.9 - Box footer, post widgets card style, and category symbol refresh */
.site-footer.footer-one{background:linear-gradient(180deg,#f8fafc 0%,#ffffff 100%);border-top:1px solid rgba(15,23,42,.08);padding:30px 0 26px}
.footer-centered{display:block;max-width:var(--max)}
.xmith-footer-box{max-width:860px;margin:0 auto;padding:20px 22px;border:1px solid rgba(15,23,42,.08);border-radius:22px;background:#fff;box-shadow:0 10px 30px rgba(15,23,42,.07);text-align:center}
.footer-widget-area{max-width:100%;margin:0 auto}.footer-widget{margin-bottom:12px}.footer-widget ul,.footer-menu ul,.footer-widget .menu{gap:10px 12px}.footer-widget ul li,.footer-menu ul li,.footer-widget .menu li{margin:0}.footer-widget a,.footer-menu a{display:inline-flex;align-items:center;border:1px solid rgba(15,23,42,.08);border-radius:999px;padding:7px 12px;background:#f8fafc;font-weight:700;font-size:13px;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.footer-widget a:hover,.footer-menu a:hover{background:#fff;box-shadow:0 8px 18px rgba(15,23,42,.08);transform:translateY(-1px);color:var(--accent)}.xmith-footer-copyright{margin-top:14px;padding-top:14px;border-top:1px solid rgba(15,23,42,.08);font-size:13px;color:#64748b}
.widget{border-color:rgba(15,23,42,.08);border-radius:16px;box-shadow:0 1px 2px rgba(15,23,42,.04),0 8px 22px rgba(15,23,42,.04)}.widget-title{position:relative;padding-bottom:9px;margin-bottom:12px;font-size:15px;font-weight:800;letter-spacing:-.01em}.widget-title:after{content:"";position:absolute;left:0;bottom:0;width:42px;height:3px;border-radius:999px;background:var(--accent)}
.xmith-widget-posts{display:grid;gap:10px}.xmith-widget-post-card{display:grid;grid-template-columns:74px minmax(0,1fr);gap:10px;align-items:center;padding:8px;border:1px solid rgba(15,23,42,.08);border-radius:15px;background:linear-gradient(180deg,#fff,#fbfdff);box-shadow:0 1px 2px rgba(15,23,42,.04);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.xmith-widget-post-card:hover{transform:translateY(-2px);box-shadow:0 10px 22px rgba(15,23,42,.09);border-color:rgba(11,99,206,.22)}.xmith-widget-thumb{width:74px;height:58px;border-radius:12px;overflow:hidden;background:#eef3fb;display:block}.xmith-widget-thumb img{width:100%;height:100%;object-fit:cover}.xmith-widget-placeholder{display:flex;width:100%;height:100%;align-items:center;justify-content:center;background:linear-gradient(135deg,#eef3fb,#dfe8f7);font-size:24px;font-weight:900;color:var(--accent)}.xmith-widget-post-title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:13.5px;font-weight:800;line-height:1.32}.xmith-widget-post-meta{display:block;margin-top:5px;font-size:11.5px;color:#64748b}.post-list.compact{display:grid;gap:10px}.post-list.compact li,.widget_recent_entries ul li{border:1px solid rgba(15,23,42,.08)!important;border-radius:14px!important;padding:10px 11px!important;background:#fff;box-shadow:0 1px 2px rgba(15,23,42,.04);transition:transform .18s ease,box-shadow .18s ease}.post-list.compact li:hover,.widget_recent_entries ul li:hover{transform:translateY(-1px);box-shadow:0 8px 18px rgba(15,23,42,.08)}.widget_recent_entries ul{list-style:none;margin:0;padding:0;display:grid;gap:10px}.widget_recent_entries a{font-size:13.5px;font-weight:800;line-height:1.35}.cat-list li,.widget_categories li{position:relative;border-top:0;padding:8px 0 8px 30px!important;list-style:none}.cat-list li:before,.widget_categories li:before{content:"›";position:absolute;left:0;top:8px;width:20px;height:20px;border-radius:999px;background:#eef5ff;color:var(--accent);display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:900;line-height:1}.widget_categories ul{list-style:none;margin:0;padding:0}.cat-list a,.widget_categories a{font-size:14px;font-weight:700}.cat-list li:hover:before,.widget_categories li:hover:before{background:var(--accent);color:#fff}
@media(max-width:560px){.xmith-footer-box{padding:16px;border-radius:18px}.footer-widget a,.footer-menu a{padding:6px 10px}.xmith-widget-post-card{grid-template-columns:68px minmax(0,1fr)}.xmith-widget-thumb{width:68px;height:54px}}


/* v1.0.10 - mobile menu, remove right search widget, varied widget symbols */
.menu-toggle{display:none;border:1px solid rgba(15,23,42,.10);border-radius:999px;background:#f8fafc;padding:8px 13px;font-size:14px;font-weight:800;cursor:pointer;color:var(--text)}
.sidebar-right .widget_search,.sidebar-right .wp-block-search{display:none!important}
.cat-list li:before,.widget_categories li:before{content:">"!important;font-size:14px;background:#f8fafc;color:#0f172a;border:1px solid rgba(15,23,42,.08)}
.cat-list li:hover:before,.widget_categories li:hover:before{background:#0f172a;color:#fff}
.xmith-widget-post-title{display:flex!important;gap:8px;align-items:flex-start;-webkit-line-clamp:unset}.xmith-widget-post-title span:last-child{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.xmith-post-symbol{flex:0 0 auto;width:22px;height:22px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;background:#eef5ff;color:var(--accent);font-size:12px;line-height:1;margin-top:-1px}.recent-post-card-list .xmith-post-symbol{background:#fff7ed;color:#ea580c}.popular-post-card-list .xmith-post-symbol{background:#fff1f2;color:#e11d48}.random-post-card-list .xmith-post-symbol{background:#ecfdf5;color:#059669}.random-post-card-list{gap:8px}.random-post-card-list .xmith-widget-post-card{display:block;padding:10px 11px}.random-post-card-list .xmith-widget-post-body{width:100%}.random-post-card-list .xmith-widget-post-title{font-size:13.5px;line-height:1.35}.random-post-card-list .xmith-widget-post-title span:last-child{-webkit-line-clamp:2}.widget_recent_entries a{display:flex;gap:8px;align-items:flex-start}.widget_recent_entries a:before{content:"◆";flex:0 0 auto;width:22px;height:22px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;background:#fff7ed;color:#ea580c;font-size:10px;line-height:1}
@media(max-width:960px){.site-header{position:sticky;top:0}.header-inner{display:grid;grid-template-columns:1fr auto;gap:10px;min-height:auto;padding:10px 16px}.brand{min-width:0}.site-title{font-size:20px}.menu-toggle{display:inline-flex;align-items:center;justify-content:center;justify-self:end}.main-nav{display:none;order:3;grid-column:1/-1;width:100%;overflow:visible;background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:16px;padding:8px;box-shadow:0 10px 24px rgba(15,23,42,.08)}.main-nav.is-open{display:block}.main-nav ul{display:grid!important;grid-template-columns:1fr;gap:6px;white-space:normal}.main-nav li{width:100%}.main-nav a{display:flex;width:100%;padding:10px 12px;border-radius:12px;background:#f8fafc}.header-search{grid-column:1/-1;margin-left:0;width:100%}.header-search input{width:100%;border-radius:14px;padding:10px 12px}.layout-3{padding-top:14px}.widget{border-radius:16px}.sidebar-right{display:grid;gap:0}}
@media(max-width:560px){body{font-size:15px}.container{padding:0 12px}.header-inner{padding:9px 12px}.card-post{border-radius:16px}.site-title{font-size:18px}.xmith-widget-post-card{border-radius:14px}.xmith-footer-box{margin-left:0;margin-right:0}.main-nav a{font-size:14px}.header-search input{width:100%}}


/* v1.0.11 - footer plain, fire popular icon, recent widget, category arrow fix */
.site-footer.footer-one{background:#fff!important;border-top:1px solid var(--border)!important;padding:24px 0 22px!important;box-shadow:none!important;text-align:center!important}
.footer-centered{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;max-width:780px!important;min-height:0!important;gap:10px!important}
.xmith-footer-box{max-width:none!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}
.footer-widget-area{max-width:760px!important;width:100%!important;margin:0 auto!important}.footer-widget{margin:0 auto 10px!important}.footer-widget a,.footer-menu a{border:0!important;background:transparent!important;box-shadow:none!important;padding:4px 7px!important;border-radius:0!important}.footer-widget a:hover,.footer-menu a:hover{transform:none!important;box-shadow:none!important;background:transparent!important}.xmith-footer-copyright{margin-top:8px!important;padding-top:10px!important;border-top:1px solid var(--border)!important;font-size:13px!important;color:var(--muted)!important}
.popular-post-card-list .xmith-post-symbol{background:#fff7ed!important;color:#ea580c!important}.recent-post-card-list .xmith-post-symbol{background:#eef2ff!important;color:#4f46e5!important}
.cat-list li:before,.widget_categories li:before,.wp-block-categories li:before,.wp-block-categories-list li:before,.wc-block-product-categories-list-item:before{content:">"!important;font-family:Arial,sans-serif!important;font-size:13px!important;font-weight:900!important;background:#f8fafc!important;color:#0f172a!important;border:1px solid rgba(15,23,42,.08)!important}
.widget_categories ul,.wp-block-categories,.wp-block-categories-list{list-style:none!important;margin:0!important;padding:0!important}.wp-block-categories li,.wp-block-categories-list li{position:relative!important;list-style:none!important;border-top:0!important;padding:8px 0 8px 30px!important}.wp-block-categories a,.wp-block-categories-list a{font-size:14px!important;font-weight:700!important}
.widget_recent_entries a:before{content:"➤"!important;background:#eef2ff!important;color:#4f46e5!important}.recent-post-card-list .xmith-post-symbol{font-size:11px!important}.popular-post-card-list .xmith-post-symbol{font-size:12px!important}


/* v1.0.12 - clean category/post widget style, no symbols, no post dates */
.xmith-widget-post-meta{display:none!important}
.xmith-post-symbol,.widget_recent_entries a:before,.cat-list li:before,.widget_categories li:before,.wp-block-categories li:before,.wp-block-categories-list li:before,.wc-block-product-categories-list-item:before{display:none!important;content:none!important}
.xmith-widget-post-title{display:block!important;font-size:14px!important;font-weight:800!important;line-height:1.38!important;color:var(--text)!important;overflow:visible!important;display:-webkit-box!important;-webkit-line-clamp:3!important;-webkit-box-orient:vertical!important;word-break:normal!important;overflow-wrap:anywhere!important;hyphens:auto!important}
.xmith-widget-post-title span:last-child{display:inline!important;-webkit-line-clamp:unset!important;overflow:visible!important}
.xmith-widget-post-card{grid-template-columns:68px minmax(0,1fr)!important;gap:11px!important;align-items:flex-start!important;padding:9px!important;border-radius:14px!important;background:#fff!important}
.xmith-widget-post-body{min-width:0!important;padding-top:1px!important}.xmith-widget-thumb{width:68px!important;height:56px!important;border-radius:11px!important;flex:0 0 auto!important}.xmith-widget-placeholder{font-size:20px!important}
.random-post-card-list .xmith-widget-post-card{display:block!important;padding:11px 12px!important;border-left:3px solid var(--accent)!important}.random-post-card-list .xmith-widget-post-title{-webkit-line-clamp:3!important;font-size:14px!important}.recent-post-card-list .xmith-widget-post-card,.popular-post-card-list .xmith-widget-post-card{min-height:74px!important}
.widget_recent_entries ul{display:grid!important;gap:9px!important}.widget_recent_entries ul li{padding:10px 12px!important;border-radius:13px!important;background:#fff!important}.widget_recent_entries a{display:block!important;font-size:14px!important;font-weight:800!important;line-height:1.38!important;overflow-wrap:anywhere!important}
.widget_categories ul,.wp-block-categories,.wp-block-categories-list,.cat-list{display:grid!important;gap:8px!important;list-style:none!important;margin:0!important;padding:0!important}.cat-list li,.widget_categories li,.wp-block-categories li,.wp-block-categories-list li{padding:0!important;margin:0!important;border:0!important;list-style:none!important;position:relative!important}.cat-list a,.widget_categories a,.wp-block-categories a,.wp-block-categories-list a{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;width:100%!important;padding:10px 12px!important;border:1px solid rgba(15,23,42,.08)!important;border-radius:13px!important;background:#fff!important;font-size:14px!important;font-weight:800!important;line-height:1.3!important;color:var(--text)!important;text-decoration:none!important;box-shadow:0 1px 2px rgba(15,23,42,.04)!important;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease!important}.cat-list a:hover,.widget_categories a:hover,.wp-block-categories a:hover,.wp-block-categories-list a:hover{transform:translateY(-1px)!important;box-shadow:0 8px 18px rgba(15,23,42,.08)!important;border-color:rgba(11,99,206,.20)!important;color:var(--accent)!important}
@media(max-width:560px){.xmith-widget-post-card{grid-template-columns:60px minmax(0,1fr)!important;padding:8px!important}.xmith-widget-thumb{width:60px!important;height:50px!important}.xmith-widget-post-title{font-size:13.5px!important;-webkit-line-clamp:4!important}.cat-list a,.widget_categories a,.wp-block-categories a,.wp-block-categories-list a{padding:9px 11px!important;font-size:13.5px!important}}

/* v1.0.13 - larger recent and popular post widget cards */
.recent-post-card-list,
.popular-post-card-list{gap:12px!important}
.recent-post-card-list .xmith-widget-post-card,
.popular-post-card-list .xmith-widget-post-card{grid-template-columns:86px minmax(0,1fr)!important;gap:14px!important;padding:12px!important;min-height:92px!important;border-radius:16px!important}
.recent-post-card-list .xmith-widget-thumb,
.popular-post-card-list .xmith-widget-thumb{width:86px!important;height:70px!important;border-radius:13px!important}
.recent-post-card-list .xmith-widget-post-title,
.popular-post-card-list .xmith-widget-post-title{font-size:14.5px!important;line-height:1.42!important;-webkit-line-clamp:3!important}
.recent-post-card-list .xmith-widget-post-body,
.popular-post-card-list .xmith-widget-post-body{padding-top:2px!important}
@media(max-width:560px){.recent-post-card-list .xmith-widget-post-card,.popular-post-card-list .xmith-widget-post-card{grid-template-columns:74px minmax(0,1fr)!important;gap:12px!important;padding:11px!important;min-height:84px!important}.recent-post-card-list .xmith-widget-thumb,.popular-post-card-list .xmith-widget-thumb{width:74px!important;height:62px!important}.recent-post-card-list .xmith-widget-post-title,.popular-post-card-list .xmith-widget-post-title{font-size:14px!important;line-height:1.4!important;-webkit-line-clamp:3!important}}


/* v1.0.14 - flexible random/recent/popular widgets and dark mode */
.xmith-widget-posts{gap:13px!important}
.random-post-card-list{gap:12px!important}
.random-post-card-list .xmith-widget-post-card{display:block!important;padding:14px 15px!important;min-height:auto!important;border-radius:16px!important;border-left:0!important;background:#fff!important}
.random-post-card-list .xmith-widget-post-body{padding:0!important}
.random-post-card-list .xmith-widget-post-title{font-size:14.5px!important;line-height:1.45!important;-webkit-line-clamp:4!important;overflow-wrap:anywhere!important;word-break:normal!important}
.recent-post-card-list .xmith-widget-post-card,
.popular-post-card-list .xmith-widget-post-card{grid-template-columns:minmax(82px,30%) minmax(0,1fr)!important;gap:14px!important;padding:13px!important;min-height:96px!important}
.recent-post-card-list .xmith-widget-thumb,
.popular-post-card-list .xmith-widget-thumb{width:100%!important;height:auto!important;aspect-ratio:1.22/1!important;min-height:70px!important}
.recent-post-card-list .xmith-widget-post-title,
.popular-post-card-list .xmith-widget-post-title{font-size:14.5px!important;line-height:1.45!important;-webkit-line-clamp:4!important;overflow-wrap:anywhere!important}
@media(max-width:960px){.main-nav{grid-column:1/-1}.recent-post-card-list .xmith-widget-post-card,.popular-post-card-list .xmith-widget-post-card{grid-template-columns:86px minmax(0,1fr)!important}.recent-post-card-list .xmith-widget-thumb,.popular-post-card-list .xmith-widget-thumb{width:86px!important;height:70px!important;aspect-ratio:auto!important}.random-post-card-list .xmith-widget-post-card{padding:13px 14px!important}}
@media(max-width:560px){.random-post-card-list .xmith-widget-post-card{padding:12px 13px!important}.random-post-card-list .xmith-widget-post-title{font-size:13px!important;line-height:1.4!important;-webkit-line-clamp:5!important}.recent-post-card-list .xmith-widget-post-card,.popular-post-card-list .xmith-widget-post-card{grid-template-columns:78px minmax(0,1fr)!important;gap:12px!important;padding:11px!important}.recent-post-card-list .xmith-widget-thumb,.popular-post-card-list .xmith-widget-thumb{width:78px!important;height:64px!important}.recent-post-card-list .xmith-widget-post-title,.popular-post-card-list .xmith-widget-post-title{font-size:13px!important;-webkit-line-clamp:4!important}}


/* v1.0.15 - remove dark mode and soften widget post titles */
.header-actions{display:flex;align-items:center;gap:8px;margin-left:auto}
.xmith-widget-post-title,
.recent-post-card-list .xmith-widget-post-title,
.popular-post-card-list .xmith-widget-post-title,
.random-post-card-list .xmith-widget-post-title,
.widget_recent_entries a{font-size:13px!important;line-height:1.42!important;font-weight:400!important;letter-spacing:0!important}
.xmith-widget-post-title a,
.recent-post-card-list .xmith-widget-post-title a,
.popular-post-card-list .xmith-widget-post-title a,
.random-post-card-list .xmith-widget-post-title a{font-weight:400!important}
.recent-post-card-list .xmith-widget-post-title,
.popular-post-card-list .xmith-widget-post-title{display:-webkit-box!important;-webkit-line-clamp:4!important;-webkit-box-orient:vertical!important;overflow:hidden!important}
.random-post-card-list .xmith-widget-post-title{display:-webkit-box!important;-webkit-line-clamp:3!important;-webkit-box-orient:vertical!important;overflow:hidden!important}
.xmith-widget-post-card:hover .xmith-widget-post-title{color:var(--accent)!important}
@media(max-width:560px){.xmith-widget-post-title,.recent-post-card-list .xmith-widget-post-title,.popular-post-card-list .xmith-widget-post-title,.random-post-card-list .xmith-widget-post-title,.widget_recent_entries a{font-size:12.5px!important;line-height:1.4!important;font-weight:400!important}}


/* v16: homepage/archive tanpa metadata, single post meta di akhir */
.card-body h2{margin-bottom:8px!important}
.card-body p{margin-top:0!important}
.card-body .meta{display:none!important}
.single-content .xmith-article-box > .meta{display:none!important}
.single-post-meta-bottom{margin-top:24px;padding-top:14px;border-top:1px solid var(--border);color:var(--muted);font-size:13px;line-height:1.6;display:flex;flex-wrap:wrap;gap:8px 14px}
.single-post-meta-bottom a{color:var(--accent)}
@media(max-width:560px){.single-post-meta-bottom{font-size:12.5px;display:block}.single-post-meta-bottom span{display:block;margin-bottom:4px}}

/* v1.0.17 - softer category widget style */
.widget_categories ul,
.wp-block-categories,
.wp-block-categories-list,
.cat-list{
  display:grid!important;
  gap:6px!important;
  list-style:none!important;
  margin:0!important;
  padding:0!important;
}
.cat-list li,
.widget_categories li,
.wp-block-categories li,
.wp-block-categories-list li{
  padding:0!important;
  margin:0!important;
  border:0!important;
  list-style:none!important;
}
.cat-list li:before,
.widget_categories li:before,
.wp-block-categories li:before,
.wp-block-categories-list li:before,
.wc-block-product-categories-list-item:before{
  display:none!important;
  content:none!important;
}
.cat-list a,
.widget_categories a,
.wp-block-categories a,
.wp-block-categories-list a{
  display:block!important;
  width:100%!important;
  padding:8px 10px!important;
  border:1px solid rgba(15,23,42,.06)!important;
  border-radius:10px!important;
  background:#fbfcfd!important;
  color:#475569!important;
  font-size:13.5px!important;
  font-weight:400!important;
  line-height:1.45!important;
  letter-spacing:0!important;
  text-decoration:none!important;
  box-shadow:none!important;
  transition:background .16s ease,border-color .16s ease,color .16s ease!important;
}
.cat-list a:hover,
.widget_categories a:hover,
.wp-block-categories a:hover,
.wp-block-categories-list a:hover{
  transform:none!important;
  background:#f6f8fb!important;
  border-color:rgba(11,99,206,.14)!important;
  color:#0f172a!important;
  box-shadow:none!important;
}
.widget_categories .cat-item-count,
.wp-block-categories .cat-item-count,
.cat-list .cat-item-count{
  font-size:12px!important;
  font-weight:400!important;
  color:#94a3b8!important;
}
@media(max-width:560px){
  .cat-list a,
  .widget_categories a,
  .wp-block-categories a,
  .wp-block-categories-list a{
    padding:8px 9px!important;
    font-size:13px!important;
    line-height:1.45!important;
  }
}
