/*
Theme Name: Tekno Lensa News
Theme URI: https://teknolensa.com/
Author: Tekno Lensa
Description: Classic, lightweight technology news theme for Tekno Lensa with an easy WordPress Customizer workflow.
Version: 3.0.9
License: GPL-2.0-or-later
Text Domain: tekno-lensa-news
*/
:root{
  --tl-brand:#0b7cff;--tl-accent:#18b7ff;--tl-navy:#071521;--tl-navy2:#0d2132;
  --tl-bg:#fff;--tl-surface:#fff;--tl-soft:#f4f7fa;--tl-text:#17212b;--tl-muted:#6c7782;
  --tl-border:#e3e9ef;--tl-container:1180px;--tl-radius:8px;--tl-shadow:0 6px 24px rgba(7,21,33,.08);
  --tl-body-size:17px;--tl-entry-width:760px;--tl-table-head:#0b7cff;--tl-table-head-text:#fff;--tl-table-stripe:#f4f8fc;--tl-table-hover:#eaf4ff;--tl-dark-header:#636363;--tl-footer-text:#b8c7d3;--tl-footer-link:#b8c7d3;--tl-footer-heading:#fff;--tl-ticker-bg:#071521;--tl-ticker-label-bg:#0b7cff;--tl-ticker-label-text:#fff;--tl-ticker-text:#dbe7ef;--tl-ticker-dot:#18b7ff;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--tl-bg);color:var(--tl-text);font-family:Arial,Helvetica,sans-serif;line-height:1.7}img{max-width:100%;height:auto;display:block}a{color:var(--tl-brand);text-decoration:none}a:hover{color:var(--tl-accent)}button,input{font:inherit}.tl-container{width:min(calc(100% - 32px),var(--tl-container));margin-inline:auto}.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
/* Header */
.tl-topbar{background:var(--tl-ticker-bg);color:var(--tl-ticker-text);font-size:12px;border-bottom:1px solid rgba(255,255,255,.08)}.tl-topbar-inner{display:flex;align-items:center;gap:16px;min-height:34px;overflow:hidden}.tl-top-label{background:var(--tl-ticker-label-bg);color:var(--tl-ticker-label-text);padding:5px 10px;font-weight:800;white-space:nowrap}.tl-ticker{white-space:nowrap;overflow:hidden;flex:1}.tl-ticker-track{display:inline-flex;gap:28px;animation:tlTicker 28s linear infinite}.tl-ticker:hover .tl-ticker-track{animation-play-state:paused}.tl-ticker a{color:var(--tl-ticker-text)}.tl-ticker a:before{content:"";display:inline-block;width:6px;height:6px;background:var(--tl-ticker-dot);border-radius:50%;margin:0 8px 1px 0}@keyframes tlTicker{from{transform:translateX(0)}to{transform:translateX(-45%)}}
.tl-header{background:var(--tl-navy2);color:#fff}.tl-header-main{min-height:88px;display:flex;align-items:center;justify-content:space-between;gap:25px}.tl-branding{display:flex;align-items:center;gap:12px;min-width:0}.tl-branding .custom-logo-link{display:flex;align-items:center;max-width:230px}.tl-branding .custom-logo{display:block;width:auto;max-width:230px;max-height:64px;object-fit:contain}.tl-logo{max-height:64px;width:auto}.tl-logo-tagline{display:block;white-space:nowrap}.tl-site-name{font-size:28px;line-height:1.1;font-weight:800;color:#fff}.tl-tagline{margin-top:4px;color:#b7c7d4;font-size:12px}.tl-header-actions{display:flex;align-items:center;gap:9px}.tl-search-wrap{position:relative;display:flex;align-items:center}.tl-search-form{display:flex;align-items:stretch;height:40px}.tl-search-form input{width:260px;border:1px solid rgba(255,255,255,.15);border-right:0;padding:0 12px;background:#081824;color:#fff;border-radius:6px 0 0 6px;outline:none;box-shadow:0 5px 16px rgba(0,0,0,.16);transition:box-shadow .2s ease,border-color .2s ease,background .2s ease,color .2s ease}.tl-search-form input::placeholder{color:#91a3b2}.tl-search-form input:focus{border-color:var(--tl-accent);box-shadow:0 6px 20px rgba(0,0,0,.22)}.tl-search-form button{border:0;background:var(--tl-brand);color:#fff;padding:0 14px;border-radius:0 6px 6px 0;cursor:pointer;font-weight:700;box-shadow:0 5px 16px rgba(11,124,255,.22)}.tl-search-toggle{display:none}.tl-dark-toggle,.tl-mobile-toggle{border:0;background:#050505;color:#fff;border-radius:9px;width:40px;height:40px;cursor:pointer;box-shadow:0 5px 16px rgba(0,0,0,.32);transition:background .2s ease,color .2s ease,box-shadow .2s ease,transform .15s ease}.tl-dark-toggle:hover{background:#000;color:#fff;box-shadow:0 7px 20px rgba(0,0,0,.42);transform:translateY(-1px)}.tl-mobile-toggle{border:1px solid rgba(255,255,255,.15);background:#091927}.tl-mobile-toggle:hover{border-color:var(--tl-accent);color:var(--tl-accent)}.tl-mobile-toggle{display:none}.tl-nav{background:#06121e;border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06)}.tl-nav-inner{display:flex;align-items:center;min-height:48px}.tl-menu{list-style:none;margin:0;padding:0;display:flex;align-items:center;flex-wrap:wrap}.tl-menu li{position:relative}.tl-menu a{display:block;color:#e6eef4;font-size:13px;font-weight:700;padding:13px 14px}.tl-menu a:hover,.tl-menu .current-menu-item>a{background:var(--tl-brand);color:#fff}.tl-menu .sub-menu{display:none;position:absolute;left:0;top:100%;min-width:190px;background:var(--tl-surface);box-shadow:var(--tl-shadow);z-index:30;padding:5px 0}.tl-menu li:hover>.sub-menu{display:block}.tl-menu .sub-menu a{color:var(--tl-text);background:var(--tl-surface);padding:9px 13px}.tl-menu .sub-menu a:hover{background:var(--tl-soft);color:var(--tl-brand)}
.tl-search-suggestions{position:absolute;top:46px;right:0;width:360px;background:var(--tl-surface);border:1px solid var(--tl-border);box-shadow:var(--tl-shadow);border-radius:7px;z-index:80;display:none;overflow:hidden}.tl-search-suggestions.is-open{display:block}.tl-search-suggestion{display:flex;gap:10px;padding:10px;border-bottom:1px solid var(--tl-border)}.tl-search-suggestion:last-child{border-bottom:0}.tl-search-suggestion img{width:58px;height:42px;object-fit:cover;border-radius:4px}.tl-search-suggestion strong{font-size:12px;line-height:1.35;color:var(--tl-text)}.tl-search-status{padding:12px;font-size:12px;color:var(--tl-muted)}
.tl-banner{padding:18px 0 8px}.tl-banner img{width:100%;max-height:180px;object-fit:cover;border-radius:var(--tl-radius)}
/* Shared cards */
.tl-section-title{display:flex;align-items:center;gap:10px;border-bottom:2px solid var(--tl-navy);margin:0 0 18px;padding-bottom:9px;font-size:20px;line-height:1.2}.tl-section-title:before{content:"";width:4px;height:22px;background:var(--tl-brand);border-radius:3px}.tl-section-title a{margin-left:auto;font-size:12px;font-weight:700}.tl-meta{font-size:11px;color:var(--tl-muted)}.tl-category-label{display:inline-block;font-size:10px;font-weight:800;text-transform:uppercase;color:#fff;background:var(--tl-brand);padding:4px 8px;border-radius:3px;margin-bottom:8px}.tl-content-sidebar{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:30px}.tl-sidebar{display:flex;flex-direction:column;gap:22px}.tl-widget{background:var(--tl-surface);border:1px solid var(--tl-border);border-radius:8px;padding:17px;box-shadow:0 2px 10px rgba(7,21,33,.03)}.tl-widget-title{font-size:16px;margin:0 0 14px;padding-left:10px;border-left:3px solid var(--tl-brand);line-height:1.3}.tl-popular{counter-reset:popular}.tl-popular-item{counter-increment:popular;position:relative;padding:0 0 12px 34px;margin-bottom:12px;border-bottom:1px solid var(--tl-border)}.tl-popular-item:last-child{margin-bottom:0}.tl-popular-item:before{content:counter(popular);position:absolute;left:0;top:0;width:24px;height:24px;border-radius:4px;background:var(--tl-brand);color:#fff;text-align:center;line-height:24px;font-size:12px;font-weight:800}.tl-popular-item h4{font-size:13px;line-height:1.4;margin:0}
/* Homepage */
.tl-featured{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(250px,.9fr);gap:18px;margin:22px 0 34px}.tl-feature-main{position:relative;height:300px;border-radius:var(--tl-radius);overflow:hidden;background:#111}.tl-feature-main img{width:100%;height:100%;object-fit:cover}.tl-feature-overlay{position:absolute;inset:0;background:linear-gradient(transparent 30%,rgba(0,0,0,.84));display:flex;align-items:flex-end;padding:24px}.tl-feature-overlay h1{color:#fff;font-size:30px;line-height:1.22;margin:0}.tl-feature-side{display:grid;gap:16px}.tl-card-mini{display:grid;grid-template-columns:120px 1fr;gap:12px;border-bottom:1px solid var(--tl-border);padding-bottom:14px}.tl-card-mini img{width:120px;height:86px;object-fit:cover;border-radius:5px}.tl-card-mini h3{font-size:15px;line-height:1.35;margin:4px 0}.tl-post-list{display:grid;gap:18px}.tl-post-card{display:grid;grid-template-columns:220px 1fr;gap:17px;padding-bottom:18px;border-bottom:1px solid var(--tl-border)}.tl-post-card img{width:220px;height:145px;object-fit:cover;border-radius:6px}.tl-post-card h2{margin:5px 0 6px;line-height:1.35;font-size:20px}.tl-excerpt{font-size:14px;color:var(--tl-muted);margin:0}.tl-category-section{margin-top:38px}.tl-category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.tl-grid-card{border:1px solid var(--tl-border);border-radius:7px;overflow:hidden;background:var(--tl-surface)}.tl-grid-card img{width:100%;height:150px;object-fit:cover}.tl-grid-card-body{padding:13px}.tl-grid-card h3{font-size:16px;line-height:1.35;margin:5px 0}.tl-tips-list{display:grid;gap:0;border-top:1px solid var(--tl-border)}.tl-tips-item{display:grid;grid-template-columns:170px 1fr;gap:16px;padding:15px 0;border-bottom:1px solid var(--tl-border)}.tl-tips-item img{width:170px;height:105px;object-fit:cover;border-radius:6px}.tl-tips-item h3{margin:4px 0;font-size:18px;line-height:1.35}.tl-tips-item p{margin:5px 0 0;color:var(--tl-muted);font-size:13px}
/* Single */
.tl-main-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:30px}.tl-single-header h1{font-size:42px;line-height:1.17;margin:6px 0 12px;letter-spacing:-.6px}.tl-author-row{display:flex;align-items:center;gap:12px;color:var(--tl-muted);font-size:12px;margin-bottom:15px}.tl-author-avatar{width:34px;height:34px;border-radius:50%;object-fit:cover}.tl-toolbar{display:flex;align-items:center;gap:7px;border-top:1px solid var(--tl-border);border-bottom:1px solid var(--tl-border);padding:8px 0;margin-bottom:18px}.tl-tool{border:1px solid var(--tl-border);background:var(--tl-surface);color:var(--tl-text);border-radius:5px;min-width:34px;height:32px;cursor:pointer}.tl-tool:hover{border-color:var(--tl-brand);color:var(--tl-brand)}.tl-feature-image{margin:0 0 6px}.tl-feature-image img{width:100%;max-height:600px;object-fit:cover;border-radius:7px}.tl-caption{font-size:11px;color:var(--tl-muted);text-align:center;margin:0 0 22px}.tl-entry{max-width:var(--tl-entry-width);font-size:var(--tl-body-size);line-height:1.9;padding-left:32px;padding-right:32px;box-sizing:border-box}.tl-entry p{margin:0 0 20px}.tl-entry h2{font-size:27px;line-height:1.3;margin:32px 0 13px}.tl-entry h3{font-size:22px;line-height:1.35;margin:27px 0 10px}.tl-entry ul,.tl-entry ol{padding-left:25px;margin-bottom:20px}
/* Premium technology-style tables */
.tl-entry table{width:100%;border-collapse:separate;border-spacing:0;margin:26px 0 28px;border:1px solid var(--tl-border);border-radius:10px;overflow:hidden;background:var(--tl-surface);box-shadow:0 8px 24px rgba(7,21,33,.08);font-size:15px;line-height:1.55}
.tl-entry table caption{caption-side:bottom;padding:8px 4px;color:var(--tl-muted);font-size:12px;text-align:left}
.tl-entry table th{background:linear-gradient(135deg,var(--tl-table-head),var(--tl-accent));color:var(--tl-table-head-text);font-weight:800;text-align:left;padding:13px 14px;border:0;border-bottom:1px solid rgba(255,255,255,.18);vertical-align:middle}
.tl-entry table td{padding:12px 14px;border:0;border-bottom:1px solid var(--tl-border);vertical-align:middle;color:var(--tl-text);background:var(--tl-surface)}
.tl-entry table tbody tr:nth-child(even) td{background:var(--tl-table-stripe)}
.tl-entry table tbody tr:hover td{background:var(--tl-table-hover)}
.tl-entry table tbody tr:last-child td{border-bottom:0}
.tl-entry table td:first-child{font-weight:700}
.tl-entry table a{font-weight:700}
.tl-entry table strong{color:var(--tl-brand)}
.tl-entry table code{font-size:.9em;padding:2px 6px;border-radius:4px;background:var(--tl-soft);color:var(--tl-brand)}
.tl-entry blockquote{margin:25px 0;padding:15px 18px;border-left:4px solid var(--tl-brand);background:var(--tl-soft);font-weight:600}.tl-baca-juga{background:var(--tl-soft);border:1px solid var(--tl-border);border-left:4px solid var(--tl-brand);padding:13px 16px;margin:24px 0;border-radius:5px}.tl-baca-juga strong{display:block;font-size:11px;text-transform:uppercase;color:var(--tl-muted);margin-bottom:4px}.tl-baca-juga a{font-weight:800}.tl-post-tags{display:flex;gap:7px;flex-wrap:wrap;margin-top:28px}.tl-post-tags a{background:var(--tl-soft);padding:5px 9px;border-radius:4px;font-size:11px}.tl-author-box{display:flex;gap:14px;background:var(--tl-soft);padding:17px;border-radius:7px;margin:30px 0}.tl-author-box img{width:58px;height:58px;border-radius:50%}.tl-author-box h4{margin:0 0 3px}.tl-author-box p{font-size:13px;margin:0;color:var(--tl-muted)}.tl-related-item{display:grid;grid-template-columns:78px 1fr;gap:10px;margin-bottom:13px}.tl-related-item:last-child{margin-bottom:0}.tl-related-item img{width:78px;height:58px;object-fit:cover;border-radius:4px}.tl-related-item h4{font-size:12px;line-height:1.35;margin:0}
/* Footer */
.tl-footer{margin-top:55px;background:var(--tl-navy);color:var(--tl-footer-text);border-top:1px solid rgba(255,255,255,.08);box-shadow:0 -12px 30px rgba(7,21,33,.10)}.tl-footer-main{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:30px;padding:42px 0}.tl-footer h3{color:var(--tl-footer-heading);font-size:15px;margin:0 0 14px}.tl-footer p{font-size:13px;margin:0 0 12px}.tl-footer ul{list-style:none;padding:0;margin:0}.tl-footer li{margin-bottom:8px}.tl-footer a{color:var(--tl-footer-link);font-size:13px}.tl-footer a:hover{color:var(--tl-footer-heading)}.tl-footer-bottom{border-top:1px solid rgba(255,255,255,.08);box-shadow:0 -5px 18px rgba(0,0,0,.10);padding:14px 0;font-size:11px}.tl-pagination{display:flex;gap:6px;margin:25px 0}.tl-pagination a,.tl-pagination span{border:1px solid var(--tl-border);padding:7px 11px;border-radius:4px;font-size:12px}.tl-pagination .current{background:var(--tl-brand);color:#fff;border-color:var(--tl-brand)}
/* Customizer edit pencils */
.tl-editable{position:relative}.tl-edit-pencil{position:absolute;top:7px;right:7px;z-index:80;width:28px;height:28px;border:1px solid rgba(11,124,255,.35);border-radius:50%;background:#fff;color:var(--tl-brand);display:flex;align-items:center;justify-content:center;font-size:16px;line-height:1;text-decoration:none;box-shadow:0 2px 8px rgba(0,0,0,.16);cursor:pointer;opacity:.96}.tl-edit-pencil:hover{background:var(--tl-brand);color:#fff}.tl-edit-post{top:7px;right:7px}.tl-footer-main>.tl-edit-pencil{top:10px;right:0}.tl-footer-col>.tl-edit-pencil{top:0;right:0}.tl-featured>.tl-edit-pencil{top:-10px;right:0}.tl-header-actions>.tl-edit-pencil{top:-10px;right:-10px}.tl-footer-bottom .tl-edit-pencil{top:-7px;right:0}
/* Dark mode */
html.tln-dark{background:#071018}html.tln-dark body{background:#071018;color:#e6edf3}html.tln-dark .tl-header{background:var(--tl-dark-header);color:#fff}html.tln-dark .tl-search-form input{background:#fff;color:#17212b;border-color:#fff;box-shadow:0 0 18px rgba(255,255,255,.18)}html.tln-dark .tl-search-form input::placeholder{color:#6c7782}html.tln-dark .tl-search-form input:focus{border-color:#fff;box-shadow:0 0 22px rgba(255,255,255,.28)}html.tln-dark .tl-search-form button{box-shadow:0 5px 18px rgba(11,124,255,.28)}html.tln-dark .tl-dark-toggle{background:#fff;color:#050505;box-shadow:0 0 18px rgba(255,255,255,.38)}html.tln-dark .tl-dark-toggle:hover{background:#fff;color:#000;box-shadow:0 0 24px rgba(255,255,255,.5)}html.tln-dark .tl-nav{background:#02070b}html.tln-dark .tl-surface,html.tln-dark .tl-widget,html.tln-dark .tl-grid-card,html.tln-dark .tl-tool{background:#0d1923;color:#e6edf3;border-color:#20303d}html.tln-dark .tl-search-form input{background:#071018;color:#e6edf3;border-color:#263846}html.tln-dark .tl-post-card,html.tln-dark .tl-card-mini,html.tln-dark .tl-tips-item{border-color:#20303d}html.tln-dark .tl-excerpt,html.tln-dark .tl-meta,html.tln-dark .tl-caption{color:#9eacb8}html.tln-dark .tl-section-title{border-color:#e6edf3}html.tln-dark .tl-menu .sub-menu{background:#0d1923}html.tln-dark .tl-menu .sub-menu a{background:#0d1923;color:#e6edf3}html.tln-dark .tl-menu .sub-menu a:hover{background:#132533}html.tln-dark .tl-baca-juga,html.tln-dark .tl-author-box,html.tln-dark .tl-post-tags a{background:#0d1923;border-color:#263846;color:#e6edf3}html.tln-dark .tl-entry blockquote{background:#0d1923}html.tln-dark .tl-toolbar{border-color:#20303d}html.tln-dark .tl-footer{background:#071018;color:#dbe5ec;border-top-color:#1b2a35}html.tln-dark .tl-footer-bottom{border-color:#1b2a35;box-shadow:0 -5px 18px rgba(0,0,0,.28)}html.tln-dark .tl-author-box p{color:#9eacb8}html.tln-dark .tl-tool:hover{background:#132533}html.tln-dark .tl-popular-item,html.tln-dark .tl-related-item{border-color:#20303d}
html.tln-dark .tl-entry table{background:#0b1721;border-color:#263b4a;box-shadow:0 10px 28px rgba(0,0,0,.28)}
html.tln-dark .tl-entry table th{background:linear-gradient(135deg,var(--tl-brand),var(--tl-accent));color:#fff;border-bottom-color:#31546c}
html.tln-dark .tl-entry table td{background:#0d1b26;color:#dfeaf2;border-bottom-color:#263b4a}
html.tln-dark .tl-entry table tbody tr:nth-child(even) td{background:#10212d}
html.tln-dark .tl-entry table tbody tr:hover td{background:#132c3d}
html.tln-dark .tl-entry table td:first-child,html.tln-dark .tl-entry table strong,html.tln-dark .tl-entry table a{color:#45b5ff}
html.tln-dark .tl-entry table code{background:#10212d;color:#45b5ff;border:1px solid #263b4a}html.tln-dark .tl-ticker a{color:var(--tl-ticker-text)}
/* Header logo is intentionally not recolored or given a mode-specific plate. The same uploaded artwork is rendered in Light and Dark mode. */
.tl-branding .custom-logo-link,.tl-branding .custom-logo-link:hover{background:transparent!important;border:0!important;box-shadow:none!important;mix-blend-mode:normal!important;opacity:1!important}
/* Header slogan visibility: the Customizer checkbox controls every slogan/description rendered inside the header identity block. */
.tl-branding.tl-hide-tagline .tl-tagline,.tl-branding.tl-hide-tagline .site-description,.tl-branding.tl-hide-tagline .wp-block-site-tagline,.tl-branding.tl-hide-tagline .tl-logo-tagline{display:none!important}

.tl-branding .custom-logo,.tl-branding .custom-logo-link img{background:transparent!important;border:0!important;box-shadow:none!important;filter:none!important;mix-blend-mode:normal!important;-webkit-mix-blend-mode:normal!important;opacity:1!important}
/* Keep dark-mode footer independent from the Light Mode footer color setting. */
html.tln-dark .tl-footer,
html.tln-dark .tl-footer-main,
html.tln-dark .tl-footer-bottom{background:#071018!important;color:#dbe5ec}
html.tln-dark .tl-footer p{color:var(--tl-footer-text)}
html.tln-dark .tl-footer a{color:var(--tl-footer-link)}
html.tln-dark .tl-footer h3{color:var(--tl-footer-heading)}
html.tln-dark .tl-footer-bottom{border-top-color:#1b2a35!important;box-shadow:0 -5px 18px rgba(0,0,0,.28)}
html.tln-dark .tl-footer h3{color:#fff}html.tln-dark .tl-footer a{color:#b9c8d4}html.tln-dark .tl-footer a:hover{color:var(--tl-footer-heading)}html.tln-dark .tl-search-suggestions{background:#0d1923;border-color:#20303d}html.tln-dark .tl-search-suggestion{border-color:#20303d}html.tln-dark .tl-search-suggestion strong{color:#e6edf3}
@media(max-width:900px){.tl-main-grid,.tl-content-sidebar{grid-template-columns:1fr}.tl-sidebar{display:grid;grid-template-columns:repeat(2,1fr);align-items:start}.tl-footer-main{grid-template-columns:repeat(2,1fr)}.tl-featured{grid-template-columns:1fr}.tl-feature-side{grid-template-columns:repeat(2,1fr)}.tl-single-header h1{font-size:34px}}
@media(max-width:680px){.tl-entry{padding-left:0;padding-right:0}.tl-container{width:min(100% - 22px,var(--tl-container))}.tl-header-main{min-height:72px}.tl-site-name{font-size:23px}.tl-tagline{font-size:10px}.tl-mobile-toggle{display:block}.tl-search-toggle{display:block}.tl-search-form{display:none;position:absolute;right:0;top:48px;width:min(320px,calc(100vw - 32px));height:42px;padding:0;background:var(--tl-surface);box-shadow:var(--tl-shadow);z-index:70}.tl-search-wrap.is-open .tl-search-form{display:flex}.tl-search-form input{width:100%;background:var(--tl-surface);color:var(--tl-text);border:1px solid var(--tl-border);border-radius:6px 0 0 6px}.tl-search-form button{padding:0 12px}.tl-search-suggestions{top:94px;width:min(320px,calc(100vw - 32px));right:0}.tl-nav-inner{position:relative}.tl-menu{display:none;position:absolute;top:48px;left:0;right:0;background:#06121e;z-index:50;padding:5px 0;box-shadow:var(--tl-shadow)}.tl-menu.is-open{display:block}.tl-menu li{width:100%}.tl-menu a{padding:11px 14px}.tl-menu .sub-menu{position:static;box-shadow:none;padding-left:15px}.tl-menu li:hover>.sub-menu{display:none}.tl-menu li.sub-open>.sub-menu{display:block}.tl-feature-main{height:250px}.tl-feature-overlay{padding:17px}.tl-feature-overlay h1{font-size:23px}.tl-feature-side{grid-template-columns:1fr}.tl-card-mini{grid-template-columns:95px 1fr}.tl-card-mini img{width:95px;height:72px}.tl-post-card{grid-template-columns:115px 1fr;gap:11px}.tl-post-card img{width:115px;height:86px}.tl-post-card h2{font-size:15px}.tl-excerpt{display:none}.tl-sidebar{display:block}.tl-category-grid{grid-template-columns:repeat(2,1fr);gap:11px}.tl-grid-card img{height:110px}.tl-grid-card h3{font-size:14px}.tl-tips-item{grid-template-columns:115px 1fr;gap:11px}.tl-tips-item img{width:115px;height:86px}.tl-tips-item h3{font-size:15px}.tl-tips-item p{display:none}.tl-single-header h1{font-size:28px}.tl-entry{font-size:16px;line-height:1.8}.tl-entry h2{font-size:23px}.tl-footer-main{grid-template-columns:1fr;gap:22px}}
@media(max-width:430px){.tl-header-actions{gap:6px}.tl-dark-toggle,.tl-mobile-toggle,.tl-search-toggle{width:36px;height:36px}.tl-branding{gap:9px}.tl-branding .custom-logo-link{max-width:150px}.tl-branding .custom-logo{max-width:150px;max-height:48px}.tl-site-name{font-size:20px}.tl-tagline{display:none}.tl-search-suggestions{display:none!important}}

.tl-tips-slot{margin-top:34px}.tl-tips-list{display:grid;gap:0}.tl-tips-item{display:grid;grid-template-columns:170px 1fr;gap:16px;padding:14px 0;border-bottom:1px solid var(--tl-border)}.tl-tips-item img,.tl-tips-placeholder{width:170px;height:105px;object-fit:cover;border-radius:6px;background:var(--tl-soft)}.tl-tips-item h3{margin:3px 0 6px;font-size:18px;line-height:1.35}.tl-tips-item p{margin:0;color:var(--tl-muted);font-size:14px}.tl-logo-tagline{color:#b7c7d4;font-size:11px}

/* Footer logo: separate from header logo */
.tl-footer-logo-link{display:inline-flex;align-items:center;margin:0 0 14px;text-decoration:none}
.tl-footer-logo{display:block;max-height:var(--tl-footer-logo-height);object-fit:contain;object-position:left center}
.tl-footer-site-name{font-size:22px;font-weight:800;line-height:1.2;margin:0 0 14px}
.tl-footer-col:first-child p{margin-top:0}
@media(max-width:700px){.tl-footer-logo{max-height:min(var(--tl-footer-logo-height),50px)}.tl-footer-col:first-child p{margin-top:0}}

/* Latest posts: classic Tekno Lensa list is the default */
.tl-post-list-old{display:grid;gap:18px}.tl-post-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.tl-post-grid .tl-post-card{display:block;padding:0;border:1px solid var(--tl-border);border-radius:7px;overflow:hidden}.tl-post-grid .tl-post-card img{width:100%;height:180px}.tl-post-grid .tl-post-card>div{padding:13px}.tl-post-grid .tl-excerpt{display:none}
@media(max-width:1100px){.tl-post-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:680px){.tl-post-grid{grid-template-columns:1fr}.tl-post-grid .tl-post-card img{height:180px}}

/* Smart sticky sidebar: stays visible while the main content continues.
   When sidebar content is taller than the viewport, the sidebar gets its own
   vertical scroll area instead of extending past the viewport. */
.tl-content-sidebar > .tl-sidebar,
.tl-main-grid > .tl-sidebar {
  position: sticky;
  top: 20px;
  align-self: start;
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-gutter: stable;
  overscroll-behavior: contain;
}
.tl-content-sidebar > .tl-sidebar::-webkit-scrollbar,
.tl-main-grid > .tl-sidebar::-webkit-scrollbar { width: 6px; }
.tl-content-sidebar > .tl-sidebar::-webkit-scrollbar-track,
.tl-main-grid > .tl-sidebar::-webkit-scrollbar-track { background: transparent; }
.tl-content-sidebar > .tl-sidebar::-webkit-scrollbar-thumb,
.tl-main-grid > .tl-sidebar::-webkit-scrollbar-thumb { background: rgba(120,140,160,.45); border-radius: 20px; }

@media(max-width:900px){
  .tl-content-sidebar > .tl-sidebar,
  .tl-main-grid > .tl-sidebar {
    position: static;
    top: auto;
    max-height: none;
    overflow: visible;
    scrollbar-gutter: auto;
  }
}

/* Homepage latest: 4 cards per row on desktop, then category sections continue below. */
.tl-post-grid .tl-post-card h2{font-size:15px;line-height:1.35;margin:8px 0 5px}.tl-post-grid .tl-post-card .tl-meta{font-size:10px}.tl-post-grid .tl-post-card{min-width:0}.tl-home-recent-widget .tl-popular-item:before{content:counter(popular);}


/* Homepage 2.0.7: exact Tekno Lensa structure */
.tl-home-main{min-width:0}
.tl-home-section{margin:0 0 36px}
.tl-highlight-list{display:grid;gap:0}
.tl-highlight-item{display:grid;grid-template-columns:170px minmax(0,1fr);gap:16px;padding:0 0 16px;margin:0 0 16px;border-bottom:1px solid var(--tl-border)}
.tl-highlight-item:last-child{margin-bottom:0}
.tl-highlight-item img,.tl-highlight-placeholder{width:170px;height:105px;object-fit:cover;border-radius:6px;background:var(--tl-soft)}
.tl-highlight-item h3{font-size:18px;line-height:1.35;margin:4px 0 6px}
.tl-highlight-item p{margin:0;color:var(--tl-muted);font-size:14px}
.tl-latest-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.tl-latest-card{min-width:0;border:1px solid var(--tl-border);border-radius:8px;overflow:hidden;background:var(--tl-surface);display:flex;flex-direction:column}
.tl-latest-image{display:block;aspect-ratio:16/10;background:var(--tl-soft);overflow:hidden}
.tl-latest-image img,.tl-latest-placeholder{width:100%;height:100%;object-fit:cover}
.tl-latest-body{padding:12px 13px 14px}
.tl-latest-body h3{font-size:16px;line-height:1.35;margin:5px 0 7px}
.tl-latest-body p{font-size:13px;line-height:1.55;color:var(--tl-muted);margin:0}
.tl-category-section{margin-top:0}
.tl-grid-placeholder{height:150px;background:var(--tl-soft)}
@media(max-width:1100px){.tl-latest-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:900px){.tl-content-sidebar{grid-template-columns:1fr}}
@media(max-width:680px){.tl-entry table{display:block;overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch}.tl-entry table th,.tl-entry table td{padding:10px 12px}.tl-highlight-item{grid-template-columns:115px minmax(0,1fr);gap:11px}.tl-highlight-item img,.tl-highlight-placeholder{width:115px;height:86px}.tl-highlight-item h3{font-size:15px}.tl-highlight-item p{font-size:12px}.tl-latest-grid{grid-template-columns:1fr 1fr;gap:11px}.tl-latest-body{padding:10px}.tl-latest-body h3{font-size:14px}.tl-latest-body p{display:none}}
@media(max-width:430px){.tl-latest-grid{grid-template-columns:1fr}}

/* =========================================================
   Tekno Lensa 2.0.10 - Homepage layout final
   ========================================================= */
.tl-featured{display:block;margin:22px 0 38px;position:relative;min-width:0}
.tl-featured-heading{position:relative}
.tl-featured-layout{display:grid;grid-template-columns:minmax(0,1.62fr) minmax(300px,.9fr);gap:20px}
.tl-feature-main{position:relative;height:420px;min-width:0;border-radius:var(--tl-radius);overflow:hidden;background:#101820}
.tl-feature-main-link{display:block;width:100%;height:100%;position:relative;color:#fff}
.tl-feature-main img,.tl-feature-placeholder{width:100%;height:100%;object-fit:cover}
.tl-feature-placeholder{background:linear-gradient(135deg,#10202d,#243747)}
.tl-feature-overlay{position:absolute;inset:0;display:flex;align-items:flex-end;padding:26px;background:linear-gradient(180deg,rgba(0,0,0,0) 34%,rgba(0,0,0,.88) 100%)}
.tl-feature-overlay>span{display:block;max-width:95%}
.tl-feature-overlay strong{display:block;color:#fff;font-size:32px;line-height:1.2;margin:0 0 8px}
.tl-feature-overlay small{display:block;color:rgba(255,255,255,.82);font-size:12px}
.tl-feature-side{display:grid;grid-template-rows:repeat(3,minmax(0,1fr));gap:0;min-width:0}
.tl-card-mini{display:grid;grid-template-columns:120px minmax(0,1fr);gap:13px;align-items:start;padding:0 0 15px;margin:0 0 15px;border-bottom:1px solid var(--tl-border);min-width:0}
.tl-card-mini:last-child{margin-bottom:0}
.tl-card-mini-image{display:block;width:120px;height:88px;overflow:hidden;border-radius:6px;background:var(--tl-soft)}
.tl-card-mini-image img,.tl-mini-placeholder{width:100%;height:100%;object-fit:cover}
.tl-mini-placeholder{display:block;background:var(--tl-soft)}
.tl-card-mini h3{font-size:16px;line-height:1.34;margin:4px 0 0}
.tl-card-mini h3 a{color:var(--tl-text)}
.tl-card-mini h3 a:hover{color:var(--tl-brand)}
.tl-highlight-item{grid-template-columns:220px minmax(0,1fr);gap:18px;padding:0 0 18px;margin:0 0 18px}
.tl-highlight-item img,.tl-highlight-image,.tl-highlight-placeholder{width:220px;height:135px;object-fit:cover;border-radius:6px;background:var(--tl-soft);display:block}
.tl-highlight-item h3{font-size:19px;line-height:1.35;margin:4px 0 7px}
.tl-highlight-item p{font-size:14px;line-height:1.6}
.tl-latest-category-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.tl-latest-card{min-height:100%;border:1px solid var(--tl-border);border-radius:8px;box-shadow:none}
.tl-latest-image{aspect-ratio:16/10}
.tl-latest-body{padding:13px 14px 15px}
.tl-card-category{font-size:10px;font-weight:800;text-transform:uppercase;color:#fff;background:var(--tl-brand);display:inline-block;padding:4px 7px;border-radius:3px;margin-bottom:6px}
.tl-latest-body h3{font-size:17px;line-height:1.35;margin:5px 0 7px}
.tl-latest-body p{font-size:13px;line-height:1.55}
.tl-internet-list{display:grid;gap:0}
.tl-internet-item{display:grid;grid-template-columns:220px minmax(0,1fr);gap:18px;padding:0 0 18px;margin:0 0 18px;border-bottom:1px solid var(--tl-border)}
.tl-internet-item:last-child{margin-bottom:0}
.tl-internet-image,.tl-internet-image img,.tl-internet-placeholder{display:block;width:220px;height:135px;object-fit:cover;border-radius:6px;background:var(--tl-soft)}
.tl-internet-item h3{font-size:19px;line-height:1.35;margin:4px 0 7px}
.tl-internet-item p{font-size:14px;line-height:1.6;color:var(--tl-muted);margin:0}
.tl-home-recent-widget .tl-popular{counter-reset:popular}
.tl-home-recent-widget .tl-popular-item:before{content:attr(data-number);}
.tl-home-recent-widget .tl-popular-item{padding-left:42px}
.tl-home-recent-widget .tl-popular-item:before{width:27px;height:27px;line-height:27px;font-size:13px}

/* Ensure homepage/sidebar relationship stays stable while the main column grows. */
.tl-content-sidebar{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:30px;align-items:start}
.tl-home-main{min-width:0}
/* Sidebar stays inside its column and can scroll independently when its content is taller than the viewport. */
.tl-sidebar{min-width:0;position:sticky;top:18px;align-self:start;max-height:calc(100vh - 24px);overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable;padding-right:2px}
.tl-sidebar::-webkit-scrollbar{width:7px}
.tl-sidebar::-webkit-scrollbar-track{background:transparent}
.tl-sidebar::-webkit-scrollbar-thumb{background:rgba(108,119,130,.35);border-radius:99px}
.tl-sidebar{scrollbar-width:thin;scrollbar-color:rgba(108,119,130,.45) transparent}

/* Customizer colors must affect all major homepage accents. */
.tl-section-title:before{background:var(--tl-brand)}
.tl-section-title a,.tl-highlight-item h3 a,.tl-internet-item h3 a,.tl-latest-body h3 a{color:var(--tl-brand)}
.tl-card-category,.tl-category-label,.tl-top-label{background:var(--tl-brand)}

@media(max-width:1100px){
  .tl-featured-layout{grid-template-columns:minmax(0,1.5fr) minmax(270px,.9fr)}
  .tl-feature-main{height:380px}
  .tl-card-mini{grid-template-columns:105px minmax(0,1fr)}
  .tl-card-mini-image{width:105px;height:78px}
  .tl-card-mini h3{font-size:15px}
  .tl-highlight-item,.tl-internet-item{grid-template-columns:180px minmax(0,1fr)}
  .tl-highlight-item img,.tl-highlight-image,.tl-highlight-placeholder,.tl-internet-image,.tl-internet-image img,.tl-internet-placeholder{width:180px;height:112px}
}
@media(max-width:900px){
  .tl-featured-layout{grid-template-columns:1fr}
  .tl-feature-main{height:360px}
  .tl-feature-side{grid-template-rows:none;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}
  .tl-card-mini{display:block;padding:0 0 13px;margin:0}
  .tl-card-mini-image{width:100%;height:auto;aspect-ratio:16/10;margin-bottom:8px}
  .tl-content-sidebar{grid-template-columns:1fr}
  .tl-sidebar{position:static!important;top:auto!important;max-height:none!important;overflow:visible!important}
}
@media(max-width:680px){
  .tl-featured{margin-top:15px}
  .tl-feature-main{height:280px}
  .tl-feature-overlay{padding:18px}
  .tl-feature-overlay strong{font-size:23px}
  .tl-feature-side{grid-template-columns:1fr}
  .tl-card-mini{display:grid;grid-template-columns:105px minmax(0,1fr);gap:11px;padding:0 0 12px;margin:0 0 12px}
  .tl-card-mini-image{width:105px;height:78px;margin:0;aspect-ratio:auto}
  .tl-highlight-item,.tl-internet-item{grid-template-columns:115px minmax(0,1fr);gap:11px}
  .tl-highlight-item img,.tl-highlight-image,.tl-highlight-placeholder,.tl-internet-image,.tl-internet-image img,.tl-internet-placeholder{width:115px;height:86px}
  .tl-highlight-item h3,.tl-internet-item h3{font-size:15px}
  .tl-highlight-item p,.tl-internet-item p{font-size:12px;display:none}
  .tl-latest-category-grid{grid-template-columns:1fr 1fr;gap:11px}
  .tl-latest-body{padding:10px}
  .tl-latest-body h3{font-size:14px}
  .tl-latest-body p{display:none}
}
@media(max-width:430px){
  .tl-latest-category-grid{grid-template-columns:1fr}
}


/* Customizer mobile preview fallback. The width is supplied by theme.js from the actual preview frame. */
html.tln-mobile-preview{--tln-preview-width:100vw}
html.tln-mobile-preview body{width:100%!important;max-width:100%!important;min-width:0!important;overflow-x:hidden!important}
html.tln-mobile-preview .tl-container{width:calc(100% - 22px)!important;max-width:calc(100% - 22px)!important;min-width:0!important;margin-left:11px!important;margin-right:11px!important}
html.tln-mobile-preview .tl-main-grid,html.tln-mobile-preview .tl-content-sidebar{grid-template-columns:minmax(0,1fr)!important;gap:0!important;width:100%!important;min-width:0!important}
html.tln-mobile-preview .tl-single,html.tln-mobile-preview .tl-home-main,html.tln-mobile-preview .tl-entry{width:100%!important;max-width:100%!important;min-width:0!important}
html.tln-mobile-preview .tl-entry{overflow-wrap:anywhere!important;word-break:break-word!important}
html.tln-mobile-preview .tl-entry p,html.tln-mobile-preview .tl-entry h1,html.tln-mobile-preview .tl-entry h2,html.tln-mobile-preview .tl-entry h3,html.tln-mobile-preview .tl-entry h4,html.tln-mobile-preview .tl-entry h5,html.tln-mobile-preview .tl-entry h6,html.tln-mobile-preview .tl-entry li,html.tln-mobile-preview .tl-entry a{max-width:100%!important;white-space:normal!important;overflow-wrap:anywhere!important;word-break:break-word!important}
html.tln-mobile-preview .tl-entry img,html.tln-mobile-preview .tl-entry video,html.tln-mobile-preview .tl-entry iframe,html.tln-mobile-preview .tl-entry embed,html.tln-mobile-preview .tl-entry object{max-width:100%!important;height:auto!important}
html.tln-mobile-preview .tl-entry table{display:block!important;width:100%!important;max-width:100%!important;overflow-x:auto!important;white-space:nowrap!important}
html.tln-mobile-preview .tl-entry pre{max-width:100%!important;overflow-x:auto!important;white-space:pre!important}
html.tln-mobile-preview .tl-entry code{overflow-wrap:anywhere!important;word-break:break-word!important}
html.tln-mobile-preview .tl-header-main,html.tln-mobile-preview .tl-nav-inner{width:100%!important;min-width:0!important}
html.tln-mobile-preview .tl-branding{min-width:0!important;flex:1 1 auto!important;overflow:hidden!important}
html.tln-mobile-preview .tl-header-actions{min-width:0!important;flex:0 0 auto!important}
html.tln-mobile-preview .tl-search-form,html.tln-mobile-preview .tl-search-suggestions{max-width:calc(100vw - 32px)!important}
html.tln-mobile-preview .tl-featured,html.tln-mobile-preview .tl-feature-main,html.tln-mobile-preview .tl-feature-side,html.tln-mobile-preview .tl-post-grid,html.tln-mobile-preview .tl-category-grid,html.tln-mobile-preview .tl-latest-grid,html.tln-mobile-preview .tl-tips-list{min-width:0!important;max-width:100%!important}

/* 2.2.8 — MOBILE ONLY. Desktop and sidebar rules remain unchanged. */
@media (max-width:680px){
  html,body{width:100%;max-width:100%;min-width:0;overflow-x:hidden}
  .tl-container{width:calc(100% - 22px)!important;max-width:calc(100% - 22px)!important;min-width:0!important}
  .tl-main-grid{grid-template-columns:minmax(0,1fr)!important;width:100%!important;min-width:0!important}
  .tl-single,.tl-single-header,.tl-entry{width:100%!important;max-width:100%!important;min-width:0!important}
  .tl-entry{overflow-wrap:anywhere!important;word-break:break-word!important}
  .tl-entry p,.tl-entry h1,.tl-entry h2,.tl-entry h3,.tl-entry h4,.tl-entry h5,.tl-entry h6,.tl-entry li,.tl-entry a,.tl-entry strong,.tl-entry em,.tl-baca-juga{max-width:100%!important;white-space:normal!important;overflow-wrap:anywhere!important;word-break:break-word!important}
  .tl-entry img,.tl-entry video,.tl-entry iframe,.tl-entry embed,.tl-entry object{display:block!important;max-width:100%!important;height:auto!important}
  .tl-entry table{display:block!important;width:100%!important;max-width:100%!important;overflow-x:auto!important;white-space:nowrap!important;-webkit-overflow-scrolling:touch}
  .tl-entry pre{max-width:100%!important;overflow-x:auto!important;white-space:pre!important;-webkit-overflow-scrolling:touch}
  .tl-entry code{overflow-wrap:anywhere!important;word-break:break-word!important}
  .tl-header-main{width:100%!important;min-width:0!important}
  .tl-branding{min-width:0!important;overflow:hidden!important}
  .tl-header-actions{min-width:0!important;flex-shrink:0!important}
  .tl-featured,.tl-feature-main,.tl-feature-side,.tl-post-grid,.tl-category-grid,.tl-latest-grid,.tl-tips-list{min-width:0!important;max-width:100%!important}
  .tl-featured{grid-template-columns:minmax(0,1fr)!important}
  .tl-feature-side{grid-template-columns:minmax(0,1fr)!important}
  .tl-post-grid{grid-template-columns:minmax(0,1fr)!important}
  .tl-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media (max-width:430px){.tl-category-grid{grid-template-columns:minmax(0,1fr)!important}}
html.tln-mobile-preview body{width:100%!important;max-width:100%!important;min-width:0!important;overflow-x:hidden!important}
html.tln-mobile-preview .tl-container{width:calc(100% - 22px)!important;max-width:calc(100% - 22px)!important;min-width:0!important}
html.tln-mobile-preview .tl-main-grid{grid-template-columns:minmax(0,1fr)!important;width:100%!important;min-width:0!important}
html.tln-mobile-preview .tl-single,html.tln-mobile-preview .tl-entry{width:100%!important;max-width:100%!important;min-width:0!important}
html.tln-mobile-preview .tl-entry{overflow-wrap:anywhere!important;word-break:break-word!important}
html.tln-mobile-preview .tl-entry p,html.tln-mobile-preview .tl-entry h1,html.tln-mobile-preview .tl-entry h2,html.tln-mobile-preview .tl-entry h3,html.tln-mobile-preview .tl-entry h4,html.tln-mobile-preview .tl-entry h5,html.tln-mobile-preview .tl-entry h6,html.tln-mobile-preview .tl-entry li,html.tln-mobile-preview .tl-entry a,html.tln-mobile-preview .tl-entry strong,html.tln-mobile-preview .tl-entry em,html.tln-mobile-preview .tl-baca-juga{max-width:100%!important;white-space:normal!important;overflow-wrap:anywhere!important;word-break:break-word!important}
html.tln-mobile-preview .tl-entry img,html.tln-mobile-preview .tl-entry video,html.tln-mobile-preview .tl-entry iframe,html.tln-mobile-preview .tl-entry embed,html.tln-mobile-preview .tl-entry object{display:block!important;max-width:100%!important;height:auto!important}
html.tln-mobile-preview .tl-entry table{display:block!important;width:100%!important;max-width:100%!important;overflow-x:auto!important;white-space:nowrap!important}
html.tln-mobile-preview .tl-entry pre{max-width:100%!important;overflow-x:auto!important;white-space:pre!important}
html.tln-mobile-preview .tl-entry code{overflow-wrap:anywhere!important;word-break:break-word!important}
html.tln-mobile-preview .tl-featured,html.tln-mobile-preview .tl-feature-main,html.tln-mobile-preview .tl-feature-side,html.tln-mobile-preview .tl-post-grid,html.tln-mobile-preview .tl-category-grid,html.tln-mobile-preview .tl-latest-grid,html.tln-mobile-preview .tl-tips-list{min-width:0!important;max-width:100%!important}

/* 2.2.9 — table wrapper: mobile tables scroll inside the article, never clip the page. */
.tl-table-scroll{width:100%;max-width:100%;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;margin:26px 0 28px;padding-bottom:2px;}
.tl-table-scroll table{margin:0!important;}
@media (max-width:680px){
  .tl-entry .tl-table-scroll{width:100%!important;max-width:100%!important;overflow-x:auto!important;overflow-y:hidden!important;display:block!important;-webkit-overflow-scrolling:touch!important;}
  .tl-entry .tl-table-scroll table{display:table!important;width:max-content!important;min-width:100%!important;max-width:none!important;white-space:nowrap!important;}
  .tl-entry .tl-table-scroll th,.tl-entry .tl-table-scroll td{white-space:nowrap!important;}
}
html.tln-mobile-preview .tl-entry .tl-table-scroll{width:100%!important;max-width:100%!important;overflow-x:auto!important;overflow-y:hidden!important;display:block!important;-webkit-overflow-scrolling:touch!important;}
html.tln-mobile-preview .tl-entry .tl-table-scroll table{display:table!important;width:max-content!important;min-width:100%!important;max-width:none!important;white-space:nowrap!important;}
html.tln-mobile-preview .tl-entry .tl-table-scroll th,html.tln-mobile-preview .tl-entry .tl-table-scroll td{white-space:nowrap!important;}

/* 2.2.11 — MOBILE TABLE UX: two-column spec tables stay fully visible; wider tables keep horizontal scrolling. */
@media (max-width:680px){
  .tl-entry .tl-table-scroll.tl-table-2col{
    width:100%!important;
    max-width:100%!important;
    overflow-x:hidden!important;
    overflow-y:hidden!important;
  }
  .tl-entry .tl-table-scroll.tl-table-2col table{
    display:table!important;
    width:100%!important;
    min-width:100%!important;
    max-width:100%!important;
    table-layout:fixed!important;
    white-space:normal!important;
  }
  .tl-entry .tl-table-scroll.tl-table-2col th:first-child,
  .tl-entry .tl-table-scroll.tl-table-2col td:first-child{
    width:36%!important;
    min-width:0!important;
    position:sticky!important;
    left:0!important;
    z-index:2!important;
  }
  .tl-entry .tl-table-scroll.tl-table-2col th:nth-child(2),
  .tl-entry .tl-table-scroll.tl-table-2col td:nth-child(2){
    width:64%!important;
    min-width:0!important;
    white-space:normal!important;
    overflow-wrap:anywhere!important;
    word-break:break-word!important;
  }
}
html.tln-mobile-preview .tl-entry .tl-table-scroll.tl-table-2col{
  width:100%!important;max-width:100%!important;overflow-x:hidden!important;overflow-y:hidden!important;
}
html.tln-mobile-preview .tl-entry .tl-table-scroll.tl-table-2col table{
  display:table!important;width:100%!important;min-width:100%!important;max-width:100%!important;table-layout:fixed!important;white-space:normal!important;
}
html.tln-mobile-preview .tl-entry .tl-table-scroll.tl-table-2col th:first-child,
html.tln-mobile-preview .tl-entry .tl-table-scroll.tl-table-2col td:first-child{
  width:36%!important;min-width:0!important;position:sticky!important;left:0!important;z-index:2!important;
}
html.tln-mobile-preview .tl-entry .tl-table-scroll.tl-table-2col th:nth-child(2),
html.tln-mobile-preview .tl-entry .tl-table-scroll.tl-table-2col td:nth-child(2){
  width:64%!important;min-width:0!important;white-space:normal!important;overflow-wrap:anywhere!important;word-break:break-word!important;
}

/* 2.2.10 — MOBILE TABLE UX ONLY. Keep the first column visible while the remaining columns scroll horizontally. */
@media (max-width:680px){
  .tl-entry .tl-table-scroll{
    position:relative!important;
    width:100%!important;
    max-width:100%!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    overscroll-behavior-x:contain!important;
    -webkit-overflow-scrolling:touch!important;
    scrollbar-width:auto!important;
  }
  .tl-entry .tl-table-scroll table{
    display:table!important;
    width:max-content!important;
    min-width:100%!important;
    max-width:none!important;
    table-layout:auto!important;
  }
  .tl-entry .tl-table-scroll th:first-child,
  .tl-entry .tl-table-scroll td:first-child{
    position:sticky!important;
    left:0!important;
    z-index:2!important;
    box-shadow:2px 0 5px rgba(0,0,0,.10)!important;
  }
  .tl-entry .tl-table-scroll th:first-child{
    z-index:3!important;
  }
}
html.tln-mobile-preview .tl-entry .tl-table-scroll{
  position:relative!important;
  overscroll-behavior-x:contain!important;
  scrollbar-width:auto!important;
}
html.tln-mobile-preview .tl-entry .tl-table-scroll table{
  display:table!important;
  width:max-content!important;
  min-width:100%!important;
  max-width:none!important;
  table-layout:auto!important;
}
html.tln-mobile-preview .tl-entry .tl-table-scroll th:first-child,
html.tln-mobile-preview .tl-entry .tl-table-scroll td:first-child{
  position:sticky!important;
  left:0!important;
  z-index:2!important;
  box-shadow:2px 0 5px rgba(0,0,0,.10)!important;
}
html.tln-mobile-preview .tl-entry .tl-table-scroll th:first-child{z-index:3!important;}

/* 2.2.12 — FINAL MOBILE FIX FOR 2-COLUMN SPEC TABLES ONLY.
   Two-column specification tables must fit the mobile viewport and must NOT horizontally scroll.
   Wider tables keep the existing internal horizontal scroll behavior. */
@media (max-width:680px){
  .tl-entry .tl-table-scroll.tl-table-2col{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    overflow-x:hidden!important;
    overflow-y:hidden!important;
    white-space:normal!important;
  }
  .tl-entry .tl-table-scroll.tl-table-2col table{
    display:table!important;
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    table-layout:fixed!important;
    white-space:normal!important;
  }
  .tl-entry .tl-table-scroll.tl-table-2col th,
  .tl-entry .tl-table-scroll.tl-table-2col td{
    min-width:0!important;
    max-width:none!important;
    white-space:normal!important;
    overflow-wrap:anywhere!important;
    word-break:break-word!important;
  }
  .tl-entry .tl-table-scroll.tl-table-2col th:first-child,
  .tl-entry .tl-table-scroll.tl-table-2col td:first-child,
  .tl-entry .tl-table-scroll.tl-table-2col th:nth-child(2),
  .tl-entry .tl-table-scroll.tl-table-2col td:nth-child(2){
    position:static!important;
    left:auto!important;
    z-index:auto!important;
    box-shadow:none!important;
  }
  .tl-entry .tl-table-scroll.tl-table-2col th:first-child,
  .tl-entry .tl-table-scroll.tl-table-2col td:first-child{width:36%!important;}
  .tl-entry .tl-table-scroll.tl-table-2col th:nth-child(2),
  .tl-entry .tl-table-scroll.tl-table-2col td:nth-child(2){width:64%!important;}
}
html.tln-mobile-preview .tl-entry .tl-table-scroll.tl-table-2col{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  overflow-x:hidden!important;
  overflow-y:hidden!important;
  white-space:normal!important;
}
html.tln-mobile-preview .tl-entry .tl-table-scroll.tl-table-2col table{
  display:table!important;
  width:100%!important;
  min-width:0!important;
  max-width:100%!important;
  table-layout:fixed!important;
  white-space:normal!important;
}
html.tln-mobile-preview .tl-entry .tl-table-scroll.tl-table-2col th,
html.tln-mobile-preview .tl-entry .tl-table-scroll.tl-table-2col td{
  min-width:0!important;
  max-width:none!important;
  white-space:normal!important;
  overflow-wrap:anywhere!important;
  word-break:break-word!important;
}
html.tln-mobile-preview .tl-entry .tl-table-scroll.tl-table-2col th:first-child,
html.tln-mobile-preview .tl-entry .tl-table-scroll.tl-table-2col td:first-child,
html.tln-mobile-preview .tl-entry .tl-table-scroll.tl-table-2col th:nth-child(2),
html.tln-mobile-preview .tl-entry .tl-table-scroll.tl-table-2col td:nth-child(2){
  position:static!important;
  left:auto!important;
  z-index:auto!important;
  box-shadow:none!important;
}
html.tln-mobile-preview .tl-entry .tl-table-scroll.tl-table-2col th:first-child,
html.tln-mobile-preview .tl-entry .tl-table-scroll.tl-table-2col td:first-child{width:36%!important;}
html.tln-mobile-preview .tl-entry .tl-table-scroll.tl-table-2col th:nth-child(2),
html.tln-mobile-preview .tl-entry .tl-table-scroll.tl-table-2col td:nth-child(2){width:64%!important;}

/* 2.2.13 — Final mobile 2-column table rule. Existing wrappers are normalized in PHP. */
@media (max-width:680px){
  .tl-entry .tl-table-scroll.tl-table-2col,
  html.tln-mobile-preview .tl-entry .tl-table-scroll.tl-table-2col{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    overflow-x:hidden!important;
    overflow-y:hidden!important;
    white-space:normal!important;
    position:static!important;
  }
  .tl-entry .tl-table-scroll.tl-table-2col table,
  html.tln-mobile-preview .tl-entry .tl-table-scroll.tl-table-2col table{
    display:table!important;
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    table-layout:fixed!important;
    white-space:normal!important;
  }
  .tl-entry .tl-table-scroll.tl-table-2col th,
  .tl-entry .tl-table-scroll.tl-table-2col td,
  html.tln-mobile-preview .tl-entry .tl-table-scroll.tl-table-2col th,
  html.tln-mobile-preview .tl-entry .tl-table-scroll.tl-table-2col td{
    min-width:0!important;
    max-width:none!important;
    width:auto!important;
    position:static!important;
    left:auto!important;
    right:auto!important;
    z-index:auto!important;
    white-space:normal!important;
    overflow:hidden!important;
    overflow-wrap:anywhere!important;
    word-break:break-word!important;
    box-shadow:none!important;
  }
  .tl-entry .tl-table-scroll.tl-table-2col th:first-child,
  .tl-entry .tl-table-scroll.tl-table-2col td:first-child,
  html.tln-mobile-preview .tl-entry .tl-table-scroll.tl-table-2col th:first-child,
  html.tln-mobile-preview .tl-entry .tl-table-scroll.tl-table-2col td:first-child{width:36%!important;}
  .tl-entry .tl-table-scroll.tl-table-2col th:nth-child(2),
  .tl-entry .tl-table-scroll.tl-table-2col td:nth-child(2),
  html.tln-mobile-preview .tl-entry .tl-table-scroll.tl-table-2col th:nth-child(2),
  html.tln-mobile-preview .tl-entry .tl-table-scroll.tl-table-2col td:nth-child(2){width:64%!important;}
}

/* 2.2.14 — MOBILE 2-COLUMN TABLE ACTUAL FIX.
   Detects 2-column tables on the client as well, so existing post markup cannot
   fall back to the horizontal-scroll behavior used by wider tables. */
@media (max-width:680px){
  .tl-entry .tl-table-scroll.tln-mobile-2col,
  .tl-entry .tl-table-scroll:has(> table.tln-mobile-2col),
  .tl-entry table.tln-mobile-2col{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    overflow-x:hidden!important;
    overflow-y:hidden!important;
    box-sizing:border-box!important;
  }
  .tl-entry .tl-table-scroll.tln-mobile-2col > table,
  .tl-entry .tl-table-scroll:has(> table.tln-mobile-2col) > table,
  .tl-entry table.tln-mobile-2col{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    table-layout:fixed!important;
    display:table!important;
    box-sizing:border-box!important;
  }
  .tl-entry .tl-table-scroll.tln-mobile-2col th,
  .tl-entry .tl-table-scroll.tln-mobile-2col td,
  .tl-entry .tl-table-scroll:has(> table.tln-mobile-2col) th,
  .tl-entry .tl-table-scroll:has(> table.tln-mobile-2col) td,
  .tl-entry table.tln-mobile-2col th,
  .tl-entry table.tln-mobile-2col td{
    position:static!important;
    left:auto!important;
    right:auto!important;
    width:auto!important;
    min-width:0!important;
    max-width:none!important;
    white-space:normal!important;
    overflow:visible!important;
    overflow-wrap:anywhere!important;
    word-break:break-word!important;
    box-shadow:none!important;
    box-sizing:border-box!important;
  }
  .tl-entry table.tln-mobile-2col th:first-child,
  .tl-entry table.tln-mobile-2col td:first-child,
  .tl-entry .tl-table-scroll.tln-mobile-2col th:first-child,
  .tl-entry .tl-table-scroll.tln-mobile-2col td:first-child{width:36%!important;}
  .tl-entry table.tln-mobile-2col th:nth-child(2),
  .tl-entry table.tln-mobile-2col td:nth-child(2),
  .tl-entry .tl-table-scroll.tln-mobile-2col th:nth-child(2),
  .tl-entry .tl-table-scroll.tln-mobile-2col td:nth-child(2){width:64%!important;}
}
html.tln-mobile-preview .tl-entry .tl-table-scroll.tln-mobile-2col,
html.tln-mobile-preview .tl-entry .tl-table-scroll:has(> table.tln-mobile-2col),
html.tln-mobile-preview .tl-entry table.tln-mobile-2col{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  overflow-x:hidden!important;
  overflow-y:hidden!important;
  box-sizing:border-box!important;
}
html.tln-mobile-preview .tl-entry .tl-table-scroll.tln-mobile-2col > table,
html.tln-mobile-preview .tl-entry .tl-table-scroll:has(> table.tln-mobile-2col) > table,
html.tln-mobile-preview .tl-entry table.tln-mobile-2col{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  table-layout:fixed!important;
  display:table!important;
  box-sizing:border-box!important;
}
html.tln-mobile-preview .tl-entry .tl-table-scroll.tln-mobile-2col th,
html.tln-mobile-preview .tl-entry .tl-table-scroll.tln-mobile-2col td,
html.tln-mobile-preview .tl-entry .tl-table-scroll:has(> table.tln-mobile-2col) th,
html.tln-mobile-preview .tl-entry .tl-table-scroll:has(> table.tln-mobile-2col) td,
html.tln-mobile-preview .tl-entry table.tln-mobile-2col th,
html.tln-mobile-preview .tl-entry table.tln-mobile-2col td{
  position:static!important;
  left:auto!important;
  right:auto!important;
  width:auto!important;
  min-width:0!important;
  max-width:none!important;
  white-space:normal!important;
  overflow:visible!important;
  overflow-wrap:anywhere!important;
  word-break:break-word!important;
  box-shadow:none!important;
  box-sizing:border-box!important;
}
html.tln-mobile-preview .tl-entry table.tln-mobile-2col th:first-child,
html.tln-mobile-preview .tl-entry table.tln-mobile-2col td:first-child,
html.tln-mobile-preview .tl-entry .tl-table-scroll.tln-mobile-2col th:first-child,
html.tln-mobile-preview .tl-entry .tl-table-scroll.tln-mobile-2col td:first-child{width:36%!important;}
html.tln-mobile-preview .tl-entry table.tln-mobile-2col th:nth-child(2),
html.tln-mobile-preview .tl-entry table.tln-mobile-2col td:nth-child(2),
html.tln-mobile-preview .tl-entry .tl-table-scroll.tln-mobile-2col th:nth-child(2),
html.tln-mobile-preview .tl-entry .tl-table-scroll.tln-mobile-2col td:nth-child(2){width:64%!important;}


/* 2.2.15 — MOBILE SPEC TABLE: FORCE TWO-COLUMN TABLES TO FIT.
   This selector intentionally does not depend on PHP/JS-added classes.
   It targets any article table that has no third cell in any row.
   Desktop behavior is untouched. */
@media (max-width:680px){
  .tl-entry table:not(:has(tr > :nth-child(3))){
    display:table!important;
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    table-layout:fixed!important;
    white-space:normal!important;
    overflow:visible!important;
  }
  .tl-entry .tl-table-scroll:has(> table:not(:has(tr > :nth-child(3)))){
    display:block!important;
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    overflow-x:hidden!important;
    overflow-y:hidden!important;
    white-space:normal!important;
    padding-bottom:0!important;
  }
  .tl-entry table:not(:has(tr > :nth-child(3))) th,
  .tl-entry table:not(:has(tr > :nth-child(3))) td{
    position:static!important;
    left:auto!important;
    right:auto!important;
    z-index:auto!important;
    width:auto!important;
    min-width:0!important;
    max-width:none!important;
    white-space:normal!important;
    overflow:visible!important;
    overflow-wrap:anywhere!important;
    word-break:break-word!important;
    box-shadow:none!important;
  }
  .tl-entry table:not(:has(tr > :nth-child(3))) tr > :first-child{width:36%!important;}
  .tl-entry table:not(:has(tr > :nth-child(3))) tr > :nth-child(2){width:64%!important;}
}
html.tln-mobile-preview .tl-entry table:not(:has(tr > :nth-child(3))){
  display:table!important;width:100%!important;min-width:0!important;max-width:100%!important;
  table-layout:fixed!important;white-space:normal!important;overflow:visible!important;
}
html.tln-mobile-preview .tl-entry .tl-table-scroll:has(> table:not(:has(tr > :nth-child(3)))){
  display:block!important;width:100%!important;min-width:0!important;max-width:100%!important;
  overflow-x:hidden!important;overflow-y:hidden!important;white-space:normal!important;padding-bottom:0!important;
}
html.tln-mobile-preview .tl-entry table:not(:has(tr > :nth-child(3))) th,
html.tln-mobile-preview .tl-entry table:not(:has(tr > :nth-child(3))) td{
  position:static!important;left:auto!important;right:auto!important;z-index:auto!important;
  width:auto!important;min-width:0!important;max-width:none!important;white-space:normal!important;
  overflow:visible!important;overflow-wrap:anywhere!important;word-break:break-word!important;box-shadow:none!important;
}
html.tln-mobile-preview .tl-entry table:not(:has(tr > :nth-child(3))) tr > :first-child{width:36%!important;}
html.tln-mobile-preview .tl-entry table:not(:has(tr > :nth-child(3))) tr > :nth-child(2){width:64%!important;}

/* 3.0.0 — Desktop article reading comfort.
   Adds breathing room to article copy only; mobile remains untouched. */
@media (min-width: 901px){
  .tl-entry{
    padding-left:32px!important;
    padding-right:32px!important;
  }
}


/* 3.0.1 — EDITABLE CONTENT SIDE SPACING
 * Adds premium breathing room to homepage, articles, archives and pages.
 * The main-content ↔ sidebar gap is intentionally unchanged.
 * Change --tl-page-side-gap below if you want more/less outer spacing.
 */
:root{
  --tl-page-side-gap:30px;
}

main.tl-container{
  padding-inline:var(--tl-page-side-gap)!important;
  box-sizing:border-box!important;
}

/* Article content follows the same horizontal breathing room. */
main.tl-container .tl-single,
main.tl-container .tl-home-main{
  min-width:0;
}

/* Mobile: keep the spacing comfortable without making the content too narrow. */
@media (max-width:680px){
  :root{
    --tl-page-side-gap:18px;
  }
  main.tl-container{
    padding-inline:var(--tl-page-side-gap)!important;
  }
}

/* Very small screens */
@media (max-width:430px){
  :root{
    --tl-page-side-gap:16px;
  }
}


/* 3.0.2 — EDITABLE ARTICLE CONTENT + IMAGE SIZE
 * Keeps the outer page spacing and main↔sidebar gap intact.
 * Adjust these values if you want the article even narrower/wider.
 */
:root{
  --tl-article-content-width:700px;
  --tl-article-image-width:700px;
  --tl-article-image-max-height:500px;
}

/* Make the article reading column more compact and premium. */
main.tl-container .tl-entry{
  max-width:var(--tl-article-content-width)!important;
  padding-left:0!important;
  padding-right:0!important;
}

/* Featured image: smaller than the full article/sidebar column. */
main.tl-container .tl-feature-image{
  width:var(--tl-article-image-width)!important;
  max-width:100%!important;
  margin-left:0!important;
  margin-right:auto!important;
}

main.tl-container .tl-feature-image img{
  width:100%!important;
  max-width:100%!important;
  max-height:var(--tl-article-image-max-height)!important;
  height:auto!important;
  object-fit:contain!important;
}

/* Keep the caption aligned with the smaller image. */
main.tl-container .tl-caption{
  width:var(--tl-article-image-width)!important;
  max-width:100%!important;
}

/* Slightly reduce the oversized article title on larger screens. */
main.tl-container .tl-single-header h1{
  font-size:38px;
  line-height:1.2;
}

/* Mobile: full usable width, but still respects page side spacing. */
@media (max-width:680px){
  :root{
    --tl-article-content-width:100%;
    --tl-article-image-width:100%;
    --tl-article-image-max-height:none;
  }
  main.tl-container .tl-entry{
    max-width:100%!important;
  }
  main.tl-container .tl-feature-image{
    width:100%!important;
  }
  main.tl-container .tl-caption{
    width:100%!important;
  }
  main.tl-container .tl-single-header h1{
    font-size:30px;
    line-height:1.2;
  }
}
@media (max-width:430px){
  main.tl-container .tl-single-header h1{
    font-size:27px;
  }
}

/* 3.0.3 — PREVIEW/LIVE ARTICLE WIDTH SYNC
 * One source of truth for article text and featured images.
 * Customizer preview and the published frontend use the same max widths.
 * Sidebar position/gap is intentionally untouched.
 */
:root{
  --tl-article-content-width:700px;
  --tl-article-image-width:700px;
}

/* Live frontend + Customizer preview */
main.tl-container .tl-single{
  min-width:0;
}

main.tl-container .tl-single .tl-single-header,
main.tl-container .tl-single .tl-toolbar,
main.tl-container .tl-single .tl-entry,
main.tl-container .tl-single .tl-feature-image,
main.tl-container .tl-single .tl-baca-juga,
main.tl-container .tl-single .tl-post-tags{
  width:100%;
  max-width:var(--tl-article-content-width);
  margin-left:0;
  margin-right:auto;
}

main.tl-container .tl-single .tl-entry{
  overflow-wrap:anywhere;
}

main.tl-container .tl-single .tl-feature-image img{
  display:block;
  width:100%;
  max-width:var(--tl-article-image-width);
  height:auto;
  object-fit:contain;
}

/* The Customizer preview must NOT force article content back to 100%. */
html.tln-mobile-preview .tl-single,
html.tln-mobile-preview .tl-single-header,
html.tln-mobile-preview .tl-entry{
  width:100%!important;
  max-width:var(--tl-article-content-width)!important;
  margin-left:0!important;
  margin-right:auto!important;
}

html.tln-mobile-preview .tl-single .tl-feature-image,
html.tln-mobile-preview .tl-single .tl-feature-image img{
  width:100%!important;
  max-width:var(--tl-article-image-width)!important;
  height:auto!important;
  object-fit:contain!important;
}

/* When the actual preview viewport is narrower than the target width,
 * the article naturally shrinks to fit the available space.
 */
@media (max-width:680px){
  :root{
    --tl-article-content-width:100%;
    --tl-article-image-width:100%;
  }
  main.tl-container .tl-single .tl-single-header,
  main.tl-container .tl-single .tl-toolbar,
  main.tl-container .tl-single .tl-entry,
  main.tl-container .tl-single .tl-feature-image,
  main.tl-container .tl-single .tl-baca-juga,
  main.tl-container .tl-single .tl-post-tags,
  html.tln-mobile-preview .tl-single,
  html.tln-mobile-preview .tl-single-header,
  html.tln-mobile-preview .tl-entry,
  html.tln-mobile-preview .tl-single .tl-feature-image,
  html.tln-mobile-preview .tl-single .tl-feature-image img{
    max-width:100%!important;
  }
}

/* 3.0.4 — ARTICLE TEXT FOLLOWS FEATURED IMAGE
 * Keep article text and the featured image on the exact same left/right edge.
 * The article/sidebar gap remains unchanged.
 */
:root{
  --tl-article-content-width:700px;
  --tl-article-image-width:700px;
}

/* The entry must use the same width as the featured image. */
main.tl-container .tl-single .tl-entry{
  width:var(--tl-article-content-width)!important;
  max-width:var(--tl-article-content-width)!important;
  margin-left:0!important;
  margin-right:auto!important;
}

/* Paragraphs, headings, lists, tables and media inside the article
 * should not create a wider visual edge than the article column.
 */
main.tl-container .tl-single .tl-entry > *,
main.tl-container .tl-single .tl-entry .wp-block-group,
main.tl-container .tl-single .tl-entry .wp-block-columns{
  max-width:100%;
}

main.tl-container .tl-single .tl-entry img,
main.tl-container .tl-single .tl-entry figure,
main.tl-container .tl-single .tl-entry iframe,
main.tl-container .tl-single .tl-entry table{
  max-width:100%;
}

html.tln-mobile-preview .tl-single .tl-entry{
  width:var(--tl-article-content-width)!important;
  max-width:var(--tl-article-content-width)!important;
  margin-left:0!important;
  margin-right:auto!important;
}

@media (max-width:680px){
  :root{
    --tl-article-content-width:100%;
    --tl-article-image-width:100%;
  }
  main.tl-container .tl-single .tl-entry,
  html.tln-mobile-preview .tl-single .tl-entry{
    width:100%!important;
    max-width:100%!important;
  }
}


/* =========================================================
   Tekno Lensa 3.0.5 — ARTICLE/SIDEBAR OVERFLOW FIX
   - Article content can never exceed its grid column.
   - Desktop Site on phones keeps article and sidebar in separate columns.
   - Paragraph text is justified without forcing the article wider.
   - Mobile rules remain unchanged.
   ========================================================= */
.tl-main-grid,
.tl-main-grid > .tl-single,
.tl-main-grid > .tl-sidebar,
.tl-main-grid > .tl-single > *{
  min-width:0;
}

/* The reading width is a maximum, not a fixed width. This is the key
   fix for Desktop Site on phones where the available main column is
   narrower than 700px. */
main.tl-container .tl-single .tl-single-header,
main.tl-container .tl-single .tl-toolbar,
main.tl-container .tl-single .tl-entry,
main.tl-container .tl-single .tl-feature-image,
main.tl-container .tl-single .tl-baca-juga,
main.tl-container .tl-single .tl-post-tags{
  width:min(100%, var(--tl-article-content-width))!important;
  max-width:100%!important;
  min-width:0;
  margin-left:0;
  margin-right:auto;
}

main.tl-container .tl-single .tl-entry{
  overflow-wrap:break-word;
  word-wrap:break-word;
  text-align:justify;
  text-justify:inter-word;
}

/* Keep every article child inside the actual article column. */
main.tl-container .tl-single .tl-entry > *,
main.tl-container .tl-single .tl-entry .wp-block-group,
main.tl-container .tl-single .tl-entry .wp-block-columns,
main.tl-container .tl-single .tl-entry .alignwide,
main.tl-container .tl-single .tl-entry .alignfull{
  max-width:100%;
  min-width:0;
}

main.tl-container .tl-single .tl-entry .alignwide,
main.tl-container .tl-single .tl-entry .alignfull{
  width:100%;
  margin-left:0;
  margin-right:0;
}

main.tl-container .tl-single .tl-entry img,
main.tl-container .tl-single .tl-entry video,
main.tl-container .tl-single .tl-entry iframe,
main.tl-container .tl-single .tl-entry embed,
main.tl-container .tl-single .tl-entry object,
main.tl-container .tl-single .tl-entry table,
main.tl-container .tl-single .tl-entry pre{
  max-width:100%;
}

/* Prevent long URLs/code from creating a new horizontal overflow. */
main.tl-container .tl-single .tl-entry a,
main.tl-container .tl-single .tl-entry code,
main.tl-container .tl-single .tl-entry pre{
  overflow-wrap:anywhere;
}

/* Sidebar stays inside its own grid track. */
main.tl-container .tl-main-grid > .tl-sidebar{
  width:100%;
  max-width:100%;
  overflow-x:hidden;
}

@media (max-width:680px){
  main.tl-container .tl-single .tl-single-header,
  main.tl-container .tl-single .tl-toolbar,
  main.tl-container .tl-single .tl-entry,
  main.tl-container .tl-single .tl-feature-image,
  main.tl-container .tl-single .tl-baca-juga,
  main.tl-container .tl-single .tl-post-tags{
    width:100%;
    max-width:100%;
  }

  main.tl-container .tl-single .tl-entry{
    text-align:left;
    text-justify:auto;
  }
}


/* =========================================================
   Tekno Lensa 3.0.6 — MOBILE ARTICLE CARD / READING BOX
   - Keeps the article in a clear card, matching the desktop reading area.
   - Adds consistent inner spacing on phones.
   - Keeps text aligned and contained inside the article box.
   - Sidebar remains a separate layout column on desktop.
   ========================================================= */
main.tl-container .tl-single{
  min-width:0;
  background:var(--tl-surface);
  border:1px solid var(--tl-border);
  border-radius:var(--tl-radius);
  box-shadow:0 4px 18px rgba(7,21,33,.05);
  padding:24px;
}

main.tl-container .tl-single .tl-single-header,
main.tl-container .tl-single .tl-toolbar,
main.tl-container .tl-single .tl-entry,
main.tl-container .tl-single .tl-feature-image,
main.tl-container .tl-single .tl-baca-juga,
main.tl-container .tl-single .tl-post-tags{
  width:min(100%,var(--tl-article-content-width));
  max-width:100%;
  min-width:0;
  margin-left:0;
  margin-right:auto;
}

main.tl-container .tl-single .tl-entry{
  text-align:justify;
  text-justify:inter-word;
  hyphens:auto;
}

@media (max-width:900px){
  main.tl-container .tl-single{
    padding:20px;
  }
}

@media (max-width:680px){
  main.tl-container .tl-single{
    width:100%;
    max-width:100%;
    padding:16px;
    border-radius:8px;
    box-shadow:0 3px 12px rgba(7,21,33,.05);
  }

  main.tl-container .tl-single .tl-single-header,
  main.tl-container .tl-single .tl-toolbar,
  main.tl-container .tl-single .tl-entry,
  main.tl-container .tl-single .tl-feature-image,
  main.tl-container .tl-single .tl-baca-juga,
  main.tl-container .tl-single .tl-post-tags{
    width:100%;
    max-width:100%;
  }

  main.tl-container .tl-single .tl-entry{
    text-align:justify;
    text-justify:inter-word;
    hyphens:auto;
    overflow-wrap:break-word;
    word-break:normal;
  }

  main.tl-container .tl-single .tl-entry p{
    margin-bottom:18px;
  }
}

@media (max-width:430px){
  main.tl-container .tl-single{
    padding:14px;
  }
}

/* Customizer mobile preview must show the same article box as the live site. */
html.tln-mobile-preview main.tl-container .tl-single{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  background:var(--tl-surface)!important;
  border:1px solid var(--tl-border)!important;
  border-radius:8px!important;
  padding:16px!important;
}

html.tln-mobile-preview main.tl-container .tl-single .tl-entry{
  width:100%!important;
  max-width:100%!important;
  text-align:justify!important;
  text-justify:inter-word!important;
  hyphens:auto!important;
}

/* =========================================================
   Tekno Lensa 3.0.8 — DARK MODE ARTICLE CARD FIX
   The article card uses --tl-surface, but dark mode changes the
   surface of specific components rather than the root variable.
   Explicitly theme the single-article card so its text remains
   readable in Dark Mode.
   ========================================================= */
html.tln-dark main.tl-container .tl-single{
  background:#0d1923!important;
  color:#e6edf3!important;
  border-color:#20303d!important;
  box-shadow:0 4px 18px rgba(0,0,0,.24);
}
html.tln-dark main.tl-container .tl-single h1,
html.tln-dark main.tl-container .tl-single h2,
html.tln-dark main.tl-container .tl-single h3,
html.tln-dark main.tl-container .tl-single h4,
html.tln-dark main.tl-container .tl-single p,
html.tln-dark main.tl-container .tl-single li,
html.tln-dark main.tl-container .tl-single strong,
html.tln-dark main.tl-container .tl-single em{
  color:#e6edf3;
}
html.tln-dark main.tl-container .tl-single a{
  color:var(--tl-brand);
}
html.tln-dark main.tl-container .tl-single a:hover{
  color:var(--tl-accent);
}
html.tln-dark main.tl-container .tl-single .tl-meta,
html.tln-dark main.tl-container .tl-single .tl-caption,
html.tln-dark main.tl-container .tl-single .tl-author-row{
  color:#9eacb8;
}
html.tln-dark main.tl-container .tl-single .tl-toolbar{
  border-color:#20303d;
}
/* Customizer preview uses the same dark-mode class, so keep it identical. */
html.tln-dark.tln-mobile-preview main.tl-container .tl-single{
  background:#0d1923!important;
  color:#e6edf3!important;
  border-color:#20303d!important;
}

/* =========================================================
   3.0.9 — SINGLE ARTICLE TARGET LAYOUT
   Target: outer article card fills only the left grid column;
   sidebar/grid width and gap are untouched. Inner article content
   keeps the 700px reading/image width shown in the reference.
   Also normalizes WordPress content figures so secondary images
   use the same left/right edges as the featured image.
   ========================================================= */
main.tl-container .tl-main-grid > .tl-single{
  width:100%;
  max-width:100%;
  min-width:0;
  padding:24px;
}

main.tl-container .tl-main-grid > .tl-single > .tl-single-header,
main.tl-container .tl-main-grid > .tl-single > .tl-toolbar,
main.tl-container .tl-main-grid > .tl-single > .tl-feature-image,
main.tl-container .tl-main-grid > .tl-single > .tl-entry,
main.tl-container .tl-main-grid > .tl-single > .tl-baca-juga,
main.tl-container .tl-main-grid > .tl-single > .tl-post-tags{
  width:min(100%,700px)!important;
  max-width:700px!important;
  min-width:0;
  margin-left:0;
  margin-right:auto;
}

main.tl-container .tl-main-grid > .tl-single > .tl-feature-image{
  display:block;
  margin-top:0;
  margin-bottom:6px;
}

main.tl-container .tl-main-grid > .tl-single > .tl-feature-image img{
  display:block;
  width:100%!important;
  max-width:100%!important;
  height:auto!important;
  object-fit:contain!important;
}

/* WordPress/Gutenberg images inside the article must not inherit
   the browser's default figure side margins. */
main.tl-container .tl-main-grid > .tl-single .tl-entry figure,
main.tl-container .tl-main-grid > .tl-single .tl-entry figure.wp-block-image,
main.tl-container .tl-main-grid > .tl-single .tl-entry .wp-block-image{
  width:100%!important;
  max-width:100%!important;
  margin-left:0!important;
  margin-right:0!important;
  box-sizing:border-box;
}

main.tl-container .tl-main-grid > .tl-single .tl-entry figure img,
main.tl-container .tl-main-grid > .tl-single .tl-entry .wp-block-image img,
main.tl-container .tl-main-grid > .tl-single .tl-entry > img{
  display:block;
  width:100%!important;
  max-width:100%!important;
  height:auto!important;
  margin-left:0!important;
  margin-right:0!important;
  object-fit:contain!important;
}

/* Keep article media from changing the left column/grid width. */
main.tl-container .tl-main-grid > .tl-single .tl-entry video,
main.tl-container .tl-main-grid > .tl-single .tl-entry iframe,
main.tl-container .tl-main-grid > .tl-single .tl-entry embed,
main.tl-container .tl-main-grid > .tl-single .tl-entry object,
main.tl-container .tl-main-grid > .tl-single .tl-entry table{
  max-width:100%!important;
}

@media (max-width:680px){
  main.tl-container .tl-main-grid > .tl-single{
    width:100%;
    max-width:100%;
    padding:16px;
  }

  main.tl-container .tl-main-grid > .tl-single > .tl-single-header,
  main.tl-container .tl-main-grid > .tl-single > .tl-toolbar,
  main.tl-container .tl-main-grid > .tl-single > .tl-feature-image,
  main.tl-container .tl-main-grid > .tl-single > .tl-entry,
  main.tl-container .tl-main-grid > .tl-single > .tl-baca-juga,
  main.tl-container .tl-main-grid > .tl-single > .tl-post-tags{
    width:100%!important;
    max-width:100%!important;
  }
}
