/* Domrenta Portal 1.3 — balanced editorial system */
:root{
  --dom-bg:#f5f6f3;
  --dom-surface:#ffffff;
  --dom-surface-2:#f0f2ee;
  --dom-text:#111512;
  --dom-muted:#727a74;
  --dom-soft:#99a09b;
  --dom-line:#e2e6e1;
  --dom-line-strong:#d7ddd7;
  --dom-dark:#171c18;
  --dom-radius:14px;
  --dom-radius-sm:10px;
  --dom-gap:24px;
  --dom-rail:260px;
  --dom-shadow:0 8px 28px rgba(21,29,24,.045);
  --dom-shadow-hover:0 14px 36px rgba(21,29,24,.085);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body.domrenta-portal{margin:0;background:var(--dom-bg);color:var(--dom-text);font-family:"Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
body.domrenta-portal::selection{background:rgba(49,88,74,.18)}
a{color:inherit;text-decoration:none}
a,button,input,textarea,select{font:inherit}
button{cursor:pointer}
img{display:block;max-width:100%;height:auto}
.dom-shell{width:min(calc(100% - 40px),var(--dom-max));margin-inline:auto}
.dom-site-content{min-height:62vh}

/* Header */
.dom-header{position:relative;z-index:100;background:#fff;border-bottom:1px solid var(--dom-line)}
.dom-header.is-sticky{position:sticky;top:0}
.admin-bar .dom-header.is-sticky{top:32px}
.dom-masthead-inner{height:78px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px}
.dom-logo{justify-self:start;display:inline-flex;align-items:center;font-size:31px;font-weight:950;letter-spacing:-.055em;line-height:1;color:#171b18}
.dom-logo>span>span,.dom-footer-logo span{color:var(--dom-accent)}
.dom-logo img{display:block;max-height:48px;width:auto}
.dom-masthead-note{justify-self:center;text-align:center;display:flex;flex-direction:column;gap:2px}
.dom-masthead-note b{font-size:12px;font-weight:800;letter-spacing:.01em}
.dom-masthead-note span{font-size:10px;color:var(--dom-soft);text-transform:uppercase;letter-spacing:.08em}
.dom-header-actions{justify-self:end;display:flex;align-items:center;gap:9px}
.dom-search-toggle,.dom-menu-toggle{border:1px solid var(--dom-line);background:#fff;color:#252b27;transition:.18s ease}
.dom-search-toggle{height:40px;padding:0 14px;border-radius:999px;display:flex;align-items:center;gap:8px}
.dom-search-toggle svg{width:17px;height:17px;stroke:currentColor}
.dom-search-toggle b{font-size:12px;font-weight:800}
.dom-search-toggle:hover,.dom-menu-toggle:hover{border-color:#bfc8c0;background:#f7f8f6}
.dom-menu-toggle{display:none;width:40px;height:40px;border-radius:50%;padding:10px}
.dom-menu-toggle span{display:block;width:18px;height:2px;background:currentColor;margin:4px auto;border-radius:2px}
.dom-nav-row{background:#fff;border-top:1px solid #f1f3f0}
.dom-nav-inner{height:47px;display:flex;align-items:center}
.dom-primary-nav{width:100%}
.dom-menu{display:flex;align-items:center;justify-content:center;gap:2px;list-style:none;margin:0;padding:0;white-space:nowrap}
.dom-menu li{position:relative;margin:0}
.dom-menu a{display:block;padding:14px 12px;font-size:12px;font-weight:800;color:#343a35;border-radius:8px;transition:.16s ease}
.dom-menu a:hover,.dom-menu .current-menu-item>a,.dom-menu .current-category-ancestor>a{color:var(--dom-accent);background:#f4f6f3}
.dom-menu .sub-menu{display:none;position:absolute;top:calc(100% + 7px);left:0;min-width:220px;padding:7px;margin:0;list-style:none;background:#fff;border:1px solid var(--dom-line);border-radius:12px;box-shadow:0 18px 50px rgba(16,23,18,.12);z-index:110}
.dom-menu li:hover>.sub-menu{display:block}
.dom-menu .sub-menu a{padding:10px 11px}
.dom-ticker{background:#fafbf9;border-bottom:1px solid var(--dom-line)}
.dom-ticker-inner{height:42px;display:flex;align-items:center;gap:16px;overflow:hidden}
.dom-ticker strong{flex:0 0 auto;padding:6px 9px;border-radius:6px;background:var(--dom-accent);color:#fff;font-size:9px;line-height:1;font-weight:950;letter-spacing:.1em}
.dom-ticker-track{display:flex;align-items:center;gap:27px;overflow:hidden;white-space:nowrap;mask-image:linear-gradient(to right,#000 92%,transparent)}
.dom-ticker-track a{position:relative;font-size:11.5px;font-weight:700;color:#525954}
.dom-ticker-track a:not(:last-child)::after{content:"";position:absolute;right:-15px;top:50%;width:3px;height:3px;border-radius:50%;background:#c3c9c3;transform:translateY(-50%)}
.dom-ticker-track a:hover{color:var(--dom-accent)}

/* Homepage: mathematically symmetric 1480px grid */
.dom-home{padding:24px 0 72px}
.dom-home-layout{display:grid;grid-template-columns:var(--dom-rail) minmax(0,1fr) var(--dom-rail);gap:var(--dom-gap);align-items:start}
.dom-home-center{min-width:0}
.dom-home-rail{min-width:0}
.dom-home-rail-inner.is-sticky{position:sticky;top:149px}
.admin-bar .dom-home-rail-inner.is-sticky{top:181px}

/* Side widgets */
.dom-rail-box,.dom-widget{background:#fff;border:1px solid var(--dom-line);border-radius:var(--dom-radius);padding:16px;margin:0 0 16px;box-shadow:var(--dom-shadow)}
.dom-rail-head{display:flex;align-items:flex-end;justify-content:space-between;gap:10px;padding-bottom:12px;border-bottom:1px solid var(--dom-line)}
.dom-rail-head h3,.widget-title{margin:0;font-size:16px;line-height:1.1;font-weight:900;letter-spacing:-.025em}
.dom-rail-head>span{font-size:8.5px;font-weight:950;letter-spacing:.12em;color:var(--dom-accent);text-transform:uppercase}
.widget-title{padding-bottom:12px;margin-bottom:1px;border-bottom:1px solid var(--dom-line)}
.dom-rail-list{display:flex;flex-direction:column}
.dom-rail-post{display:grid;grid-template-columns:1fr;gap:8px;padding:12px 0;border-bottom:1px solid #edf0ec}
.dom-rail-post:last-child{border-bottom:0;padding-bottom:1px}
.dom-rail-post.has-thumb{grid-template-columns:78px minmax(0,1fr);align-items:start}
.dom-rail-thumb{display:block;aspect-ratio:1.25;overflow:hidden;border-radius:8px;background:#ecefeb}
.dom-rail-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .25s ease}
.dom-rail-post:hover .dom-rail-thumb img{transform:scale(1.04)}
.dom-rail-copy h4{margin:4px 0 4px;font-size:12.5px;line-height:1.34;font-weight:800;letter-spacing:-.012em}
.dom-rail-copy h4 a:hover{color:var(--dom-accent)}
.dom-rail-number{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:8px;background:#f0f2ef;color:#7f8981;font-size:12px;font-weight:950}
.dom-rail-post:has(.dom-rail-number){grid-template-columns:34px 1fr;align-items:start}
.dom-cat{display:inline-flex;align-items:center;color:var(--dom-accent);font-size:8.5px;line-height:1;font-weight:950;text-transform:uppercase;letter-spacing:.09em}
.dom-cat:hover{opacity:.7}
.dom-meta{font-size:9.5px;color:var(--dom-soft)}
.dom-meta.light{color:rgba(255,255,255,.72)}
.dom-category-links{display:flex;flex-direction:column}
.dom-category-links a{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 0;border-bottom:1px solid #edf0ec;font-size:12px;font-weight:760}
.dom-category-links a:last-child{border-bottom:0;padding-bottom:1px}
.dom-category-links a:hover{color:var(--dom-accent)}
.dom-category-links b{min-width:27px;text-align:center;padding:3px 6px;border-radius:999px;background:#f0f2ef;color:#858d87;font-size:9.5px}
.dom-rail-accent{background:linear-gradient(180deg,#f6f9f6 0,#fff 100%)}

/* Main editorial stage */
.dom-main-stage,.dom-stream-section,.dom-topic-section{background:#fff;border:1px solid var(--dom-line);border-radius:var(--dom-radius);box-shadow:var(--dom-shadow)}
.dom-main-stage{padding:18px}
.dom-stage-head,.dom-section-titlebar{display:flex;align-items:flex-end;justify-content:space-between;gap:18px}
.dom-stage-head{padding:1px 1px 16px}
.dom-eyebrow{display:block;color:var(--dom-accent);font-size:8.5px;font-weight:950;letter-spacing:.13em;text-transform:uppercase}
.dom-stage-head h1,.dom-section-titlebar h2{margin:5px 0 0;font-size:25px;line-height:1;font-weight:930;letter-spacing:-.04em}
.dom-stage-date{font-size:10.5px;color:var(--dom-soft)}
.dom-feature-grid{display:grid;grid-template-columns:minmax(0,1.72fr) minmax(230px,.82fr);gap:12px}
.dom-feature-lead{position:relative;min-height:410px;overflow:hidden;border-radius:12px;background:#151a17;isolation:isolate}
.dom-feature-lead::after{content:"";position:absolute;inset:25% 0 0;background:linear-gradient(180deg,transparent,rgba(9,13,10,.3) 32%,rgba(9,13,10,.92) 100%);z-index:1}
.dom-feature-media,.dom-feature-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.dom-feature-media img{transition:transform .42s cubic-bezier(.2,.7,.2,1)}
.dom-feature-lead:hover .dom-feature-media img{transform:scale(1.025)}
.dom-feature-overlay{position:absolute;z-index:2;left:20px;right:20px;bottom:19px;color:#fff}
.dom-feature-overlay .dom-cat{padding:6px 8px;border-radius:999px;background:rgba(255,255,255,.94);color:#171c18}
.dom-feature-overlay h2{max-width:680px;margin:9px 0 7px;font-size:clamp(27px,2.2vw,39px);line-height:1.04;font-weight:930;letter-spacing:-.045em;text-wrap:balance}
.dom-feature-overlay h2 a:hover{opacity:.84}
.dom-feature-side{display:grid;grid-template-rows:1fr 1fr;gap:12px}
.dom-feature-small{overflow:hidden;border:1px solid var(--dom-line);border-radius:12px;background:#fff}
.dom-feature-small-media{display:block;aspect-ratio:16/9;background:#edf0ec;overflow:hidden}
.dom-feature-small-media img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}
.dom-feature-small:hover .dom-feature-small-media img{transform:scale(1.035)}
.dom-feature-small-copy{padding:11px 12px 12px}
.dom-feature-small-copy h3{margin:5px 0 5px;font-size:14px;line-height:1.27;font-weight:850;letter-spacing:-.02em}
.dom-feature-small-copy h3 a:hover{color:var(--dom-accent)}
.dom-feature-strip{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:12px}
.dom-feature-strip>article{display:grid;grid-template-columns:120px minmax(0,1fr);gap:11px;align-items:center;padding:9px;border:1px solid var(--dom-line);border-radius:11px;background:#fff}
.dom-feature-strip-media{display:block;aspect-ratio:1.45;overflow:hidden;border-radius:8px;background:#edf0ec}
.dom-feature-strip-media img{width:100%;height:100%;object-fit:cover}
.dom-feature-strip-copy h3{margin:4px 0 0;font-size:13.5px;line-height:1.27;font-weight:820;letter-spacing:-.015em}
.dom-feature-strip-copy h3 a:hover{color:var(--dom-accent)}

/* Stream */
.dom-stream-section,.dom-topic-section{margin-top:18px;padding:18px}
.dom-section-titlebar{padding:0 1px 14px;border-bottom:1px solid var(--dom-line)}
.dom-live-pill{display:inline-flex;align-items:center;gap:6px;color:#768078;font-size:9.5px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}
.dom-live-pill i{width:6px;height:6px;border-radius:50%;background:var(--dom-accent);box-shadow:0 0 0 4px rgba(49,88,74,.09)}
.dom-stream-list{display:flex;flex-direction:column}
.dom-stream-card{display:grid;grid-template-columns:190px minmax(0,1fr);gap:16px;padding:16px 0;border-bottom:1px solid #e9ece8;align-items:start}
.dom-stream-card:last-child{border-bottom:0;padding-bottom:0}
.dom-stream-media{display:block;aspect-ratio:1.48;overflow:hidden;border-radius:9px;background:#edf0ec}
.dom-stream-media img{width:100%;height:100%;object-fit:cover;transition:transform .28s ease}
.dom-stream-card:hover .dom-stream-media img{transform:scale(1.035)}
.dom-stream-meta{display:flex;align-items:center;gap:10px;margin-bottom:6px}
.dom-stream-meta>span{font-size:9.5px;color:var(--dom-soft)}
.dom-stream-copy h3{margin:0;font-size:20px;line-height:1.16;font-weight:880;letter-spacing:-.03em}
.dom-stream-copy h3 a:hover{color:var(--dom-accent)}
.dom-stream-copy p{margin:8px 0 0;color:#687069;font-size:12.5px;line-height:1.55}

/* Topic sections stay INSIDE centered middle column */
.dom-more-link{display:inline-flex;align-items:center;gap:7px;color:#707871;font-size:10.5px;font-weight:800}
.dom-more-link span{font-size:15px;line-height:1}
.dom-more-link:hover{color:var(--dom-accent);gap:10px}
.dom-topic-grid{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(300px,.88fr);gap:16px;padding-top:16px}
.dom-topic-lead{min-width:0}
.dom-topic-lead-media{display:block;aspect-ratio:1.55;overflow:hidden;border-radius:11px;background:#edf0ec}
.dom-topic-lead-media img{width:100%;height:100%;object-fit:cover;transition:transform .32s ease}
.dom-topic-lead:hover .dom-topic-lead-media img{transform:scale(1.025)}
.dom-topic-lead-copy{padding-top:11px}
.dom-topic-lead-copy h3{margin:6px 0 7px;font-size:22px;line-height:1.13;font-weight:900;letter-spacing:-.034em}
.dom-topic-lead-copy h3 a:hover{color:var(--dom-accent)}
.dom-topic-lead-copy p{margin:0;color:#6d756f;font-size:12px;line-height:1.55}
.dom-topic-list{display:flex;flex-direction:column}
.dom-topic-mini{display:grid;grid-template-columns:106px minmax(0,1fr);gap:11px;align-items:start;padding:0 0 12px;margin:0 0 12px;border-bottom:1px solid #e9ece8}
.dom-topic-mini:last-child{padding-bottom:0;margin-bottom:0;border-bottom:0}
.dom-topic-mini-media{display:block;aspect-ratio:1.4;overflow:hidden;border-radius:8px;background:#edf0ec}
.dom-topic-mini-media img{width:100%;height:100%;object-fit:cover}
.dom-topic-mini h3{margin:4px 0 0;font-size:13.5px;line-height:1.28;font-weight:830;letter-spacing:-.015em}
.dom-topic-mini h3 a:hover{color:var(--dom-accent)}

/* Ads */
.dom-ad{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:70px;margin:18px 0;padding:12px;background:#f1f3ef;border:1px dashed #d8ddd8;border-radius:11px;overflow:hidden}
.dom-ad-label{display:block;margin-bottom:7px;color:#9aa29b;font-size:8px;font-weight:850;letter-spacing:.12em}
.dom-ad.sidebar-ad{margin:0 0 16px;min-height:160px}
.dom-ad.in-article{margin:28px 0}

/* Generic cards / archive */
.dom-card{overflow:hidden;background:#fff;border:1px solid var(--dom-line);border-radius:12px;transition:.2s ease}
.dom-card:hover{transform:translateY(-2px);box-shadow:var(--dom-shadow-hover)}
.dom-card-media{display:block;aspect-ratio:1.48;background:#edf0ec;overflow:hidden}
.dom-card-media img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}
.dom-card:hover .dom-card-media img{transform:scale(1.035)}
.dom-card-body{padding:13px}
.dom-card-body h3{margin:6px 0 7px;font-size:16px;line-height:1.25;font-weight:850;letter-spacing:-.022em}
.dom-card-body h3 a:hover{color:var(--dom-accent)}
.dom-placeholder{display:block;width:100%;height:100%;background:linear-gradient(135deg,#edf0ec,#e5e9e5)}
.dom-archive-wrap,.dom-page-wrap,.dom-single-shell{padding:24px 0 70px}
.dom-section-head{display:flex;align-items:flex-end;justify-content:space-between;padding:26px 28px;margin-bottom:18px;background:#fff;border:1px solid var(--dom-line);border-radius:14px}
.dom-section-head span{display:block;color:var(--dom-accent);font-size:9px;font-weight:950;letter-spacing:.13em}
.dom-section-head h1,.dom-section-head h2{margin:6px 0 0;font-size:36px;line-height:1;font-weight:930;letter-spacing:-.045em}
.dom-archive-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.dom-pagination{display:flex;justify-content:center;margin-top:28px}
.dom-pagination .nav-links{display:flex;gap:6px;align-items:center}
.dom-pagination .page-numbers{display:flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 12px;border:1px solid var(--dom-line);border-radius:9px;background:#fff;font-size:12px;font-weight:800}
.dom-pagination .page-numbers.current,.dom-pagination .page-numbers:hover{background:var(--dom-dark);border-color:var(--dom-dark);color:#fff}
.dom-breadcrumbs{display:flex;align-items:center;gap:7px;overflow:hidden;white-space:nowrap;margin-bottom:14px;color:#8a928c;font-size:10.5px}
.dom-breadcrumbs a:hover{color:var(--dom-accent)}
.dom-breadcrumbs>span:last-child{overflow:hidden;text-overflow:ellipsis}

/* Single article */
.dom-single-shell{max-width:var(--dom-max)}
.dom-single-layout{display:grid;grid-template-columns:minmax(0,920px) 300px;gap:30px;justify-content:center;align-items:start}
.dom-article{min-width:0}
.dom-article-header{padding:2px 0 22px}
.dom-article-header h1{max-width:900px;margin:10px 0 14px;font-size:clamp(38px,4vw,56px);line-height:1.02;font-weight:930;letter-spacing:-.052em;text-wrap:balance}
.dom-article-meta{display:flex;flex-wrap:wrap;align-items:center;gap:7px 16px;color:#7f8881;font-size:11px}
.dom-article-meta span{position:relative}
.dom-article-meta span:not(:last-child)::after{content:"";position:absolute;right:-9px;top:50%;width:3px;height:3px;border-radius:50%;background:#c1c7c1;transform:translateY(-50%)}
.dom-article-header>.dom-share{margin-top:17px}
.dom-featured{margin:0 0 24px;border-radius:14px;overflow:hidden;background:#edf0ec}
.dom-featured img{width:100%;height:auto}
.dom-featured figcaption{padding:8px 11px;background:#f1f3ef;color:#8a928b;font-size:10px}
.dom-entry-content{max-width:var(--dom-article);margin:0 auto;padding:0 8px;color:#232824;font-family:"Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:20px;line-height:1.72}
.dom-entry-content>*:first-child{margin-top:0}
.dom-entry-content p{margin:0 0 1.25em}
.dom-entry-content h2,.dom-entry-content h3,.dom-entry-content h4{font-family:"Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#171b18;line-height:1.12;letter-spacing:-.035em}
.dom-entry-content h2{margin:1.55em 0 .65em;font-size:33px;font-weight:900}
.dom-entry-content h3{margin:1.45em 0 .6em;font-size:26px;font-weight:880}
.dom-entry-content h4{font-size:21px;font-weight:850}
.dom-entry-content a{color:var(--dom-accent);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}
.dom-entry-content blockquote{margin:1.5em 0;padding:4px 0 4px 20px;border-left:4px solid var(--dom-accent);font-size:1.12em;line-height:1.55;font-style:italic;color:#374039}
.dom-entry-content ul,.dom-entry-content ol{padding-left:1.3em;margin:0 0 1.25em}
.dom-entry-content li{margin:.35em 0}
.dom-entry-content img{border-radius:10px}
.dom-entry-content table{width:100%;border-collapse:collapse;margin:1.5em 0;font-family:"Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:14px}
.dom-entry-content th,.dom-entry-content td{padding:11px 12px;border:1px solid var(--dom-line);text-align:left}
.dom-entry-content th{background:#f1f3ef;font-weight:850}
.dom-share{display:flex;align-items:center;gap:7px}
.dom-share a,.dom-share button{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border:1px solid var(--dom-line);border-radius:50%;background:#fff;color:#2d342f;padding:10px}
.dom-share svg{width:17px;height:17px;fill:currentColor}
.dom-share a:hover,.dom-share button:hover{background:var(--dom-dark);border-color:var(--dom-dark);color:#fff}
.dom-tags{max-width:var(--dom-article);margin:30px auto 20px;display:flex;flex-wrap:wrap;gap:7px;align-items:center;font-family:"Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:11px}
.dom-tags strong{margin-right:4px}
.dom-tags a{padding:7px 9px;border-radius:999px;background:#eef1ed;color:#4d554f;font-weight:750}
.dom-article>.dom-share{max-width:var(--dom-article);margin:20px auto 0}
.dom-author-box{max-width:var(--dom-article);margin:30px auto 0;padding:18px;display:grid;grid-template-columns:68px 1fr;gap:15px;align-items:center;background:#fff;border:1px solid var(--dom-line);border-radius:13px}
.dom-author-box img{width:68px;height:68px;border-radius:50%}
.dom-author-box span{display:block;margin-bottom:3px;color:var(--dom-accent);font-size:8px;font-weight:950;letter-spacing:.12em}
.dom-author-box h3{margin:0 0 5px;font-size:17px;font-weight:900}
.dom-author-box p{margin:0;color:#747d76;font-size:12px;line-height:1.5}
.dom-related{max-width:var(--dom-article);margin:34px auto 0}
.dom-related .dom-section-head{padding:0 0 13px;margin-bottom:14px;border:0;border-bottom:1px solid var(--dom-line);border-radius:0;background:transparent}
.dom-related .dom-section-head h2{font-size:26px}
.dom-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.dom-single-sidebar.sticky{position:sticky;top:149px}
.admin-bar .dom-single-sidebar.sticky{top:181px}
.dom-popular-item{display:grid;grid-template-columns:34px 1fr;gap:8px;padding:12px 0;border-bottom:1px solid #edf0ec}
.dom-popular-item:last-child{border-bottom:0;padding-bottom:0}
.dom-popular-item>span{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:8px;background:#eef1ed;color:#7f8881;font-size:12px;font-weight:950}
.dom-popular-item h3{margin:1px 0 0;font-size:12.5px;line-height:1.32;font-weight:820}
.dom-popular-item h3 a:hover{color:var(--dom-accent)}
.dom-mobile-share{display:none}

/* Page / 404 */
.dom-page{max-width:920px;margin:0 auto;padding:34px 42px;background:#fff;border:1px solid var(--dom-line);border-radius:14px}
.dom-page>h1{margin:0 0 24px;font-size:42px;line-height:1.04;font-weight:930;letter-spacing:-.045em}
.dom-404{padding:90px 20px 120px;text-align:center}
.dom-404 strong{display:block;color:var(--dom-accent);font-size:80px;line-height:1;font-weight:950;letter-spacing:-.06em}
.dom-404 h1{margin:12px 0 8px;font-size:36px;letter-spacing:-.04em}
.dom-404 p{margin:0 0 22px;color:#737c75}
.dom-btn{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border-radius:9px;background:var(--dom-dark);color:#fff;font-size:12px;font-weight:850}

/* Search modal */
.dom-search-modal{position:fixed;inset:0;display:flex;align-items:flex-start;justify-content:center;padding:10vh 20px;background:rgba(14,18,15,.55);backdrop-filter:blur(8px);opacity:0;visibility:hidden;transition:.2s ease;z-index:9999}
.dom-search-modal.open{opacity:1;visibility:visible}
.dom-search-box{position:relative;width:min(620px,100%);padding:28px;background:#fff;border:1px solid var(--dom-line);border-radius:16px;box-shadow:0 28px 80px rgba(10,15,11,.22)}
.dom-search-box h2{margin:0 0 18px;font-size:28px;letter-spacing:-.04em}
.dom-search-close{position:absolute;right:14px;top:12px;width:36px;height:36px;border:0;border-radius:50%;background:#f0f2ef;font-size:25px;line-height:1;color:#505852}
.dom-search-form{display:grid;grid-template-columns:1fr auto;gap:8px}
.dom-search-form input{height:48px;padding:0 14px;border:1px solid var(--dom-line-strong);border-radius:9px;outline:0;background:#fff}
.dom-search-form input:focus{border-color:var(--dom-accent);box-shadow:0 0 0 3px rgba(49,88,74,.09)}
.dom-search-form button{padding:0 17px;border:0;border-radius:9px;background:var(--dom-dark);color:#fff;font-size:12px;font-weight:850}

/* Footer */
.dom-footer{margin-top:0;background:#141914;color:#fff}
.dom-footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:70px;padding:54px 0 42px}
.dom-footer-logo{font-size:27px;font-weight:950;letter-spacing:-.05em}
.dom-footer p{max-width:410px;color:#aeb6af;font-size:12px;line-height:1.65}
.dom-footer h4{margin:0 0 14px;font-size:12px;font-weight:900;letter-spacing:.03em}
.dom-footer .dom-menu,.dom-footer ul{display:flex;flex-direction:column;align-items:flex-start;gap:5px;list-style:none;margin:0;padding:0;white-space:normal}
.dom-footer .dom-menu a,.dom-footer li a{padding:4px 0;background:none!important;color:#aeb6af;font-size:11.5px;font-weight:700}
.dom-footer .dom-menu a:hover,.dom-footer li a:hover{color:#fff}
.dom-social-links{display:flex;gap:12px;margin-top:14px}
.dom-social-links a{color:#aeb6af;font-size:11.5px;font-weight:750}
.dom-social-links a:hover{color:#fff}
.dom-copyright{height:58px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid rgba(255,255,255,.1);color:#8c958e;font-size:10px}
.dom-to-top{width:36px;height:36px;border:1px solid rgba(255,255,255,.14);border-radius:50%;background:transparent;color:#fff}
.dom-to-top:hover{background:#fff;color:#151a16}

/* WP widget basics */
.dom-widget ul{list-style:none;margin:0;padding:0}
.dom-widget li{padding:9px 0;border-bottom:1px solid #edf0ec;font-size:12px}
.dom-widget li:last-child{border-bottom:0}
.dom-widget input,.dom-widget select{max-width:100%;height:40px;border:1px solid var(--dom-line);border-radius:8px;padding:0 10px}

/* Responsive */
@media(max-width:1320px){
  :root{--dom-rail:238px;--dom-gap:20px}
  .dom-shell{width:min(calc(100% - 32px),var(--dom-max))}
  .dom-home-layout{grid-template-columns:var(--dom-rail) minmax(0,1fr) var(--dom-rail)}
  .dom-feature-grid{grid-template-columns:minmax(0,1.6fr) minmax(215px,.8fr)}
  .dom-feature-lead{min-height:380px}
  .dom-topic-grid{grid-template-columns:minmax(0,1fr) 320px}
  .dom-archive-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:1120px){
  .dom-home-layout{grid-template-columns:minmax(0,1fr) 260px}
  .dom-home-left{display:none}
  .dom-masthead-note{display:none}
  .dom-masthead-inner{grid-template-columns:1fr auto}
  .dom-logo{justify-self:start}.dom-header-actions{justify-self:end}
  .dom-feature-grid{grid-template-columns:minmax(0,1.48fr) minmax(210px,.72fr)}
  .dom-topic-grid{grid-template-columns:1fr 300px}
  .dom-single-layout{grid-template-columns:minmax(0,1fr) 280px;gap:22px}
}
@media(max-width:860px){
  .admin-bar .dom-header.is-sticky{top:46px}
  .dom-shell{width:min(calc(100% - 22px),var(--dom-max))}
  .dom-masthead-inner{height:66px;gap:12px}
  .dom-logo{font-size:27px}.dom-logo img{max-height:40px}
  .dom-search-toggle{width:40px;height:40px;padding:0;justify-content:center}.dom-search-toggle b{display:none}
  .dom-menu-toggle{display:block}
  .dom-nav-row{position:relative;border-top:0}
  .dom-nav-inner{height:0}
  .dom-primary-nav{display:none;position:absolute;top:7px;left:11px;right:11px;padding:7px;background:#fff;border:1px solid var(--dom-line);border-radius:13px;box-shadow:0 20px 60px rgba(14,21,16,.17);z-index:120}
  .dom-primary-nav.open{display:block}
  .dom-menu{display:flex;flex-direction:column;align-items:stretch;white-space:normal}
  .dom-menu a{padding:11px 12px;font-size:12.5px}
  .dom-menu .sub-menu{position:static;display:block!important;min-width:0;margin:0 0 4px 12px;padding:0 0 0 8px;border:0;border-left:2px solid var(--dom-line);border-radius:0;box-shadow:none}
  .dom-ticker-inner{height:39px}.dom-ticker-track{gap:25px}
  .dom-home{padding-top:13px}
  .dom-home-layout{display:block}
  .dom-home-right{margin-top:18px}
  .dom-home-rail-inner.is-sticky,.dom-single-sidebar.sticky{position:static}
  .dom-main-stage,.dom-stream-section,.dom-topic-section{border-radius:12px}
  .dom-feature-grid{grid-template-columns:1fr}
  .dom-feature-lead{min-height:420px}
  .dom-feature-side{grid-template-columns:1fr 1fr;grid-template-rows:auto}
  .dom-feature-strip{grid-template-columns:1fr 1fr}
  .dom-stream-card{grid-template-columns:170px minmax(0,1fr)}
  .dom-topic-grid{grid-template-columns:1fr}
  .dom-topic-list{display:grid;grid-template-columns:1fr 1fr;gap:12px}
  .dom-topic-mini{grid-template-columns:105px minmax(0,1fr);margin:0;padding:0;border:0}
  .dom-archive-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .dom-single-layout{display:block}
  .dom-single-sidebar{margin-top:24px}
  .dom-article-header h1{font-size:clamp(34px,7vw,48px)}
  .dom-entry-content{padding:0;font-size:19px}
  .dom-mobile-share{display:block;position:fixed;left:50%;bottom:12px;transform:translateX(-50%);z-index:80;padding:6px;border:1px solid var(--dom-line);border-radius:999px;background:rgba(255,255,255,.96);box-shadow:0 10px 35px rgba(20,28,22,.16);backdrop-filter:blur(12px)}
  .dom-mobile-share .dom-share{gap:3px}.dom-mobile-share .dom-share a,.dom-mobile-share .dom-share button{width:35px;height:35px;border:0}
  .dom-footer-grid{grid-template-columns:1fr 1fr;gap:34px}.dom-footer-grid>div:first-child{grid-column:1/-1}
}
@media(max-width:620px){
  .dom-shell{width:min(calc(100% - 18px),var(--dom-max))}
  .dom-ticker strong{display:none}
  .dom-home{padding-bottom:50px}
  .dom-main-stage,.dom-stream-section,.dom-topic-section{padding:13px}
  .dom-stage-head,.dom-section-titlebar{padding-bottom:12px}
  .dom-stage-head h1,.dom-section-titlebar h2{font-size:22px}
  .dom-stage-date,.dom-live-pill{display:none}
  .dom-feature-lead{min-height:350px}
  .dom-feature-overlay{left:15px;right:15px;bottom:15px}
  .dom-feature-overlay h2{font-size:28px}
  .dom-feature-side{display:block}
  .dom-feature-small{display:grid;grid-template-columns:128px 1fr;margin-top:10px}
  .dom-feature-small-media{height:100%;aspect-ratio:auto}
  .dom-feature-strip{display:block}
  .dom-feature-strip>article{grid-template-columns:108px 1fr;margin-top:10px}
  .dom-stream-card{grid-template-columns:118px minmax(0,1fr);gap:11px;padding:13px 0}
  .dom-stream-copy h3{font-size:16px;line-height:1.2}
  .dom-stream-copy p{display:none}
  .dom-topic-lead-copy h3{font-size:20px}
  .dom-topic-lead-copy p{display:none}
  .dom-topic-list{display:block}
  .dom-topic-mini{grid-template-columns:105px 1fr;padding:11px 0;margin:0;border-bottom:1px solid #e9ece8}
  .dom-topic-mini:last-child{border-bottom:0}
  .dom-archive-wrap,.dom-page-wrap,.dom-single-shell{padding-top:15px}
  .dom-section-head{padding:20px;margin-bottom:12px}.dom-section-head h1,.dom-section-head h2{font-size:30px}
  .dom-archive-grid{grid-template-columns:1fr;gap:12px}
  .dom-archive-grid .dom-card{display:grid;grid-template-columns:125px minmax(0,1fr)}
  .dom-archive-grid .dom-card-media{height:100%;aspect-ratio:auto}
  .dom-card-body h3{font-size:14px}
  .dom-article-header{padding-bottom:17px}.dom-article-header h1{margin-top:8px;font-size:34px;line-height:1.04}
  .dom-featured{border-radius:10px}
  .dom-entry-content{font-size:18px;line-height:1.68}.dom-entry-content h2{font-size:28px}.dom-entry-content h3{font-size:23px}
  .dom-card-grid{grid-template-columns:1fr}
  .dom-author-box{grid-template-columns:54px 1fr;padding:14px}.dom-author-box img{width:54px;height:54px}
  .dom-page{padding:24px 20px}.dom-page>h1{font-size:34px}
  .dom-search-box{padding:22px 16px}.dom-search-form{grid-template-columns:1fr}.dom-search-form button{height:44px}
  .dom-footer-grid{grid-template-columns:1fr;gap:28px;padding:40px 0 32px}.dom-footer-grid>div:first-child{grid-column:auto}
}

/* ========================================================================
   DOMRENTA 1.4 — 2026 EDITORIAL UI LAYER
   Preserves the 1480 / 260-912-260 information architecture while replacing
   the flat divider-heavy skin with a modern soft-surface editorial system.
   ======================================================================== */
:root{
  --dom-bg:#f3f5f2;
  --dom-surface:#ffffff;
  --dom-surface-2:#f7f9f7;
  --dom-surface-3:#eef3ef;
  --dom-text:#101512;
  --dom-muted:#647068;
  --dom-soft:#8e9991;
  --dom-line:rgba(26,43,33,.085);
  --dom-line-strong:rgba(26,43,33,.14);
  --dom-dark:#101713;
  --dom-radius:20px;
  --dom-radius-sm:14px;
  --dom-shadow:0 1px 2px rgba(14,28,19,.025),0 12px 34px rgba(14,28,19,.055);
  --dom-shadow-hover:0 2px 4px rgba(14,28,19,.035),0 22px 52px rgba(14,28,19,.11);
  --dom-shadow-deep:0 32px 70px rgba(12,25,17,.17);
  --dom-transition:cubic-bezier(.2,.75,.25,1);
}

body.domrenta-portal{
  background:
    radial-gradient(1000px 420px at 50% -120px,rgba(49,88,74,.085),transparent 66%),
    linear-gradient(180deg,#f7f9f6 0,#f2f4f1 580px,#f5f6f4 100%);
  background-attachment:fixed;
  color:var(--dom-text);
  font-family:"Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-feature-settings:"kern" 1,"liga" 1,"calt" 1;
}
body.domrenta-portal::before{
  content:"";position:fixed;inset:0;pointer-events:none;z-index:-1;opacity:.32;
  background-image:linear-gradient(rgba(18,38,26,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(18,38,26,.018) 1px,transparent 1px);
  background-size:48px 48px;
  mask-image:linear-gradient(to bottom,#000,transparent 72%);
}

/* Header / navigation */
.dom-header{
  background:rgba(252,253,251,.86);
  border-bottom:1px solid rgba(23,43,31,.07);
  box-shadow:0 1px 0 rgba(255,255,255,.8),0 10px 32px rgba(15,29,20,.035);
  backdrop-filter:saturate(150%) blur(18px);
  -webkit-backdrop-filter:saturate(150%) blur(18px);
}
.dom-masthead-inner{height:84px}
.dom-logo{font-size:33px;letter-spacing:-.062em;color:#111713}
.dom-logo>span{position:relative}
.dom-logo>span:after{content:"";position:absolute;left:1px;bottom:-9px;width:28px;height:4px;border-radius:999px;background:linear-gradient(90deg,var(--dom-accent),color-mix(in srgb,var(--dom-accent) 30%,#9ed6ba));box-shadow:0 4px 10px color-mix(in srgb,var(--dom-accent) 22%,transparent)}
.dom-masthead-note{
  min-width:225px;padding:9px 16px;border:1px solid rgba(24,47,33,.075);border-radius:999px;
  background:rgba(255,255,255,.78);box-shadow:0 8px 24px rgba(17,35,23,.045);backdrop-filter:blur(10px)
}
.dom-masthead-note b{font-size:11.5px;font-weight:850;letter-spacing:-.01em}
.dom-masthead-note span{font-size:9px;color:#929c95;letter-spacing:.12em}
.dom-header-actions{gap:8px}
.dom-search-toggle,.dom-menu-toggle{
  border:1px solid rgba(24,47,33,.09);background:rgba(255,255,255,.9);box-shadow:0 7px 22px rgba(17,35,23,.045)
}
.dom-search-toggle{height:42px;padding:0 16px}
.dom-search-toggle:hover,.dom-menu-toggle:hover{border-color:rgba(49,88,74,.22);background:#fff;box-shadow:0 10px 28px rgba(17,35,23,.085);transform:translateY(-1px)}
.dom-search-toggle,.dom-menu-toggle,.dom-menu a,.dom-more-link,.dom-btn,.dom-share a,.dom-share button{transition:all .22s var(--dom-transition)}
.dom-nav-row{background:rgba(255,255,255,.58);border-top:1px solid rgba(23,43,31,.055)}
.dom-nav-inner{height:54px}
.dom-menu{gap:5px}
.dom-menu a{padding:9px 13px;border-radius:999px;font-size:12px;font-weight:780;color:#3a433d}
.dom-menu a:hover,.dom-menu .current-menu-item>a,.dom-menu .current-category-ancestor>a{
  color:#153426;background:color-mix(in srgb,var(--dom-accent) 11%,#fff);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--dom-accent) 8%,transparent)
}
.dom-menu .sub-menu{top:calc(100% + 10px);padding:9px;border-color:rgba(24,47,33,.08);border-radius:18px;box-shadow:0 28px 70px rgba(13,27,18,.16);backdrop-filter:blur(18px)}
.dom-menu .sub-menu a{border-radius:10px;padding:10px 12px}
.dom-ticker{background:rgba(247,249,246,.82);border-bottom:1px solid rgba(23,43,31,.065);backdrop-filter:blur(12px)}
.dom-ticker-inner{height:46px;gap:18px}
.dom-ticker strong{padding:7px 10px;border-radius:999px;background:linear-gradient(135deg,var(--dom-accent),color-mix(in srgb,var(--dom-accent) 72%,#101713));box-shadow:0 8px 20px color-mix(in srgb,var(--dom-accent) 18%,transparent)}
.dom-ticker-track a{font-size:11.5px;color:#4d5850;transition:color .18s ease}

/* Homepage / layout spacing */
.dom-home{padding:30px 0 82px}
.dom-home-layout{gap:24px}
.dom-home-center{display:flex;flex-direction:column;gap:20px}
.dom-home-center>.dom-ad,.dom-home-center>.dom-stream-section,.dom-home-center>.dom-topic-section{margin-top:0}
.dom-home-rail-inner{display:flex;flex-direction:column;gap:18px}
.dom-home-rail-inner>.dom-rail-box,.dom-home-rail-inner>.dom-widget,.dom-home-rail-inner>.dom-ad{margin:0}

/* Shared modern surfaces */
.dom-rail-box,.dom-widget,.dom-main-stage,.dom-stream-section,.dom-topic-section,.dom-section-head,.dom-card,.dom-page,.dom-author-box{
  border:1px solid rgba(22,42,29,.075);
  box-shadow:var(--dom-shadow);
}
.dom-rail-box,.dom-widget{
  position:relative;overflow:hidden;padding:17px;border-radius:20px;background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(252,253,252,.96));
}
.dom-rail-box:before,.dom-widget:before{
  content:"";position:absolute;inset:0 0 auto;height:3px;background:linear-gradient(90deg,var(--dom-accent),color-mix(in srgb,var(--dom-accent) 18%,transparent),transparent 78%);opacity:.7
}
.dom-rail-accent{
  background:
    radial-gradient(320px 140px at 10% 0,color-mix(in srgb,var(--dom-accent) 10%,transparent),transparent 72%),
    linear-gradient(180deg,#fbfdfb,#fff)
}
.dom-rail-head{align-items:center;padding:1px 0 14px;border:0}
.dom-rail-head h3,.widget-title{font-size:17px;font-weight:900;letter-spacing:-.035em}
.dom-rail-head>span{
  order:2;padding:5px 8px;border-radius:999px;background:color-mix(in srgb,var(--dom-accent) 9%,#fff);color:var(--dom-accent);font-size:8px;letter-spacing:.11em
}
.widget-title{position:relative;padding:0 0 14px;margin:0;border:0}
.widget-title:after{content:"";display:block;width:38px;height:3px;margin-top:10px;border-radius:99px;background:var(--dom-accent)}
.dom-rail-list{gap:4px}
.dom-rail-post{position:relative;padding:10px;border:0;border-radius:13px;transition:background .2s ease,transform .2s var(--dom-transition)}
.dom-rail-post:hover{background:#f4f7f4;transform:translateX(2px)}
.dom-rail-post.has-thumb{grid-template-columns:82px minmax(0,1fr);gap:10px}
.dom-rail-thumb{border-radius:11px;box-shadow:0 7px 18px rgba(14,28,19,.08)}
.dom-rail-thumb:after,.dom-stream-media:after,.dom-topic-mini-media:after,.dom-topic-lead-media:after,.dom-feature-small-media:after,.dom-feature-strip-media:after,.dom-card-media:after{content:"";position:absolute;inset:0;border-radius:inherit;box-shadow:inset 0 0 0 1px rgba(255,255,255,.18);pointer-events:none}
.dom-rail-thumb,.dom-stream-media,.dom-topic-mini-media,.dom-topic-lead-media,.dom-feature-small-media,.dom-feature-strip-media,.dom-card-media{position:relative}
.dom-rail-copy h4{margin:4px 0 5px;font-size:12.8px;line-height:1.31;font-weight:790;letter-spacing:-.018em}
.dom-rail-number{width:32px;height:32px;border-radius:11px;background:linear-gradient(145deg,#eef3ef,#f8faf8);color:#536159;box-shadow:inset 0 0 0 1px rgba(24,48,33,.06);font-size:11px}
.dom-cat{position:relative;gap:5px;font-size:8.5px;font-weight:900;letter-spacing:.1em}
.dom-cat:before{content:"";width:5px;height:5px;border-radius:50%;background:currentColor;box-shadow:0 0 0 3px color-mix(in srgb,currentColor 10%,transparent)}
.dom-feature-overlay .dom-cat:before{display:none}
.dom-category-links{gap:5px}
.dom-category-links a{padding:9px 10px;border:0;border-radius:11px;font-size:12px;transition:all .18s ease}
.dom-category-links a:hover{background:#f3f6f3;color:#1a3f2f;transform:translateX(2px)}
.dom-category-links b{background:#eef3ef;color:#6f7a73;box-shadow:inset 0 0 0 1px rgba(24,48,33,.045)}

/* Central editorial surfaces */
.dom-main-stage,.dom-stream-section,.dom-topic-section{
  position:relative;overflow:hidden;border-radius:24px;background:rgba(255,255,255,.96);box-shadow:0 1px 2px rgba(13,25,17,.025),0 18px 48px rgba(13,25,17,.065)
}
.dom-main-stage:before,.dom-stream-section:before,.dom-topic-section:before{
  content:"";position:absolute;left:0;right:0;top:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.95),transparent);z-index:2
}
.dom-main-stage{padding:22px}
.dom-stage-head,.dom-section-titlebar{align-items:center}
.dom-stage-head{padding:0 2px 20px}
.dom-eyebrow{display:inline-flex;align-items:center;gap:7px;font-size:9px;font-weight:900;letter-spacing:.14em}
.dom-eyebrow:before{content:"";width:18px;height:2px;border-radius:99px;background:linear-gradient(90deg,var(--dom-accent),color-mix(in srgb,var(--dom-accent) 25%,transparent))}
.dom-stage-head h1,.dom-section-titlebar h2{margin-top:7px;font-size:27px;font-weight:920;letter-spacing:-.05em}
.dom-stage-date{padding:7px 10px;border:1px solid rgba(23,45,31,.07);border-radius:999px;background:#f7f9f7;color:#7c8880;font-size:10px}

/* Hero / bento */
.dom-feature-grid{gap:14px;grid-template-columns:minmax(0,1.68fr) minmax(240px,.82fr)}
.dom-feature-lead{min-height:440px;border-radius:19px;box-shadow:var(--dom-shadow-deep);transform:translateZ(0)}
.dom-feature-lead::before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(120deg,rgba(10,18,13,.18),transparent 50%);pointer-events:none}
.dom-feature-lead::after{inset:18% 0 0;background:linear-gradient(180deg,transparent,rgba(8,14,10,.26) 28%,rgba(8,14,10,.92) 100%)}
.dom-feature-media img{transition:transform .65s var(--dom-transition),filter .65s var(--dom-transition)}
.dom-feature-lead:hover .dom-feature-media img{transform:scale(1.045);filter:saturate(1.04) contrast(1.02)}
.dom-feature-overlay{left:24px;right:24px;bottom:23px}
.dom-feature-overlay .dom-cat{padding:7px 10px;border:1px solid rgba(255,255,255,.48);background:rgba(255,255,255,.88);backdrop-filter:blur(14px);box-shadow:0 7px 18px rgba(0,0,0,.12);font-size:8px}
.dom-feature-overlay h2{margin:11px 0 9px;font-size:clamp(29px,2.35vw,42px);font-weight:920;line-height:1.015;letter-spacing:-.052em;text-shadow:0 2px 18px rgba(0,0,0,.2)}
.dom-feature-side{gap:14px}
.dom-feature-small{
  border:0;border-radius:17px;background:#fff;box-shadow:inset 0 0 0 1px rgba(22,42,29,.075),0 10px 28px rgba(14,28,19,.055);transition:transform .25s var(--dom-transition),box-shadow .25s ease
}
.dom-feature-small:hover{transform:translateY(-3px);box-shadow:inset 0 0 0 1px rgba(22,42,29,.07),0 18px 38px rgba(14,28,19,.1)}
.dom-feature-small-media{border-radius:17px 17px 12px 12px}
.dom-feature-small-copy{padding:12px 14px 14px}
.dom-feature-small-copy h3{font-size:14.5px;line-height:1.24;font-weight:830;letter-spacing:-.024em}
.dom-feature-strip{gap:14px;margin-top:14px}
.dom-feature-strip>article{
  grid-template-columns:126px minmax(0,1fr);gap:12px;padding:10px;border:0;border-radius:15px;background:#f7f9f7;box-shadow:inset 0 0 0 1px rgba(24,47,33,.055);transition:all .22s var(--dom-transition)
}
.dom-feature-strip>article:hover{background:#f2f6f2;transform:translateY(-2px);box-shadow:inset 0 0 0 1px rgba(24,47,33,.07),0 12px 24px rgba(15,30,20,.06)}
.dom-feature-strip-media{border-radius:11px}
.dom-feature-strip-copy h3{font-size:13.8px;font-weight:810}

/* Stream */
.dom-stream-section,.dom-topic-section{padding:22px}
.dom-section-titlebar{padding:0 2px 18px;border:0;position:relative}
.dom-section-titlebar:after{content:"";position:absolute;left:2px;right:2px;bottom:0;height:1px;background:linear-gradient(90deg,color-mix(in srgb,var(--dom-accent) 30%,transparent),rgba(25,44,32,.07) 28%,transparent)}
.dom-live-pill{padding:7px 10px;border:1px solid rgba(24,47,33,.07);border-radius:999px;background:#f7f9f7;font-size:8.5px}
.dom-live-pill i{width:7px;height:7px;box-shadow:0 0 0 5px color-mix(in srgb,var(--dom-accent) 9%,transparent);animation:domPulse 2.4s ease-in-out infinite}
@keyframes domPulse{0%,100%{box-shadow:0 0 0 4px color-mix(in srgb,var(--dom-accent) 8%,transparent)}50%{box-shadow:0 0 0 7px color-mix(in srgb,var(--dom-accent) 2%,transparent)}}
.dom-stream-list{gap:5px;padding-top:8px}
.dom-stream-card{grid-template-columns:192px minmax(0,1fr);gap:17px;padding:12px;border:0;border-radius:17px;transition:all .22s var(--dom-transition)}
.dom-stream-card:hover{background:#f6f8f6;transform:translateX(3px)}
.dom-stream-media{border-radius:13px;box-shadow:0 8px 20px rgba(13,27,18,.075)}
.dom-stream-card:hover .dom-stream-media img{transform:scale(1.045)}
.dom-stream-copy{padding:2px 6px 2px 0}
.dom-stream-copy h3{font-size:20.5px;line-height:1.16;font-weight:850;letter-spacing:-.035em}
.dom-stream-copy p{margin-top:8px;color:#68736b;font-size:12.8px;line-height:1.52}
.dom-stream-meta>span{padding-left:9px;border-left:1px solid rgba(25,45,32,.1)}

/* Topic sections / bento cards */
.dom-more-link{padding:7px 10px;border-radius:999px;background:#f5f8f5;color:#627067;font-size:9.8px;box-shadow:inset 0 0 0 1px rgba(23,45,31,.055)}
.dom-more-link:hover{gap:7px;background:color-mix(in srgb,var(--dom-accent) 9%,#fff);color:var(--dom-accent);transform:translateY(-1px)}
.dom-topic-grid{gap:18px;padding-top:18px}
.dom-topic-lead{padding:10px;border-radius:18px;background:#f7f9f7;box-shadow:inset 0 0 0 1px rgba(23,45,31,.055);transition:all .25s var(--dom-transition)}
.dom-topic-lead:hover{background:#f4f7f4;box-shadow:inset 0 0 0 1px rgba(23,45,31,.065),0 15px 35px rgba(14,28,19,.07);transform:translateY(-2px)}
.dom-topic-lead-media{border-radius:14px;box-shadow:0 11px 25px rgba(14,28,19,.09)}
.dom-topic-lead-copy{padding:12px 5px 5px}
.dom-topic-lead-copy h3{font-size:23px;font-weight:890;line-height:1.1}
.dom-topic-lead-copy p{font-size:12.5px;color:#69736c}
.dom-topic-list{gap:8px}
.dom-topic-mini{grid-template-columns:112px minmax(0,1fr);gap:12px;padding:9px;margin:0;border:0;border-radius:14px;background:#fafbfa;box-shadow:inset 0 0 0 1px rgba(23,45,31,.045);transition:all .2s var(--dom-transition)}
.dom-topic-mini:hover{background:#f3f6f3;transform:translateX(3px);box-shadow:inset 0 0 0 1px rgba(23,45,31,.065),0 10px 22px rgba(14,28,19,.05)}
.dom-topic-mini-media{border-radius:11px}
.dom-topic-mini h3{font-size:13.7px;font-weight:810;line-height:1.25}

/* Ad slots */
.dom-ad{border:0;border-radius:18px;background:linear-gradient(135deg,#f1f4f1,#f7f9f7);box-shadow:inset 0 0 0 1px rgba(24,47,33,.05);min-height:76px}
.dom-ad-label{padding:4px 7px;border-radius:999px;background:rgba(255,255,255,.75);color:#9aa39c;font-size:7.5px}
.dom-ad.sidebar-ad{border-radius:20px}

/* Archive cards */
.dom-section-head{padding:30px 32px;margin-bottom:20px;border-radius:22px;background:linear-gradient(135deg,#fff 0,#f9fbf9 100%);box-shadow:var(--dom-shadow)}
.dom-section-head h1,.dom-section-head h2{font-size:40px}
.dom-archive-grid{gap:20px}
.dom-card{border:0;border-radius:19px;background:#fff;box-shadow:inset 0 0 0 1px rgba(22,42,29,.065),0 12px 32px rgba(14,28,19,.055);transition:transform .28s var(--dom-transition),box-shadow .28s ease}
.dom-card:hover{transform:translateY(-5px);box-shadow:inset 0 0 0 1px rgba(22,42,29,.055),var(--dom-shadow-hover)}
.dom-card-media{border-radius:19px 19px 12px 12px}
.dom-card-body{padding:16px 17px 18px}
.dom-card-body h3{font-size:16.5px;font-weight:840;letter-spacing:-.028em}
.dom-pagination .page-numbers{border:0;border-radius:12px;background:#fff;box-shadow:inset 0 0 0 1px rgba(23,45,31,.065),0 6px 18px rgba(14,28,19,.045)}
.dom-pagination .page-numbers.current,.dom-pagination .page-numbers:hover{background:linear-gradient(135deg,var(--dom-accent),color-mix(in srgb,var(--dom-accent) 68%,#0d1711));box-shadow:0 10px 24px color-mix(in srgb,var(--dom-accent) 18%,transparent)}
.dom-breadcrumbs{margin-bottom:16px;padding:0 3px;color:#849087}

/* Article — premium reading canvas */
.dom-single-shell{padding-top:28px}
.dom-article-header{position:relative;padding:20px 26px 24px;margin-bottom:18px;border:1px solid rgba(22,42,29,.065);border-radius:22px;background:linear-gradient(145deg,rgba(255,255,255,.98),rgba(249,251,249,.96));box-shadow:var(--dom-shadow)}
.dom-article-header:before{content:"";position:absolute;left:26px;top:0;width:64px;height:4px;border-radius:0 0 999px 999px;background:linear-gradient(90deg,var(--dom-accent),color-mix(in srgb,var(--dom-accent) 28%,#c5e1d2))}
.dom-article-header h1{margin:11px 0 16px;font-size:clamp(40px,4.15vw,58px);font-weight:920;line-height:1.005;letter-spacing:-.058em}
.dom-article-meta{gap:8px 14px;color:#7b867e}
.dom-article-header>.dom-share{margin-top:19px}
.dom-featured{margin:0 0 27px;border-radius:22px;box-shadow:0 22px 55px rgba(13,27,18,.11);background:#eef2ee}
.dom-featured figcaption{padding:10px 14px;background:#f5f7f5;color:#7e8981}
.dom-entry-content{padding:12px 14px 0;font-family:"Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:20px;line-height:1.76;color:#222923}
.dom-entry-content p{margin-bottom:1.32em}
.dom-entry-content h2,.dom-entry-content h3,.dom-entry-content h4{font-family:"Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.dom-entry-content h2{position:relative;margin-top:1.7em;font-size:34px;font-weight:900}
.dom-entry-content h2:before{content:"";display:inline-block;width:6px;height:.8em;margin-right:11px;border-radius:999px;background:var(--dom-accent);vertical-align:-.02em}
.dom-entry-content h3{font-size:27px;font-weight:870}
.dom-entry-content a{text-decoration-thickness:1.5px;text-decoration-color:color-mix(in srgb,var(--dom-accent) 38%,transparent)}
.dom-entry-content blockquote{position:relative;margin:1.6em -8px;padding:25px 27px 25px 30px;border:0;border-radius:18px;background:linear-gradient(135deg,color-mix(in srgb,var(--dom-accent) 8%,#fff),#f8faf8);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--dom-accent) 10%,transparent);font-family:"Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-style:normal;font-weight:650}
.dom-entry-content blockquote:before{content:"“";position:absolute;left:12px;top:2px;color:color-mix(in srgb,var(--dom-accent) 35%,transparent);font-size:42px;font-family:"Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.dom-entry-content img{border-radius:18px;box-shadow:0 16px 38px rgba(13,27,18,.08)}
.dom-entry-content table{overflow:hidden;border-radius:14px;border-collapse:separate;border-spacing:0;box-shadow:inset 0 0 0 1px rgba(23,45,31,.07)}
.dom-entry-content th,.dom-entry-content td{border:0;border-bottom:1px solid rgba(23,45,31,.065)}
.dom-entry-content th{background:#f2f6f2}
.dom-share{gap:8px}
.dom-share a,.dom-share button{width:40px;height:40px;border:0;border-radius:12px;background:#f3f6f3;color:#344239;box-shadow:inset 0 0 0 1px rgba(23,45,31,.055)}
.dom-share a:hover,.dom-share button:hover{background:linear-gradient(135deg,var(--dom-accent),color-mix(in srgb,var(--dom-accent) 70%,#0d1711));color:#fff;transform:translateY(-2px);box-shadow:0 10px 20px color-mix(in srgb,var(--dom-accent) 18%,transparent)}
.dom-tags a{padding:8px 11px;background:#f1f5f1;box-shadow:inset 0 0 0 1px rgba(23,45,31,.05);transition:.18s ease}
.dom-tags a:hover{background:color-mix(in srgb,var(--dom-accent) 10%,#fff);color:var(--dom-accent)}
.dom-author-box{padding:20px;border-radius:18px;background:linear-gradient(135deg,#fff,#f8faf8);box-shadow:var(--dom-shadow)}
.dom-author-box img{box-shadow:0 9px 24px rgba(13,27,18,.12)}
.dom-related .dom-section-head{box-shadow:none}
.dom-single-sidebar{display:flex;flex-direction:column;gap:18px}
.dom-single-sidebar>.dom-widget,.dom-single-sidebar>.dom-ad{margin:0}
.dom-popular-item{padding:10px;border:0;border-radius:13px;transition:.2s ease}
.dom-popular-item:hover{background:#f4f7f4;transform:translateX(2px)}
.dom-popular-item>span{border-radius:10px;background:#eff3ef;box-shadow:inset 0 0 0 1px rgba(23,45,31,.05)}

/* Search modal */
.dom-search-modal{background:rgba(9,15,11,.52);backdrop-filter:blur(18px) saturate(130%)}
.dom-search-box{padding:34px;border:1px solid rgba(255,255,255,.55);border-radius:24px;background:rgba(255,255,255,.94);box-shadow:0 40px 100px rgba(7,15,10,.3);backdrop-filter:blur(22px)}
.dom-search-close{right:17px;top:15px;width:39px;height:39px;background:#f1f4f1;transition:.2s ease}
.dom-search-close:hover{background:#e7eee9;transform:rotate(5deg)}
.dom-search-form{gap:10px}
.dom-search-form input{height:52px;padding:0 16px;border:0;border-radius:14px;background:#f4f7f4;box-shadow:inset 0 0 0 1px rgba(23,45,31,.075)}
.dom-search-form input:focus{box-shadow:inset 0 0 0 1px var(--dom-accent),0 0 0 4px color-mix(in srgb,var(--dom-accent) 8%,transparent)}
.dom-search-form button{border-radius:14px;background:linear-gradient(135deg,var(--dom-accent),color-mix(in srgb,var(--dom-accent) 68%,#0c1710));box-shadow:0 10px 24px color-mix(in srgb,var(--dom-accent) 18%,transparent)}

/* Footer */
.dom-footer{position:relative;overflow:hidden;background:radial-gradient(700px 260px at 12% 0,rgba(80,125,101,.18),transparent 65%),#101713}
.dom-footer:before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(120deg,rgba(255,255,255,.025),transparent 30%)}
.dom-footer-grid,.dom-copyright{position:relative}
.dom-footer-grid{padding:62px 0 48px}
.dom-footer-logo{font-size:30px}
.dom-footer p{font-size:12.5px;color:#aab7ae}
.dom-to-top{border:0;background:rgba(255,255,255,.08);backdrop-filter:blur(10px);transition:.2s ease}
.dom-to-top:hover{transform:translateY(-2px)}

/* Page / buttons */
.dom-page{padding:40px 46px;border-radius:22px;background:linear-gradient(145deg,#fff,#fbfcfb);box-shadow:var(--dom-shadow)}
.dom-btn{min-height:46px;padding:0 19px;border-radius:13px;background:linear-gradient(135deg,var(--dom-accent),color-mix(in srgb,var(--dom-accent) 68%,#0c1710));box-shadow:0 11px 26px color-mix(in srgb,var(--dom-accent) 17%,transparent)}
.dom-btn:hover{transform:translateY(-2px);box-shadow:0 15px 32px color-mix(in srgb,var(--dom-accent) 22%,transparent)}

/* Tablet / mobile refinements */
@media(max-width:1320px){
  .dom-home{padding-top:24px}
  .dom-main-stage,.dom-stream-section,.dom-topic-section{border-radius:21px}
  .dom-feature-lead{min-height:410px}
}
@media(max-width:1120px){
  .dom-home-center{gap:18px}
  .dom-feature-lead{min-height:390px}
}
@media(max-width:860px){
  body.domrenta-portal{background:#f4f6f3}
  .dom-header{background:rgba(255,255,255,.92)}
  .dom-primary-nav{top:10px;left:12px;right:12px;padding:10px;border-radius:18px;border-color:rgba(22,42,29,.08);box-shadow:0 24px 70px rgba(11,24,16,.18);backdrop-filter:blur(20px)}
  .dom-menu a{border-radius:12px;padding:12px}
  .dom-home{padding-top:16px}
  .dom-home-center{gap:15px}
  .dom-main-stage,.dom-stream-section,.dom-topic-section{border-radius:18px}
  .dom-main-stage,.dom-stream-section,.dom-topic-section{padding:17px}
  .dom-feature-lead{min-height:430px;border-radius:17px}
  .dom-feature-small{border-radius:15px}
  .dom-mobile-share{padding:7px;border:1px solid rgba(22,42,29,.07);background:rgba(255,255,255,.9);box-shadow:0 18px 45px rgba(12,25,17,.18);backdrop-filter:blur(18px)}
  .dom-mobile-share .dom-share a,.dom-mobile-share .dom-share button{border-radius:50%}
  .dom-article-header{padding:18px 20px 21px;border-radius:18px}
  .dom-featured{border-radius:18px}
}
@media(max-width:620px){
  .dom-masthead-inner{height:68px}
  .dom-logo{font-size:28px}
  .dom-home{padding-bottom:56px}
  .dom-main-stage,.dom-stream-section,.dom-topic-section{padding:14px;border-radius:16px}
  .dom-stage-head,.dom-section-titlebar{padding-bottom:14px}
  .dom-stage-head h1,.dom-section-titlebar h2{font-size:23px}
  .dom-feature-lead{min-height:370px;border-radius:15px}
  .dom-feature-overlay{left:17px;right:17px;bottom:17px}
  .dom-feature-overlay h2{font-size:29px}
  .dom-feature-small{grid-template-columns:132px 1fr;border-radius:14px}
  .dom-feature-small-media{border-radius:14px 9px 9px 14px}
  .dom-feature-strip>article{grid-template-columns:112px 1fr;border-radius:13px;padding:9px}
  .dom-stream-card{grid-template-columns:122px minmax(0,1fr);gap:12px;padding:9px;border-radius:13px}
  .dom-stream-media{border-radius:11px}
  .dom-stream-copy h3{font-size:16.3px}
  .dom-topic-lead{padding:8px;border-radius:15px}
  .dom-topic-mini{grid-template-columns:108px 1fr;padding:8px;border-radius:12px}
  .dom-section-head{padding:23px;border-radius:18px}
  .dom-section-head h1,.dom-section-head h2{font-size:32px}
  .dom-card{border-radius:16px}
  .dom-article-header h1{font-size:35px}
  .dom-entry-content{padding:7px 2px 0;font-size:18px;line-height:1.72}
  .dom-entry-content h2{font-size:28px}
  .dom-entry-content h2:before{width:5px;margin-right:8px}
  .dom-entry-content blockquote{margin:1.5em 0;padding:21px 19px 21px 25px;border-radius:15px}
  .dom-page{padding:28px 22px;border-radius:18px}
}

@media(prefers-reduced-motion:reduce){
  *,*:before,*:after{scroll-behavior:auto!important;animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}
}


/* ==========================================================
   Domrenta Portal 1.5 — header, category nav, colour system, Stories
   ========================================================== */
:root{
  --dom-secondary:#7FA68F;
  --dom-warm:#D5A85A;
  --dom-accent-soft:color-mix(in srgb,var(--dom-accent) 10%,#fff);
  --dom-secondary-soft:color-mix(in srgb,var(--dom-secondary) 13%,#fff);
  --dom-warm-soft:color-mix(in srgb,var(--dom-warm) 14%,#fff);
}
body.domrenta-portal{background:#f4f6f3}
body.domrenta-portal::before{display:none}

/* Compact 2026 masthead: logo + menu share one axis */
.dom-header{background:rgba(252,253,251,.96);box-shadow:none;backdrop-filter:blur(18px) saturate(135%)}
.dom-masthead-inner{height:76px;display:flex;align-items:center;gap:28px}
.dom-logo{flex:0 0 auto;justify-self:auto}
.dom-masthead-note{display:none!important}
.dom-primary-nav{width:auto;min-width:0;flex:1}
.dom-primary-nav>.dom-menu{justify-content:flex-start;gap:4px;overflow:visible}
.dom-primary-nav>.dom-menu>li>a{padding:10px 12px;border-radius:12px;font-size:12px;font-weight:820;color:#38423b}
.dom-primary-nav>.dom-menu>li>a:hover,.dom-primary-nav>.dom-menu>.current-menu-item>a{background:var(--dom-accent-soft);color:var(--dom-accent);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--dom-accent) 10%,transparent)}
.dom-header-actions{margin-left:auto;flex:0 0 auto}
.dom-logo>span:after{background:linear-gradient(90deg,var(--dom-accent),var(--dom-secondary))}

/* Separate category menu */
.dom-category-row{border-top:1px solid rgba(21,45,29,.055);border-bottom:1px solid rgba(21,45,29,.06);background:#f7f9f6;box-shadow:none}
.dom-category-inner{min-height:52px;display:flex;align-items:center;gap:15px;overflow:hidden}
.dom-category-kicker{flex:0 0 auto;display:inline-flex;align-items:center;gap:7px;padding:8px 11px;border-radius:12px;background:#18231c;color:#fff;font-size:9px;font-weight:900;letter-spacing:.095em;text-transform:uppercase;box-shadow:0 8px 18px rgba(17,32,22,.10)}
.dom-category-kicker i{width:7px;height:7px;border-radius:50%;background:var(--dom-warm);box-shadow:0 0 0 4px color-mix(in srgb,var(--dom-warm) 20%,transparent)}
.dom-category-nav{min-width:0;flex:1;overflow:hidden}
.dom-category-menu{display:flex;align-items:center;gap:7px;list-style:none;margin:0;padding:0;white-space:nowrap;overflow-x:auto;scrollbar-width:none}
.dom-category-menu::-webkit-scrollbar{display:none}
.dom-category-menu li{margin:0;flex:0 0 auto}
.dom-category-menu a{display:flex;align-items:center;gap:7px;padding:8px 11px;border:1px solid rgba(25,50,33,.075);border-radius:12px;background:rgba(255,255,255,.72);font-size:11px;font-weight:800;color:#455149;transition:.2s ease}
.dom-category-menu a::before{content:"";width:7px;height:7px;flex:0 0 auto;border-radius:50%;background:var(--dom-secondary);box-shadow:0 0 0 3px color-mix(in srgb,var(--dom-secondary) 10%,transparent)}
.dom-category-menu li:nth-child(3n+2) a::before{background:var(--dom-warm);box-shadow:0 0 0 3px color-mix(in srgb,var(--dom-warm) 10%,transparent)}
.dom-category-menu li:nth-child(3n+3) a::before{background:var(--dom-accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--dom-accent) 10%,transparent)}
.dom-category-menu a i{display:none}
.dom-category-menu a:hover{transform:translateY(-1px);background:#fff;color:var(--dom-accent);border-color:color-mix(in srgb,var(--dom-accent) 18%,transparent);box-shadow:0 9px 22px rgba(18,38,25,.07)}

/* Ticker without fade/gradient underneath */
.dom-ticker{background:#fff;border-bottom:1px solid rgba(23,43,31,.065);backdrop-filter:none;box-shadow:none}
.dom-ticker-inner{height:44px}
.dom-ticker strong{background:var(--dom-accent);box-shadow:none}
.dom-ticker-track{mask-image:none!important;-webkit-mask-image:none!important}

/* Colour accents across editorial surfaces */
.dom-main-stage{background:linear-gradient(145deg,#fff 0%,color-mix(in srgb,var(--dom-secondary) 4%,#fff) 100%)}
.dom-stream-section{background:linear-gradient(180deg,#fff 0%,#fbfcfb 100%)}
.dom-rail-box:nth-child(3n+1) .dom-rail-head>span{color:var(--dom-accent)}
.dom-rail-box:nth-child(3n+2) .dom-rail-head>span{color:var(--dom-secondary)}
.dom-rail-box:nth-child(3n+3) .dom-rail-head>span{color:#ad7b28}
.dom-rail-number{background:var(--dom-secondary-soft);color:color-mix(in srgb,var(--dom-secondary) 72%,#243128)}
.dom-topic-section.dom-tone-1{background:linear-gradient(145deg,#fff 65%,var(--dom-accent-soft))}
.dom-topic-section.dom-tone-2{background:linear-gradient(145deg,#fff 65%,var(--dom-secondary-soft))}
.dom-topic-section.dom-tone-3{background:linear-gradient(145deg,#fff 65%,var(--dom-warm-soft))}
.dom-topic-section.dom-tone-2 .dom-eyebrow{color:color-mix(in srgb,var(--dom-secondary) 78%,#203028)}
.dom-topic-section.dom-tone-3 .dom-eyebrow{color:#a87322}
.dom-live-pill{background:var(--dom-accent-soft);color:var(--dom-accent)}

/* Stories */
.dom-stories{position:relative;margin:18px 0;padding:18px 18px 17px;border:1px solid rgba(25,51,34,.075);border-radius:22px;background:linear-gradient(135deg,#fff 0%,color-mix(in srgb,var(--dom-secondary) 7%,#fff) 52%,color-mix(in srgb,var(--dom-warm) 5%,#fff) 100%);box-shadow:0 14px 38px rgba(19,39,26,.055);overflow:hidden}
.dom-stories:before{content:"";position:absolute;width:180px;height:180px;border-radius:50%;right:-70px;top:-90px;background:color-mix(in srgb,var(--dom-secondary) 13%,transparent);filter:blur(4px);pointer-events:none}
.dom-stories-head{position:relative;z-index:1;display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:14px}
.dom-stories-head h2{margin:4px 0 0;font-size:24px;line-height:1;font-weight:930;letter-spacing:-.04em}
.dom-story-controls{display:flex;align-items:center;gap:8px;color:#7a867e;font-size:10px;font-weight:750}
.dom-story-controls i{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:#fff;color:var(--dom-accent);font-style:normal;box-shadow:0 8px 18px rgba(20,39,27,.08)}
.dom-stories-track{position:relative;z-index:1;display:grid;grid-auto-flow:column;grid-auto-columns:126px;gap:11px;overflow-x:auto;padding:2px 1px 5px;scroll-snap-type:x proximity;scrollbar-width:none}
.dom-stories-track::-webkit-scrollbar{display:none}
.dom-story-card{scroll-snap-align:start;display:flex;flex-direction:column;gap:8px;padding:0;border:0;background:transparent;text-align:left;color:inherit;min-width:0}
.dom-story-ring{display:block;padding:3px;border-radius:19px;background:linear-gradient(145deg,var(--dom-accent),var(--dom-secondary) 52%,var(--dom-warm));box-shadow:0 10px 22px color-mix(in srgb,var(--dom-accent) 12%,transparent);transition:.22s ease}
.dom-story-media{display:block;aspect-ratio:9/14;overflow:hidden;border:3px solid #fff;border-radius:16px;background:#e9eeea}
.dom-story-media img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease,filter .25s ease}
.dom-story-card:hover .dom-story-ring{transform:translateY(-3px);box-shadow:0 16px 30px color-mix(in srgb,var(--dom-accent) 17%,transparent)}
.dom-story-card:hover img{transform:scale(1.045);filter:saturate(1.06)}
.dom-story-card-copy{display:block;padding:0 3px;min-width:0}
.dom-story-card-copy small{display:block;margin-bottom:3px;color:var(--dom-accent);font-size:8px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.dom-story-card-copy b{display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:11px;line-height:1.28;font-weight:820;letter-spacing:-.012em}

.dom-story-viewer{position:fixed;inset:0;z-index:10050;display:grid;place-items:center;padding:18px;opacity:0;visibility:hidden;transition:.2s ease}
.dom-story-viewer.open{opacity:1;visibility:visible}
.dom-story-backdrop{position:absolute;inset:0;background:rgba(6,11,8,.78);backdrop-filter:blur(18px) saturate(120%)}
.dom-story-device{position:relative;z-index:1;width:min(430px,calc(100vw - 28px));height:min(780px,calc(100vh - 28px));max-height:calc(100vh - 28px);overflow:hidden;border:1px solid rgba(255,255,255,.18);border-radius:28px;background:#111814;box-shadow:0 38px 120px rgba(0,0,0,.42)}
.dom-story-progress{position:absolute;z-index:8;top:13px;left:13px;right:52px;display:grid;grid-auto-flow:column;grid-auto-columns:1fr;gap:4px}
.dom-story-progress span{height:3px;border-radius:4px;background:rgba(255,255,255,.28);overflow:hidden}
.dom-story-progress i{display:block;width:0;height:100%;background:#fff}
.dom-story-progress span.done i{width:100%}
.dom-story-progress span.active i{animation:domStoryProgress 6.5s linear forwards}
@keyframes domStoryProgress{from{width:0}to{width:100%}}
.dom-story-close{position:absolute;z-index:9;right:11px;top:8px;width:34px;height:34px;border:0;border-radius:50%;background:rgba(13,20,15,.38);color:#fff;font-size:27px;line-height:1;backdrop-filter:blur(8px)}
.dom-story-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .25s ease}
.dom-story-slide.active{opacity:1;visibility:visible}
.dom-story-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.dom-story-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(7,12,8,.18) 0%,rgba(7,12,8,.03) 33%,rgba(7,12,8,.82) 77%,rgba(7,12,8,.97) 100%)}
.dom-story-content{position:absolute;z-index:3;left:26px;right:26px;bottom:30px;color:#fff}
.dom-story-content>span{display:inline-flex;padding:6px 9px;border-radius:999px;background:rgba(255,255,255,.16);backdrop-filter:blur(8px);font-size:9px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.dom-story-content h3{margin:11px 0 9px;font-size:clamp(25px,5vw,35px);line-height:1.02;font-weight:930;letter-spacing:-.045em;text-wrap:balance}
.dom-story-content p{margin:0 0 18px;color:rgba(255,255,255,.78);font-size:12px;line-height:1.5}
.dom-story-content a{display:inline-flex;align-items:center;gap:9px;padding:11px 14px;border-radius:12px;background:#fff;color:#162019;font-size:11px;font-weight:900;box-shadow:0 12px 30px rgba(0,0,0,.16)}
.dom-story-content a b{color:var(--dom-accent);font-size:15px}
.dom-story-nav{position:absolute;z-index:7;top:50%;width:38px;height:56px;transform:translateY(-50%);border:0;background:rgba(8,14,10,.18);color:#fff;font-size:32px;backdrop-filter:blur(7px);opacity:.8}
.dom-story-nav.prev{left:0;border-radius:0 16px 16px 0}.dom-story-nav.next{right:0;border-radius:16px 0 0 16px}
.dom-story-nav:hover{background:rgba(8,14,10,.34);opacity:1}

@media(max-width:1100px){
  .dom-masthead-inner{gap:16px}
  .dom-primary-nav>.dom-menu>li>a{padding:9px 8px;font-size:11px}
  .dom-category-kicker{display:none}
}
@media(max-width:820px){
  .dom-masthead-inner{height:68px}
  .dom-primary-nav{position:absolute;left:20px;right:20px;top:72px;display:none;padding:10px;border:1px solid rgba(22,45,29,.08);border-radius:18px;background:rgba(255,255,255,.98);box-shadow:0 24px 60px rgba(13,27,18,.14)}
  .dom-primary-nav.open{display:block}
  .dom-primary-nav>.dom-menu{flex-direction:column;align-items:stretch;overflow:visible}
  .dom-primary-nav>.dom-menu>li>a{padding:12px}
  .dom-menu-toggle{display:block}
  .dom-category-inner{min-height:48px}
  .dom-category-menu a{padding:7px 10px}
  .dom-stories{margin:14px 0;padding:15px 14px;border-radius:18px}
  .dom-stories-track{grid-auto-columns:112px}
  .dom-story-controls span{display:none}
}
@media(max-width:520px){
  .dom-category-row .dom-shell{width:calc(100% - 20px)}
  .dom-stories-track{grid-auto-columns:102px;gap:9px}
  .dom-stories-head h2{font-size:21px}
  .dom-story-card-copy b{font-size:10.5px}
  .dom-story-device{border-radius:22px}
  .dom-story-content{left:20px;right:20px;bottom:24px}
  .dom-story-content p{display:none}
}


/* ==========================================================
   Domrenta Portal 1.5.1 — clean category bar + Poppins Latin Extended
   ========================================================== */
body.domrenta-portal,
body.domrenta-portal button,
body.domrenta-portal input,
body.domrenta-portal select,
body.domrenta-portal textarea,
body.domrenta-portal optgroup,
body.domrenta-portal table,
body.domrenta-portal .dom-entry-content,
body.domrenta-portal .dom-entry-content *:not(code):not(pre):not(kbd):not(samp){
  font-family:"Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
.dom-header{box-shadow:none!important}
.dom-category-row{background:#f7f9f6!important;box-shadow:none!important}
.dom-category-row:before,.dom-category-row:after{display:none!important;background:none!important}

/* ==========================================================
   Domrenta Portal 1.5.2 — refined Poppins weight system
   Lighter navigation, cleaner editorial hierarchy
   ========================================================== */

/* Global text rhythm */
body.domrenta-portal{
  font-weight:400;
  letter-spacing:-.006em;
}
body.domrenta-portal p,
body.domrenta-portal li,
body.domrenta-portal input,
body.domrenta-portal textarea,
body.domrenta-portal select{
  font-weight:400;
}

/* Brand + header */
.dom-logo{font-weight:800;letter-spacing:-.045em}
.dom-primary-nav>.dom-menu>li>a,
.dom-menu a{
  font-weight:500;
  letter-spacing:-.012em;
}
.dom-menu .sub-menu a{font-weight:500}
.dom-search-toggle b{font-weight:600}

/* Category navigation: intentionally light and airy */
.dom-category-kicker{
  font-weight:600;
  letter-spacing:.075em;
}
.dom-category-menu a{
  font-weight:500;
  letter-spacing:-.008em;
}

/* Latest ticker */
.dom-ticker strong{
  font-weight:700;
  letter-spacing:.075em;
}
.dom-ticker-track a{
  font-weight:500;
  letter-spacing:-.008em;
}

/* Rails / widgets */
.dom-rail-head h3,
.widget-title{
  font-weight:700;
  letter-spacing:-.025em;
}
.dom-rail-head>span,
.dom-eyebrow,
.dom-cat{
  font-weight:600;
  letter-spacing:.085em;
}
.dom-rail-copy h4,
.dom-popular-item h3{
  font-weight:600;
  letter-spacing:-.012em;
}
.dom-rail-number,
.dom-category-links b{
  font-weight:600;
}
.dom-category-links a{
  font-weight:500;
  letter-spacing:-.006em;
}
.dom-widget li{font-weight:400}

/* Homepage headings */
.dom-stage-head h1,
.dom-section-titlebar h2{
  font-weight:700;
  letter-spacing:-.035em;
}
.dom-feature-overlay h2{
  font-weight:750;
  letter-spacing:-.04em;
}
.dom-feature-small-copy h3,
.dom-feature-strip-copy h3{
  font-weight:600;
  letter-spacing:-.014em;
}
.dom-stream-copy h3{
  font-weight:650;
  letter-spacing:-.022em;
}
.dom-topic-lead-copy h3{
  font-weight:700;
  letter-spacing:-.025em;
}
.dom-topic-mini h3,
.dom-card-body h3{
  font-weight:600;
  letter-spacing:-.015em;
}
.dom-live-pill,
.dom-more-link,
.dom-ad-label{
  font-weight:500;
}

/* Archive / page typography */
.dom-section-head span{font-weight:600}
.dom-section-head h1,
.dom-section-head h2,
.dom-page>h1{
  font-weight:700;
  letter-spacing:-.035em;
}
.dom-pagination .page-numbers,
.dom-btn,
.dom-search-form button{
  font-weight:600;
}

/* Article typography — readable, not heavy */
.dom-article-header h1{
  font-weight:750;
  letter-spacing:-.042em;
}
.dom-entry-content{
  font-weight:400;
  letter-spacing:-.004em;
}
.dom-entry-content strong,
.dom-entry-content b{font-weight:650}
.dom-entry-content h2{
  font-weight:700;
  letter-spacing:-.028em;
}
.dom-entry-content h3{
  font-weight:650;
  letter-spacing:-.022em;
}
.dom-entry-content h4{
  font-weight:600;
  letter-spacing:-.015em;
}
.dom-entry-content th{font-weight:600}
.dom-entry-content blockquote{font-weight:450}
.dom-tags a{font-weight:500}
.dom-author-box span{font-weight:600}
.dom-author-box h3{font-weight:700}

/* Stories */
.dom-stories-head h2{
  font-weight:700;
  letter-spacing:-.03em;
}
.dom-story-controls{font-weight:500}
.dom-story-card-copy small{font-weight:600}
.dom-story-card-copy b{font-weight:600}
.dom-story-content>span{font-weight:600}
.dom-story-content h3{
  font-weight:750;
  letter-spacing:-.035em;
}
.dom-story-content a{font-weight:600}

/* Footer */
.dom-footer-logo{font-weight:800}
.dom-footer h4{font-weight:650}
.dom-footer .dom-menu a,
.dom-footer li a,
.dom-social-links a{font-weight:450}

@media(max-width:820px){
  .dom-primary-nav>.dom-menu>li>a{font-weight:500}
  .dom-category-menu a{font-weight:500}
  .dom-feature-overlay h2{font-weight:700}
  .dom-article-header h1{font-weight:700}
}

/* ==========================================================
   Domrenta Portal 1.5.3 — simple desktop category hover
   ========================================================== */
@media (min-width:821px){
  .dom-category-menu a{
    transition:none!important;
  }
  .dom-category-menu a:hover,
  .dom-category-menu .current-menu-item>a,
  .dom-category-menu .current-cat>a{
    transform:none!important;
    background:#edf3ef!important;
    color:var(--dom-accent)!important;
    border-color:rgba(49,88,74,.14)!important;
    box-shadow:none!important;
    filter:none!important;
  }
}

/* ==========================================================
   Domrenta Portal 1.6.0 — unified 3-column inner layouts
   Same 260 / 24 / 912 / 24 / 260 rhythm as the homepage.
   Mobile always shows the actual page/article/archive content first.
   ========================================================== */
.dom-inner-shell{padding:28px 0 78px}
.dom-inner-layout{
  display:grid;
  grid-template-columns:var(--dom-rail) minmax(0,1fr) var(--dom-rail);
  grid-template-areas:"left main right";
  gap:var(--dom-gap);
  align-items:start;
}
.dom-inner-main{grid-area:main;min-width:0}
.dom-inner-left{grid-area:left;min-width:0}
.dom-inner-right{grid-area:right;min-width:0}
.dom-inner-rail .dom-home-rail-inner{display:flex;flex-direction:column;gap:18px}
.dom-inner-rail .dom-home-rail-inner.is-sticky{position:sticky;top:149px}
.admin-bar .dom-inner-rail .dom-home-rail-inner.is-sticky{top:181px}
.dom-inner-rail .dom-rail-box,.dom-inner-rail .dom-widget,.dom-inner-rail .dom-ad{margin:0}
.dom-inner-main>.dom-breadcrumbs{margin:0 3px 14px}

/* Single article inside the centered 912px editorial column */
.dom-single-shell{max-width:none;padding-top:28px}
.dom-single-main .dom-article{min-width:0}
.dom-single-main .dom-article-header{margin-bottom:16px}
.dom-single-main .dom-featured{width:100%;margin-bottom:18px}
.dom-article-body{
  padding:32px 34px 34px;
  border:1px solid rgba(22,42,29,.07);
  border-radius:24px;
  background:rgba(255,255,255,.97);
  box-shadow:var(--dom-shadow);
}
.dom-article-body .dom-entry-content{padding:0;max-width:min(var(--dom-article),100%)}
.dom-article-body .dom-tags,.dom-article-body .dom-bottom-share,.dom-article-body .dom-author-box,.dom-article-body .dom-related{max-width:min(var(--dom-article),100%)}
.dom-bottom-share{margin:20px auto 0}
.dom-related-head{padding:0 0 14px!important;margin-bottom:16px!important;border-radius:0!important;background:transparent!important;border:0!important;border-bottom:1px solid var(--dom-line)!important;box-shadow:none!important}

/* Standard pages */
.dom-page-wrap{padding-top:28px}
.dom-page{max-width:none;margin:0;padding:38px 42px 42px;border-radius:24px}
.dom-page-header{padding:0 0 24px;margin:0 0 28px;border-bottom:1px solid rgba(22,42,29,.075)}
.dom-page-header h1{margin:7px 0 0;font-size:clamp(36px,3.4vw,50px);line-height:1.03;font-weight:720;letter-spacing:-.045em;text-wrap:balance}
.dom-page .dom-entry-content{max-width:min(var(--dom-article),100%);padding:0}

/* Category / archive — modern editorial feature + stream */
.dom-archive-wrap{padding-top:28px}
.dom-archive-main{display:flex;flex-direction:column;gap:18px}
.dom-archive-main>.dom-breadcrumbs{margin-bottom:-2px}
.dom-archive-hero{
  position:relative;overflow:hidden;display:flex;align-items:flex-end;justify-content:space-between;gap:28px;
  min-height:164px;padding:30px 32px;
  border:1px solid rgba(22,42,29,.07);border-radius:24px;
  background:
    radial-gradient(430px 180px at 100% 0,color-mix(in srgb,var(--dom-secondary) 15%,transparent),transparent 72%),
    radial-gradient(300px 160px at 0 100%,color-mix(in srgb,var(--dom-warm) 9%,transparent),transparent 74%),
    linear-gradient(145deg,#fff,#f8fbf8);
  box-shadow:var(--dom-shadow)
}
.dom-archive-hero:before{content:"";position:absolute;left:32px;top:0;width:72px;height:4px;border-radius:0 0 999px 999px;background:linear-gradient(90deg,var(--dom-accent),var(--dom-secondary),var(--dom-warm))}
.dom-archive-hero>div:first-child{position:relative;z-index:1;min-width:0}
.dom-archive-hero h1{margin:8px 0 0;font-size:clamp(38px,4vw,54px);line-height:.98;font-weight:740;letter-spacing:-.055em;text-wrap:balance}
.dom-archive-description{max-width:670px;margin-top:13px;color:#69746d;font-size:12.5px;line-height:1.58}
.dom-archive-description p{margin:0}
.dom-archive-count{position:relative;z-index:1;flex:0 0 auto;display:flex;flex-direction:column;align-items:flex-end;padding:14px 16px;border:1px solid rgba(22,42,29,.07);border-radius:16px;background:rgba(255,255,255,.72);backdrop-filter:blur(12px);box-shadow:0 10px 28px rgba(14,28,19,.055)}
.dom-archive-count strong{font-size:25px;line-height:1;font-weight:700;letter-spacing:-.04em;color:var(--dom-accent)}
.dom-archive-count span{margin-top:5px;color:#8a948d;font-size:9px;font-weight:550;text-transform:uppercase;letter-spacing:.08em}

.dom-archive-feature{
  display:grid;grid-template-columns:minmax(0,1.52fr) minmax(250px,.78fr);gap:14px;
  padding:15px;border:1px solid rgba(22,42,29,.07);border-radius:24px;background:#fff;box-shadow:var(--dom-shadow)
}
.dom-archive-lead{position:relative;overflow:hidden;min-height:430px;border-radius:18px;background:#172019;isolation:isolate}
.dom-archive-lead-media,.dom-archive-lead-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.dom-archive-lead:after{content:"";position:absolute;inset:22% 0 0;background:linear-gradient(180deg,transparent,rgba(8,14,10,.28) 36%,rgba(8,14,10,.94));z-index:1}
.dom-archive-lead-media img{transition:transform .45s var(--dom-transition)}
.dom-archive-lead:hover .dom-archive-lead-media img{transform:scale(1.035)}
.dom-archive-lead-copy{position:absolute;z-index:2;left:22px;right:22px;bottom:21px;color:#fff}
.dom-archive-lead-copy .dom-cat{padding:6px 9px;border-radius:999px;background:rgba(255,255,255,.92);color:#18221b}
.dom-archive-lead-copy h2{margin:10px 0 8px;font-size:clamp(27px,2.25vw,38px);line-height:1.03;font-weight:720;letter-spacing:-.045em;text-wrap:balance}
.dom-archive-lead-copy p{max-width:620px;margin:0 0 10px;color:rgba(255,255,255,.78);font-size:12.5px;line-height:1.5}
.dom-archive-lead-copy .dom-meta{color:rgba(255,255,255,.68)}
.dom-archive-feature-side{display:grid;grid-template-rows:1fr 1fr;gap:14px}
.dom-archive-feature-mini{display:grid;grid-template-rows:155px 1fr;overflow:hidden;border-radius:17px;background:#f7f9f7;box-shadow:inset 0 0 0 1px rgba(22,42,29,.06);transition:transform .22s var(--dom-transition),box-shadow .22s ease}
.dom-archive-feature-mini:hover{transform:translateY(-2px);box-shadow:inset 0 0 0 1px rgba(22,42,29,.06),0 14px 30px rgba(14,28,19,.075)}
.dom-archive-feature-mini-media{display:block;overflow:hidden;background:#e9eeea}
.dom-archive-feature-mini-media img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.dom-archive-feature-mini:hover img{transform:scale(1.035)}
.dom-archive-feature-mini>div{padding:13px 14px}
.dom-archive-feature-mini h3{margin:7px 0 7px;font-size:15px;line-height:1.24;font-weight:650;letter-spacing:-.025em}

.dom-archive-stream{padding:20px 22px 10px;border:1px solid rgba(22,42,29,.07);border-radius:24px;background:rgba(255,255,255,.97);box-shadow:var(--dom-shadow)}
.dom-archive-stream>.dom-section-titlebar{padding:0 2px 15px}
.dom-archive-stream-list{display:flex;flex-direction:column}
.dom-archive-stream-card{display:grid;grid-template-columns:210px minmax(0,1fr);gap:17px;padding:16px 4px;border-top:1px solid rgba(22,42,29,.07);transition:background .18s ease,transform .18s ease}
.dom-archive-stream-card:first-child{border-top:0}
.dom-archive-stream-card:hover{background:#f7faf7;transform:translateX(3px)}
.dom-archive-stream-media{display:block;overflow:hidden;aspect-ratio:1.45;border-radius:15px;background:#e9eeea}
.dom-archive-stream-media img{width:100%;height:100%;object-fit:cover;transition:transform .32s ease}
.dom-archive-stream-card:hover .dom-archive-stream-media img{transform:scale(1.035)}
.dom-archive-stream-copy{align-self:center;min-width:0}
.dom-archive-stream-copy h3{margin:7px 0 8px;font-size:20px;line-height:1.18;font-weight:650;letter-spacing:-.03em;text-wrap:balance}
.dom-archive-stream-copy h3 a:hover{color:var(--dom-accent)}
.dom-archive-stream-copy p{margin:0;color:#69746d;font-size:12.5px;line-height:1.55}
.dom-empty-state{padding:48px 28px;text-align:center;border:1px solid rgba(22,42,29,.07);border-radius:22px;background:#fff;box-shadow:var(--dom-shadow)}
.dom-empty-state h2{margin:0 0 7px;font-size:26px;font-weight:700;letter-spacing:-.035em}
.dom-empty-state p{margin:0 0 18px;color:#758079}
.dom-search-hero p{margin:11px 0 0;color:#69746d;font-size:12.5px}

/* 404 as an inner-page center card */
.dom-inner-main>.dom-404{padding:78px 28px 86px;border:1px solid rgba(22,42,29,.07);border-radius:24px;background:#fff;box-shadow:var(--dom-shadow)}

/* Keep the desktop three-column system stable a little longer than homepage old rules. */
@media(max-width:1320px) and (min-width:961px){
  .dom-inner-layout{grid-template-columns:220px minmax(0,1fr) 220px;gap:18px}
  .dom-archive-feature{grid-template-columns:minmax(0,1.45fr) minmax(220px,.72fr)}
  .dom-archive-lead{min-height:390px}
  .dom-archive-stream-card{grid-template-columns:185px minmax(0,1fr)}
}

/* Mobile/tablet: content is ALWAYS first, then left widgets, then right widgets. */
@media(max-width:960px){
  .dom-inner-shell{padding-top:16px}
  .dom-inner-layout{display:flex;flex-direction:column;gap:20px}
  .dom-inner-main{order:1;width:100%}
  .dom-inner-left{order:2;width:100%}
  .dom-inner-right{order:3;width:100%}
  .dom-inner-rail .dom-home-rail-inner.is-sticky{position:static}
  .dom-inner-rail .dom-home-rail-inner{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
  .dom-inner-rail .dom-home-rail-inner>.dom-ad{grid-column:1/-1}
  .dom-article-body{padding:26px 24px 28px;border-radius:20px}
  .dom-page{padding:30px 26px 32px}
  .dom-archive-hero{min-height:145px;padding:26px 25px}
  .dom-archive-feature{grid-template-columns:1fr;padding:13px}
  .dom-archive-lead{min-height:410px}
  .dom-archive-feature-side{grid-template-columns:1fr 1fr;grid-template-rows:auto}
  .dom-archive-feature-mini{grid-template-rows:150px 1fr}
}

@media(max-width:620px){
  .dom-inner-layout{gap:16px}
  .dom-inner-rail .dom-home-rail-inner{grid-template-columns:1fr;gap:13px}
  .dom-inner-main>.dom-breadcrumbs{margin-bottom:11px}
  .dom-article-body{padding:21px 17px 24px;border-radius:18px}
  .dom-page{padding:25px 19px 28px;border-radius:18px}
  .dom-page-header{margin-bottom:22px;padding-bottom:19px}
  .dom-page-header h1{font-size:34px}
  .dom-archive-hero{display:block;min-height:0;padding:24px 20px;border-radius:19px}
  .dom-archive-hero:before{left:20px;width:58px}
  .dom-archive-hero h1{font-size:36px}
  .dom-archive-count{display:inline-flex;align-items:flex-start;margin-top:18px;padding:10px 12px}
  .dom-archive-count strong{font-size:21px}
  .dom-archive-feature{padding:10px;border-radius:19px}
  .dom-archive-lead{min-height:350px;border-radius:15px}
  .dom-archive-lead-copy{left:17px;right:17px;bottom:17px}
  .dom-archive-lead-copy h2{font-size:27px}
  .dom-archive-lead-copy p{display:none}
  .dom-archive-feature-side{display:block}
  .dom-archive-feature-mini{grid-template-columns:118px minmax(0,1fr);grid-template-rows:auto;min-height:112px;margin-top:10px}
  .dom-archive-feature-mini-media{min-height:112px}
  .dom-archive-feature-mini>div{align-self:center;padding:12px}
  .dom-archive-feature-mini h3{font-size:14px}
  .dom-archive-stream{padding:15px 14px 5px;border-radius:19px}
  .dom-archive-stream-card{grid-template-columns:116px minmax(0,1fr);gap:11px;padding:13px 0}
  .dom-archive-stream-media{aspect-ratio:1.18;border-radius:12px}
  .dom-archive-stream-copy h3{margin:5px 0;font-size:15.5px;line-height:1.22}
  .dom-archive-stream-copy p{display:none}
  .dom-archive-stream-copy .dom-stream-meta>span{display:none}
  .dom-inner-main>.dom-404{padding:58px 18px 66px;border-radius:19px}
}

/* ==========================================================
   Domrenta Portal 1.6.3 — fixed sticky rail geometry
   The grid rail itself stretches to the height of the centre column.
   Only the inner rail becomes a viewport when its content is taller
   than the available screen height. No tinted rail background.
   ========================================================== */
@media (min-width:961px){
  /* Critical for position:sticky: the containing grid item must be
     as tall as the grid row, not only as tall as its own widgets. */
  .dom-home-rail,
  .dom-inner-rail{
    align-self:stretch!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
  }

  .dom-home-rail-inner.is-sticky,
  .dom-inner-rail .dom-home-rail-inner.is-sticky{
    position:sticky!important;
    top:var(--dom-rail-top,149px)!important;
    height:auto!important;
    max-height:calc(100vh - var(--dom-rail-top,149px) - 14px)!important;
    max-height:calc(100dvh - var(--dom-rail-top,149px) - 14px)!important;
    min-height:0!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    overscroll-behavior-y:contain;
    scrollbar-gutter:auto;
    scrollbar-width:thin;
    scrollbar-color:transparent transparent;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
    padding:0 3px 14px 0!important;
    margin:0 -3px 0 0!important;
    box-sizing:border-box;
  }

  .dom-home-rail-inner.is-sticky:hover,
  .dom-inner-rail .dom-home-rail-inner.is-sticky:hover{
    scrollbar-color:rgba(49,88,74,.28) transparent;
  }

  .dom-home-rail-inner.is-sticky::-webkit-scrollbar,
  .dom-inner-rail .dom-home-rail-inner.is-sticky::-webkit-scrollbar{width:4px}
  .dom-home-rail-inner.is-sticky::-webkit-scrollbar-track,
  .dom-inner-rail .dom-home-rail-inner.is-sticky::-webkit-scrollbar-track{background:transparent}
  .dom-home-rail-inner.is-sticky::-webkit-scrollbar-thumb,
  .dom-inner-rail .dom-home-rail-inner.is-sticky::-webkit-scrollbar-thumb{background:transparent;border-radius:999px}
  .dom-home-rail-inner.is-sticky:hover::-webkit-scrollbar-thumb,
  .dom-inner-rail .dom-home-rail-inner.is-sticky:hover::-webkit-scrollbar-thumb{background:rgba(49,88,74,.24)}

  .dom-home-rail-inner.is-sticky>*,
  .dom-inner-rail .dom-home-rail-inner.is-sticky>*{
    flex:0 0 auto!important;
  }
}


/* ==========================================================
   Domrenta Portal 1.6.4 — clean rails, clean Stories,
   reliable desktop category hit areas and clickable articles
   ========================================================== */

/* Sidebars: no floating shadows. Keep the cards crisp and flat so
   sticky rails align cleanly next to the centre column. */
.dom-home-rail .dom-rail-box,
.dom-home-rail .dom-widget,
.dom-home-rail .dom-ad,
.dom-inner-rail .dom-rail-box,
.dom-inner-rail .dom-widget,
.dom-inner-rail .dom-ad,
.dom-home-rail .dom-rail-thumb,
.dom-inner-rail .dom-rail-thumb,
.dom-home-rail .dom-rail-number,
.dom-inner-rail .dom-rail-number,
.dom-home-rail .dom-category-links b,
.dom-inner-rail .dom-category-links b{
  box-shadow:none!important;
}

/* Stories: deliberately flat. No outer/card/control/device shadows,
   which prevents neighbouring story tiles from visually stacking. */
.dom-stories,
.dom-story-ring,
.dom-story-controls i,
.dom-story-device,
.dom-story-content a{
  box-shadow:none!important;
}
.dom-story-card:hover .dom-story-ring{
  box-shadow:none!important;
}

/* Desktop category menu: every visible item owns its complete hit area. */
.dom-category-row{
  position:relative;
  z-index:30;
}
.dom-category-inner,
.dom-category-nav,
.dom-category-menu,
.dom-category-menu li,
.dom-category-menu a{
  position:relative;
}
.dom-category-nav,
.dom-category-menu,
.dom-category-menu li,
.dom-category-menu a{
  pointer-events:auto!important;
}
.dom-category-menu a{
  z-index:2;
  cursor:pointer;
}
.dom-category-menu a::before,
.dom-category-menu a::after,
.dom-category-kicker i{
  pointer-events:none!important;
}
@media (min-width:1101px){
  .dom-category-inner,
  .dom-category-nav{
    overflow:visible!important;
  }
  .dom-category-menu{
    overflow:visible!important;
    flex-wrap:nowrap;
  }
}
@media (min-width:821px) and (max-width:1100px){
  .dom-category-nav{overflow:hidden}
  .dom-category-menu{
    overflow-x:auto!important;
    overflow-y:hidden!important;
    -webkit-overflow-scrolling:touch;
    touch-action:pan-x;
  }
}

/* All editorial article surfaces are clickable, not only their title/image. */
.dom-js-card-link{
  cursor:pointer;
}

/* ==========================================================
   Domrenta Portal 1.6.5 — native click surfaces + mobile tap fix
   ========================================================== */

/* Hidden fullscreen UI must never sit on top of the page and capture taps. */
.dom-search-modal,
.dom-story-viewer{
  pointer-events:none!important;
}
.dom-search-modal.open,
.dom-story-viewer.open{
  pointer-events:auto!important;
}

/* Decorative layers are visual only. */
.dom-feature-lead::before,
.dom-feature-lead::after,
.dom-archive-lead::after,
.dom-main-stage::before,
.dom-stream-section::before,
.dom-topic-section::before,
.dom-section-titlebar::after,
.dom-rail-box::before,
.dom-widget::before{
  pointer-events:none!important;
}

/* Native full-card links. No JS click hijacking is used. */
.dom-feature-lead,
.dom-feature-small,
.dom-feature-strip > article,
.dom-stream-card,
.dom-topic-lead,
.dom-topic-mini,
.dom-card,
.dom-rail-post,
.dom-archive-lead,
.dom-archive-feature-mini,
.dom-archive-stream-card,
.dom-popular-item{
  position:relative;
  isolation:isolate;
}
.dom-article-hit{
  position:absolute!important;
  inset:0!important;
  z-index:1!important;
  display:block!important;
  width:auto!important;
  height:auto!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
  border-radius:inherit;
  background:transparent!important;
  box-shadow:none!important;
  cursor:pointer;
  touch-action:manipulation;
  -webkit-tap-highlight-color:rgba(49,88,74,.08);
}

/* Explicit secondary links must remain independently clickable above the hit surface. */
.dom-cat,
.dom-category-links a,
.dom-more-link,
.dom-story-card,
.dom-story-content a,
.dom-share a,
.dom-share button{
  position:relative;
  z-index:2;
}

/* Hero copy stays visually above the full-card link, but only its actual links
   consume pointer events. Blank copy/meta areas fall through to the article hit link. */
.dom-feature-overlay,
.dom-archive-lead-copy{
  pointer-events:none;
}
.dom-feature-overlay a,
.dom-archive-lead-copy a{
  pointer-events:auto;
  position:relative;
  z-index:2;
}

/* The title/media links point to the same article; keep them above the native hit link
   for normal browser status/keyboard behaviour where possible. */
.dom-feature-overlay h2 a,
.dom-feature-small a:not(.dom-article-hit),
.dom-feature-strip > article a:not(.dom-article-hit),
.dom-stream-card a:not(.dom-cat):not(.dom-article-hit),
.dom-topic-lead a:not(.dom-cat):not(.dom-article-hit),
.dom-topic-mini a:not(.dom-cat):not(.dom-article-hit),
.dom-card a:not(.dom-cat):not(.dom-article-hit),
.dom-rail-post a:not(.dom-cat):not(.dom-article-hit),
.dom-archive-lead-copy h2 a,
.dom-archive-feature-mini a:not(.dom-cat):not(.dom-article-hit),
.dom-archive-stream-card a:not(.dom-cat):not(.dom-article-hit){
  position:relative;
  z-index:2;
}

/* No legacy synthetic clickable cursor class should affect touch/click behaviour. */
.dom-js-card-link{cursor:default}

@media (max-width:960px){
  /* Mobile: guarantee page content and controls own their tap targets. */
  .dom-site-content,
  .dom-home,
  .dom-inner-shell,
  .dom-inner-layout,
  .dom-inner-main,
  .dom-home-center,
  .dom-home-rail,
  .dom-inner-rail{
    position:relative;
  }
  .dom-article-hit{
    pointer-events:auto!important;
  }
  .dom-header,
  .dom-category-row,
  .dom-ticker{
    pointer-events:auto;
  }
}


/* ==========================================================
   Domrenta Portal 1.6.6 — mobile hero + refined Stories viewer
   ========================================================== */

/* The lead story always reads as the visual hero. */
.dom-feature-overlay h2,
.dom-feature-overlay h2 a,
.dom-feature-overlay h2 a:visited{
  color:#fff!important;
}

/* Cleaner and more balanced opened Stories controls. */
.dom-story-viewer{
  display:flex;
  align-items:center;
  justify-content:center;
  padding:24px 72px;
}
.dom-story-device{
  width:min(430px,calc(100vw - 144px));
  height:min(780px,calc(100dvh - 48px));
  max-height:calc(100dvh - 48px);
  margin:auto;
  border-radius:28px;
  touch-action:pan-y;
}
.dom-story-icon{
  display:block;
  width:20px;
  height:20px;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
  pointer-events:none;
}
.dom-story-close,
.dom-story-nav{
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(10,16,12,.38);
  color:#fff;
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  box-shadow:none!important;
}
.dom-story-close{
  top:14px;
  right:14px;
  width:40px;
  height:40px;
  border-radius:13px;
}
.dom-story-progress{
  top:17px;
  left:15px;
  right:66px;
  align-items:center;
}
.dom-story-nav{
  top:50%;
  width:42px;
  height:42px;
  border-radius:13px!important;
  transform:translateY(-50%);
  opacity:1;
}
.dom-story-nav.prev{left:14px}
.dom-story-nav.next{right:14px}
.dom-story-nav:hover{
  background:rgba(10,16,12,.56);
  border-color:rgba(255,255,255,.28);
}
.dom-story-content{
  left:26px;
  right:26px;
  bottom:28px;
  text-align:left;
}
.dom-story-content a{
  min-height:44px;
  justify-content:center;
  padding:11px 15px;
}

/* Hide the hot/latest ticker completely on mobile. */
@media (max-width:820px){
  .dom-ticker{display:none!important}
}

/* Phone-first "Svarbiausia šiandien": one real hero followed by
   horizontally swipeable supporting stories instead of a broken stack. */
@media (max-width:620px){
  .dom-main-stage{
    padding:14px 12px 15px;
    border-radius:18px;
  }
  .dom-stage-head{
    align-items:flex-start;
    padding:1px 2px 14px;
  }
  .dom-stage-head h1{
    margin-top:6px;
    font-size:24px;
    line-height:1.08;
    letter-spacing:-.032em;
  }
  .dom-feature-grid{display:block}
  .dom-feature-lead{
    min-height:0;
    aspect-ratio:4/3;
    border-radius:17px;
  }
  .dom-feature-overlay{
    left:17px;
    right:17px;
    bottom:16px;
  }
  .dom-feature-overlay h2{
    margin:9px 0 7px;
    max-width:none;
    font-size:clamp(23px,7vw,29px);
    line-height:1.07;
    letter-spacing:-.035em;
    text-wrap:balance;
  }
  .dom-feature-overlay .dom-cat{
    padding:6px 9px;
    font-size:8px;
  }
  .dom-feature-side{
    display:grid!important;
    grid-auto-flow:column;
    grid-auto-columns:minmax(238px,78vw);
    grid-template-columns:none!important;
    grid-template-rows:none!important;
    gap:10px;
    margin-top:11px;
    padding:1px 1px 5px;
    overflow-x:auto;
    overflow-y:hidden;
    scroll-snap-type:x mandatory;
    overscroll-behavior-inline:contain;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
  }
  .dom-feature-side::-webkit-scrollbar{display:none}
  .dom-feature-small{
    display:block!important;
    min-width:0;
    margin:0!important;
    overflow:hidden;
    border-radius:15px;
    scroll-snap-align:start;
    scroll-snap-stop:always;
  }
  .dom-feature-small-media{
    display:block;
    width:100%;
    height:auto!important;
    aspect-ratio:16/9!important;
    border-radius:15px 15px 10px 10px;
  }
  .dom-feature-small-copy{padding:11px 12px 12px}
  .dom-feature-small-copy h3{
    margin:5px 0 4px;
    font-size:14px;
    line-height:1.27;
  }
  .dom-feature-strip{
    display:grid!important;
    grid-auto-flow:column;
    grid-auto-columns:minmax(245px,80vw);
    grid-template-columns:none!important;
    gap:10px;
    margin-top:6px;
    padding:1px 1px 5px;
    overflow-x:auto;
    overflow-y:hidden;
    scroll-snap-type:x mandatory;
    overscroll-behavior-inline:contain;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
  }
  .dom-feature-strip::-webkit-scrollbar{display:none}
  .dom-feature-strip>article{
    grid-template-columns:104px minmax(0,1fr)!important;
    gap:10px;
    margin:0!important;
    padding:9px;
    border-radius:14px;
    scroll-snap-align:start;
    scroll-snap-stop:always;
  }
  .dom-feature-strip-media{border-radius:10px}
  .dom-feature-strip-copy h3{
    font-size:13px;
    line-height:1.28;
  }

  /* Opened story: visibly detached from the phone bottom edge and safe areas. */
  .dom-story-viewer{
    align-items:center;
    justify-content:center;
    padding:14px 10px calc(20px + env(safe-area-inset-bottom));
  }
  .dom-story-device{
    width:min(100%,430px);
    height:calc(100dvh - 34px - env(safe-area-inset-bottom));
    max-height:calc(100dvh - 34px - env(safe-area-inset-bottom));
    border-radius:24px;
  }
  .dom-story-progress{
    top:14px;
    left:13px;
    right:59px;
  }
  .dom-story-close{
    top:10px;
    right:10px;
    width:38px;
    height:38px;
    border-radius:12px;
  }
  .dom-story-nav{
    width:38px;
    height:38px;
    border-radius:12px!important;
  }
  .dom-story-nav.prev{left:10px}
  .dom-story-nav.next{right:10px}
  .dom-story-icon{width:19px;height:19px}
  .dom-story-content{
    left:20px;
    right:20px;
    bottom:24px;
    text-align:center;
  }
  .dom-story-content>span{margin-inline:auto}
  .dom-story-content h3{
    margin:10px auto 12px;
    max-width:340px;
    font-size:clamp(25px,8vw,34px);
    line-height:1.04;
    text-align:center;
  }
  .dom-story-content a{
    width:fit-content;
    min-width:178px;
    margin-inline:auto;
  }
}

/* ==========================================================
   Domrenta Portal 1.6.7 — polished Stories controls + mobile contrast
   ========================================================== */

/* Keep the story controls geometrically balanced and crisp. */
.dom-story-close,
.dom-story-nav{
  box-sizing:border-box;
  flex:0 0 auto;
  aspect-ratio:1/1;
  border-radius:999px!important;
  background:rgba(8,14,10,.44);
  border:1px solid rgba(255,255,255,.22);
  color:#fff;
  backdrop-filter:blur(12px) saturate(125%);
  -webkit-backdrop-filter:blur(12px) saturate(125%);
  box-shadow:none!important;
  transition:background .16s ease,border-color .16s ease,transform .16s ease;
}
.dom-story-close:hover,
.dom-story-nav:hover{
  background:rgba(8,14,10,.62);
  border-color:rgba(255,255,255,.36);
}
.dom-story-close:active,
.dom-story-nav:active{transform:scale(.95)}

/* True circular close control, almost flush with the story top/right edge. */
.dom-story-close{
  top:9px!important;
  right:9px!important;
  width:40px!important;
  height:40px!important;
  min-width:40px!important;
  min-height:40px!important;
  padding:0!important;
}
.dom-story-close .dom-story-icon{
  width:18px;
  height:18px;
  margin:0;
  stroke-width:2.15;
}

/* Progress gets the same breathing room from the close control. */
.dom-story-progress{
  top:15px!important;
  left:14px!important;
  right:59px!important;
}

/* Equal, circular arrows on both sides. */
.dom-story-nav{
  top:50%!important;
  width:44px!important;
  height:44px!important;
  min-width:44px!important;
  min-height:44px!important;
  padding:0!important;
  opacity:1!important;
  transform:translateY(-50%);
}
.dom-story-nav.prev{left:12px!important}
.dom-story-nav.next{right:12px!important}
.dom-story-nav .dom-story-icon{
  width:20px;
  height:20px;
  margin:0;
  stroke-width:2.05;
}
.dom-story-nav:active{transform:translateY(-50%) scale(.95)}

/* Stronger lower image separation; story copy is always white. */
.dom-story-shade{
  background:linear-gradient(180deg,
    rgba(7,12,8,.16) 0%,
    rgba(7,12,8,.025) 34%,
    rgba(7,12,8,.12) 50%,
    rgba(7,12,8,.66) 70%,
    rgba(7,12,8,.91) 84%,
    rgba(7,12,8,.98) 100%)!important;
}
.dom-story-content,
.dom-story-content h3,
.dom-story-content h3 a,
.dom-story-content h3 a:visited{
  color:#fff!important;
}
.dom-story-content h3{text-shadow:0 2px 18px rgba(0,0,0,.22)}

@media(max-width:620px){
  /* Same control language on phones, sized for touch without looking bulky. */
  .dom-story-close{
    top:9px!important;
    right:9px!important;
    width:38px!important;
    height:38px!important;
    min-width:38px!important;
    min-height:38px!important;
  }
  .dom-story-close .dom-story-icon{width:17px;height:17px}
  .dom-story-progress{
    top:14px!important;
    left:13px!important;
    right:56px!important;
  }
  .dom-story-nav{
    width:40px!important;
    height:40px!important;
    min-width:40px!important;
    min-height:40px!important;
  }
  .dom-story-nav.prev{left:10px!important}
  .dom-story-nav.next{right:10px!important}
  .dom-story-nav .dom-story-icon{width:19px;height:19px}

  /* A little more bottom overlay on mobile for busy featured photos. */
  .dom-story-shade{
    background:linear-gradient(180deg,
      rgba(7,12,8,.13) 0%,
      rgba(7,12,8,.02) 31%,
      rgba(7,12,8,.16) 48%,
      rgba(7,12,8,.73) 68%,
      rgba(7,12,8,.94) 83%,
      rgba(7,12,8,.995) 100%)!important;
  }
  .dom-story-content h3{
    color:#fff!important;
    text-shadow:0 2px 20px rgba(0,0,0,.28);
  }
}

/* ==========================================================
   Domrenta Portal 1.6.8 — deterministic Story controls
   ========================================================== */

/* Controls are anchored to a dedicated stage, not to the clipped Story card. */
.dom-story-viewer .dom-story-stage{
  position:relative;
  z-index:2;
  width:min(430px,calc(100vw - 160px));
  height:min(780px,calc(100dvh - 48px));
  max-height:calc(100dvh - 48px);
  margin:auto;
  flex:0 0 auto;
}
.dom-story-viewer .dom-story-stage > .dom-story-device{
  position:relative;
  z-index:1;
  width:100%!important;
  height:100%!important;
  max-height:none!important;
  margin:0!important;
}

/* The close button is now genuinely outside the clipped card, aligned to its top-right. */
.dom-story-viewer .dom-story-stage > .dom-story-close{
  position:absolute!important;
  z-index:20!important;
  top:0!important;
  right:-56px!important;
  left:auto!important;
  width:44px!important;
  height:44px!important;
  min-width:44px!important;
  min-height:44px!important;
  margin:0!important;
  padding:0!important;
  display:grid!important;
  place-items:center!important;
  line-height:1!important;
  border-radius:999px!important;
  transform:none!important;
}
.dom-story-viewer .dom-story-stage > .dom-story-close .dom-story-icon{
  width:19px!important;
  height:19px!important;
  margin:0!important;
}

/* Equal gap from both Story sides, equal dimensions, exact vertical centering. */
.dom-story-viewer .dom-story-stage > .dom-story-nav{
  position:absolute!important;
  z-index:20!important;
  top:50%!important;
  width:46px!important;
  height:46px!important;
  min-width:46px!important;
  min-height:46px!important;
  margin:0!important;
  padding:0!important;
  display:grid!important;
  place-items:center!important;
  border-radius:999px!important;
  transform:translateY(-50%)!important;
  opacity:1!important;
}
.dom-story-viewer .dom-story-stage > .dom-story-nav.prev{
  left:-62px!important;
  right:auto!important;
}
.dom-story-viewer .dom-story-stage > .dom-story-nav.next{
  right:-62px!important;
  left:auto!important;
}
.dom-story-viewer .dom-story-stage > .dom-story-nav .dom-story-icon{
  width:21px!important;
  height:21px!important;
  margin:0!important;
}
.dom-story-viewer .dom-story-stage > .dom-story-nav:active{
  transform:translateY(-50%) scale(.95)!important;
}

/* Close is outside on desktop, so progress can use the full Story width. */
.dom-story-viewer .dom-story-device > .dom-story-progress{
  left:14px!important;
  right:14px!important;
  top:15px!important;
}

/* The image itself behaves like Story apps: left side = back, right side = next. */
.dom-story-device{cursor:pointer}
.dom-story-content,
.dom-story-content a{cursor:default}
.dom-story-content a{cursor:pointer}

@media(max-width:620px){
  .dom-story-viewer .dom-story-stage{
    width:min(100%,430px);
    height:calc(100dvh - 34px - env(safe-area-inset-bottom));
    max-height:calc(100dvh - 34px - env(safe-area-inset-bottom));
  }
  .dom-story-viewer .dom-story-stage > .dom-story-device{
    width:100%!important;
    height:100%!important;
  }
  /* On phones the same round controls sit inside the visual Story edge. */
  .dom-story-viewer .dom-story-stage > .dom-story-close{
    top:10px!important;
    right:10px!important;
    width:40px!important;
    height:40px!important;
    min-width:40px!important;
    min-height:40px!important;
  }
  .dom-story-viewer .dom-story-stage > .dom-story-close .dom-story-icon{
    width:18px!important;
    height:18px!important;
  }
  .dom-story-viewer .dom-story-stage > .dom-story-nav{
    width:42px!important;
    height:42px!important;
    min-width:42px!important;
    min-height:42px!important;
  }
  .dom-story-viewer .dom-story-stage > .dom-story-nav.prev{left:12px!important}
  .dom-story-viewer .dom-story-stage > .dom-story-nav.next{right:12px!important}
  .dom-story-viewer .dom-story-stage > .dom-story-nav .dom-story-icon{
    width:20px!important;
    height:20px!important;
  }
  .dom-story-viewer .dom-story-device > .dom-story-progress{
    top:14px!important;
    left:13px!important;
    right:60px!important;
  }
}

/* ==========================================================
   Domrenta Portal 1.6.9 — weather + today sidebar widgets
   ========================================================== */
.dom-weather-widget,.dom-day-widget{
  box-shadow:none!important;
  overflow:hidden;
  padding:16px!important;
}
.dom-weather-widget::before,.dom-day-widget::before{display:none!important}
.dom-widget-topline{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:14px}
.dom-widget-topline>div:first-child>span{display:block;margin-bottom:3px;color:var(--dom-accent);font-size:8px;font-weight:650;letter-spacing:.12em;text-transform:uppercase}
.dom-widget-topline h3{margin:0;font-size:16px;line-height:1.15;font-weight:650;letter-spacing:-.025em;color:#1c251f}
.dom-widget-live{display:inline-flex;align-items:center;gap:6px;flex:0 0 auto;padding:6px 8px;border-radius:999px;background:color-mix(in srgb,var(--dom-accent) 8%,#fff);color:var(--dom-accent);font-size:8px;font-weight:600;line-height:1}
.dom-widget-live i{width:6px;height:6px;border-radius:50%;background:var(--dom-accent)}
.dom-weather-now{display:flex;align-items:center;gap:12px;padding:14px;border-radius:16px;background:linear-gradient(135deg,color-mix(in srgb,var(--dom-accent) 10%,#fff),color-mix(in srgb,var(--dom-secondary) 9%,#fff))}
.dom-weather-icon{display:grid;place-items:center;width:54px;height:54px;flex:0 0 54px;border-radius:15px;background:rgba(255,255,255,.74);color:var(--dom-accent);border:1px solid rgba(49,88,74,.07)}
.dom-weather-icon svg{width:31px;height:31px}
.dom-weather-temp{min-width:0;display:flex;flex-direction:column}
.dom-weather-temp strong{font-size:36px;line-height:.95;font-weight:600;letter-spacing:-.06em;color:#172019}
.dom-weather-temp span{margin-top:5px;font-size:10px;line-height:1.25;font-weight:500;color:#647067}
.dom-weather-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin-top:8px}
.dom-weather-stats span{display:flex;min-width:0;flex-direction:column;align-items:center;gap:2px;padding:8px 4px;border-radius:11px;background:#f7f9f7;color:#869087;font-size:7.5px;line-height:1.15;text-align:center}
.dom-weather-stats b{color:#334038;font-size:10px;font-weight:600}
.dom-weather-days{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin-top:10px;padding-top:10px;border-top:1px solid rgba(28,52,35,.07)}
.dom-weather-days>div{display:grid;grid-template-columns:1fr;justify-items:center;gap:4px;padding:7px 3px;border-radius:11px;transition:background .16s ease}
.dom-weather-days>div:hover{background:#f6f8f6}
.dom-weather-days span{font-size:8px;font-weight:500;color:#7c877f}
.dom-weather-days svg{width:21px;height:21px;color:var(--dom-accent)}
.dom-weather-days b{font-size:9px;font-weight:600;color:#2d3931}
.dom-weather-days em{font-style:normal;font-weight:400;color:#9aa19c}
.dom-widget-source{margin-top:9px;color:#a1a8a3;font-size:7px;font-weight:500;text-align:right;letter-spacing:.03em}
.dom-widget-empty{padding:12px;border-radius:12px;background:#f7f9f7;color:#77827a;font-size:10px;line-height:1.5}

.dom-day-widget{background:linear-gradient(180deg,#fff,color-mix(in srgb,var(--dom-warm) 3%,#fff))!important}
.dom-day-widget .dom-widget-topline{align-items:center}
.dom-day-widget .dom-widget-topline>div:first-child>span{color:#a87322}
.dom-day-date{display:flex!important;align-items:center;gap:7px!important;flex:0 0 auto;padding:6px 8px;border-radius:12px;background:color-mix(in srgb,var(--dom-warm) 11%,#fff)}
.dom-day-date strong{font-size:18px;line-height:1;font-weight:650;color:#8d621d}
.dom-day-date span{margin:0!important;font-size:8px!important;font-weight:500!important;letter-spacing:0!important;text-transform:none!important;color:#9b783e!important}
.dom-day-row{display:grid;grid-template-columns:34px minmax(0,1fr);gap:10px;align-items:start;padding:11px 0;border-top:1px solid rgba(28,52,35,.065)}
.dom-day-ico{display:grid;place-items:center;width:34px;height:34px;border-radius:11px;background:color-mix(in srgb,var(--dom-accent) 8%,#fff);color:var(--dom-accent)}
.dom-day-holiday .dom-day-ico{background:color-mix(in srgb,var(--dom-warm) 12%,#fff);color:#a87322}
.dom-day-ico svg{width:18px;height:18px}
.dom-day-row small{display:block;margin:0 0 3px;color:#8a938d;font-size:8px;font-weight:500}
.dom-day-row b{display:block;color:#29342d;font-size:10.5px;line-height:1.45;font-weight:550}
.dom-day-mini{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin-top:5px}
.dom-day-mini span{display:flex;flex-direction:column;align-items:center;gap:2px;padding:8px 3px;border-radius:10px;background:#f7f8f6;color:#8a938d;font-size:7px;text-align:center}
.dom-day-mini b{font-size:10px;font-weight:600;color:#3b463f}

@media(max-width:960px){
  .dom-weather-widget,.dom-day-widget{padding:15px!important}
}


/* ==========================================================
   Domrenta Portal 1.6.10 — 768px editorial centre + wider rails
   1480px = 332 + 24 + 768 + 24 + 332
   ========================================================== */
@media (min-width:1321px){
  :root{
    --dom-rail:332px;
    --dom-gap:24px;
  }

  /* Wider rail surfaces */
  .dom-home-rail .dom-rail-box,
  .dom-home-rail .dom-widget,
  .dom-inner-rail .dom-rail-box,
  .dom-inner-rail .dom-widget{
    padding:18px!important;
  }

  .dom-home-rail .dom-rail-head,
  .dom-inner-rail .dom-rail-head{
    padding-bottom:14px;
  }

  /* Sidebar typography: roughly +2px, without touching centre content */
  .dom-home-rail .dom-rail-head h3,
  .dom-home-rail .widget-title,
  .dom-inner-rail .dom-rail-head h3,
  .dom-inner-rail .widget-title{
    font-size:18px!important;
  }
  .dom-home-rail .dom-rail-head>span,
  .dom-inner-rail .dom-rail-head>span{
    font-size:10.5px!important;
  }
  .dom-home-rail .dom-rail-copy h4,
  .dom-inner-rail .dom-rail-copy h4{
    font-size:14.5px!important;
    line-height:1.38;
  }
  .dom-home-rail .dom-cat,
  .dom-inner-rail .dom-cat{
    font-size:10.5px!important;
  }
  .dom-home-rail .dom-meta,
  .dom-inner-rail .dom-meta{
    font-size:11.5px!important;
  }
  .dom-home-rail .dom-category-links a,
  .dom-inner-rail .dom-category-links a{
    font-size:14px!important;
    padding:12px 0;
  }
  .dom-home-rail .dom-category-links b,
  .dom-inner-rail .dom-category-links b{
    font-size:11.5px!important;
  }
  .dom-home-rail .dom-widget li,
  .dom-inner-rail .dom-widget li{
    font-size:14px!important;
    padding:11px 0;
  }

  /* Give article thumbnails more presence in the wider sidebars */
  .dom-home-rail .dom-rail-post.has-thumb,
  .dom-inner-rail .dom-rail-post.has-thumb{
    grid-template-columns:96px minmax(0,1fr)!important;
    gap:12px!important;
  }
  .dom-home-rail .dom-rail-post,
  .dom-inner-rail .dom-rail-post{
    padding:14px 0;
  }
  .dom-home-rail .dom-rail-number,
  .dom-inner-rail .dom-rail-number{
    width:34px;height:34px;font-size:14px;
  }
  .dom-home-rail .dom-rail-post:has(.dom-rail-number),
  .dom-inner-rail .dom-rail-post:has(.dom-rail-number){
    grid-template-columns:40px minmax(0,1fr)!important;
    gap:10px;
  }

  /* Weather widget scales with the wider rail */
  .dom-home-rail .dom-weather-widget,
  .dom-home-rail .dom-day-widget,
  .dom-inner-rail .dom-weather-widget,
  .dom-inner-rail .dom-day-widget{
    padding:18px!important;
  }
  .dom-home-rail .dom-widget-topline>div:first-child>span,
  .dom-inner-rail .dom-widget-topline>div:first-child>span{
    font-size:10px!important;
  }
  .dom-home-rail .dom-widget-topline h3,
  .dom-inner-rail .dom-widget-topline h3{
    font-size:18px!important;
  }
  .dom-home-rail .dom-widget-live,
  .dom-inner-rail .dom-widget-live{
    font-size:10px!important;
    padding:7px 10px;
  }
  .dom-home-rail .dom-weather-now,
  .dom-inner-rail .dom-weather-now{
    gap:14px;
    padding:16px;
  }
  .dom-home-rail .dom-weather-icon,
  .dom-inner-rail .dom-weather-icon{
    width:60px;height:60px;flex-basis:60px;
  }
  .dom-home-rail .dom-weather-icon svg,
  .dom-inner-rail .dom-weather-icon svg{
    width:35px;height:35px;
  }
  .dom-home-rail .dom-weather-temp strong,
  .dom-inner-rail .dom-weather-temp strong{
    font-size:38px!important;
  }
  .dom-home-rail .dom-weather-temp span,
  .dom-inner-rail .dom-weather-temp span{
    font-size:12px!important;
  }
  .dom-home-rail .dom-weather-stats span,
  .dom-inner-rail .dom-weather-stats span{
    font-size:9.5px!important;
    padding:9px 5px;
  }
  .dom-home-rail .dom-weather-stats b,
  .dom-inner-rail .dom-weather-stats b{
    font-size:12px!important;
  }
  .dom-home-rail .dom-weather-days span,
  .dom-inner-rail .dom-weather-days span{
    font-size:10px!important;
  }
  .dom-home-rail .dom-weather-days b,
  .dom-inner-rail .dom-weather-days b{
    font-size:11px!important;
  }
  .dom-home-rail .dom-weather-days svg,
  .dom-inner-rail .dom-weather-days svg{
    width:24px;height:24px;
  }
  .dom-home-rail .dom-widget-source,
  .dom-inner-rail .dom-widget-source{
    font-size:9px!important;
  }

  /* Today / name-days widget */
  .dom-home-rail .dom-day-date strong,
  .dom-inner-rail .dom-day-date strong{
    font-size:20px!important;
  }
  .dom-home-rail .dom-day-date span,
  .dom-inner-rail .dom-day-date span{
    font-size:10px!important;
  }
  .dom-home-rail .dom-day-row,
  .dom-inner-rail .dom-day-row{
    grid-template-columns:38px minmax(0,1fr);
    gap:11px;
    padding:13px 0;
  }
  .dom-home-rail .dom-day-ico,
  .dom-inner-rail .dom-day-ico{
    width:38px;height:38px;
  }
  .dom-home-rail .dom-day-ico svg,
  .dom-inner-rail .dom-day-ico svg{
    width:20px;height:20px;
  }
  .dom-home-rail .dom-day-row small,
  .dom-inner-rail .dom-day-row small{
    font-size:10px!important;
  }
  .dom-home-rail .dom-day-row b,
  .dom-inner-rail .dom-day-row b{
    font-size:12.5px!important;
  }
  .dom-home-rail .dom-day-mini span,
  .dom-inner-rail .dom-day-mini span{
    font-size:9px!important;
    padding:9px 4px;
  }
  .dom-home-rail .dom-day-mini b,
  .dom-inner-rail .dom-day-mini b{
    font-size:12px!important;
  }
}

/* ==========================================================
   Domrenta Portal 1.6.11 — unified article typography + share UI
   ========================================================== */

/* One font stack for every editorial surface. Poppins includes Lithuanian Latin Extended glyphs. */
body.domrenta-portal .dom-article,
body.domrenta-portal .dom-article *:not(code):not(pre):not(kbd):not(samp),
body.domrenta-portal .dom-stream-card,
body.domrenta-portal .dom-stream-card *,
body.domrenta-portal .dom-card,
body.domrenta-portal .dom-card *,
body.domrenta-portal .dom-topic-section,
body.domrenta-portal .dom-topic-section *,
body.domrenta-portal .dom-rail-post,
body.domrenta-portal .dom-rail-post *,
body.domrenta-portal .dom-archive-main,
body.domrenta-portal .dom-archive-main *:not(code):not(pre):not(kbd):not(samp){
  font-family:"Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
  font-synthesis:none;
}

body.domrenta-portal .dom-entry-content{
  font-family:"Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
  font-weight:400;
  font-style:normal;
  letter-spacing:-.004em;
  font-kerning:normal;
  font-variant-ligatures:common-ligatures;
}
body.domrenta-portal .dom-entry-content p,
body.domrenta-portal .dom-entry-content li,
body.domrenta-portal .dom-entry-content td{
  font-family:inherit!important;
  font-weight:400;
}
body.domrenta-portal .dom-entry-content strong,
body.domrenta-portal .dom-entry-content b{font-family:inherit!important;font-weight:600}
body.domrenta-portal .dom-entry-content h2{font-family:inherit!important;font-weight:700}
body.domrenta-portal .dom-entry-content h3{font-family:inherit!important;font-weight:650}
body.domrenta-portal .dom-entry-content h4{font-family:inherit!important;font-weight:600}

/* Admin-controlled article title size; mobile is capped automatically. */
body.domrenta-portal .dom-article-header h1{
  font-family:"Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
  font-size:var(--dom-article-title,48px)!important;
  font-weight:700!important;
  line-height:1.08!important;
  letter-spacing:-.038em!important;
  font-synthesis:none;
}

/* Strong but compact sharing callout. */
.dom-article-header>.dom-share,
.dom-bottom-share>.dom-share{
  width:100%;
}
.dom-share{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  min-height:62px;
  padding:10px 12px 10px 18px;
  border:0;
  border-radius:16px;
  background:#1769df;
  color:#fff;
  box-shadow:none;
  overflow:hidden;
}
.dom-share-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-width:0;
  line-height:1.12;
}
.dom-share-copy span{
  color:rgba(255,255,255,.74);
  font-size:10px;
  font-weight:600;
  letter-spacing:.095em;
}
.dom-share-copy strong{
  margin-top:3px;
  color:#fff;
  font-size:14px;
  font-weight:600;
  letter-spacing:-.012em;
  white-space:nowrap;
}
.dom-share-actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:6px;
  flex:0 0 auto;
}
.dom-share .dom-share-actions a,
.dom-share .dom-share-actions button{
  position:relative;
  z-index:2;
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 40px;
  width:40px;
  height:40px;
  margin:0;
  padding:10px;
  border:0;
  border-radius:50%;
  background:rgba(255,255,255,.14);
  color:#fff;
  box-shadow:none!important;
  cursor:pointer;
  transition:background-color .16s ease,transform .16s ease;
}
.dom-share .dom-share-actions a:hover,
.dom-share .dom-share-actions button:hover{
  background:rgba(255,255,255,.24)!important;
  color:#fff!important;
  transform:translateY(-1px);
  box-shadow:none!important;
}
.dom-share .dom-share-actions svg{
  display:block;
  width:18px;
  height:18px;
  fill:currentColor;
}

/* Mobile: small elevated blue pill, icons stay on one line. */
@media(max-width:820px){
  body.domrenta-portal .dom-article-header h1{
    font-size:clamp(29px,7.5vw,var(--dom-article-title,48px))!important;
    line-height:1.09!important;
    letter-spacing:-.032em!important;
  }
  .dom-article-header>.dom-share,
  .dom-bottom-share>.dom-share{
    min-height:54px;
    padding:8px 9px 8px 13px;
    border-radius:14px;
  }
  .dom-share-copy strong{font-size:12.5px}
  .dom-share .dom-share-actions{gap:4px}
  .dom-share .dom-share-actions a,
  .dom-share .dom-share-actions button{
    flex-basis:36px;
    width:36px;
    height:36px;
    padding:9px;
  }
  .dom-share .dom-share-actions svg{width:16px;height:16px}

  .dom-mobile-share{
    display:block;
    position:fixed;
    left:50%;
    right:auto;
    bottom:max(12px,env(safe-area-inset-bottom));
    transform:translateX(-50%);
    z-index:80;
    width:auto;
    max-width:calc(100vw - 24px);
    padding:0!important;
    border:0!important;
    border-radius:16px;
    background:transparent!important;
    box-shadow:none!important;
    backdrop-filter:none!important;
  }
  .dom-mobile-share .dom-share{
    width:auto;
    min-height:46px;
    padding:5px 6px 5px 12px;
    gap:8px;
    border-radius:16px;
    background:#1769df;
    box-shadow:0 8px 22px rgba(23,105,223,.24);
    white-space:nowrap;
  }
  .dom-mobile-share .dom-share-copy{display:block}
  .dom-mobile-share .dom-share-copy span{
    display:block;
    color:#fff;
    font-size:10px;
    line-height:1;
    font-weight:650;
    letter-spacing:.08em;
  }
  .dom-mobile-share .dom-share-copy strong{display:none}
  .dom-mobile-share .dom-share-actions{gap:3px}
  .dom-mobile-share .dom-share-actions a,
  .dom-mobile-share .dom-share-actions button{
    flex-basis:34px;
    width:34px;
    height:34px;
    padding:8px;
    background:rgba(255,255,255,.14);
    border-radius:50%!important;
  }
  .dom-mobile-share .dom-share-actions svg{width:16px;height:16px}
}

@media(max-width:380px){
  .dom-mobile-share .dom-share{padding-left:9px;gap:5px}
  .dom-mobile-share .dom-share-copy span{font-size:9px}
  .dom-mobile-share .dom-share-actions a,
  .dom-mobile-share .dom-share-actions button{flex-basis:32px;width:32px;height:32px;padding:8px}
}


/* ==========================================================
   Domrenta Portal 1.6.12 — unified article header + bottom-only share
   ========================================================== */

/* Sharing is intentionally shown only after the article body. */
.dom-article-header > .dom-share,
.dom-mobile-share{
  display:none!important;
}

/* Title, metadata and featured image are one editorial surface. */
body.domrenta-portal .dom-single-main .dom-article-header{
  padding:24px 26px 26px;
  margin-bottom:20px;
  border:1px solid rgba(24,57,37,.10);
  border-radius:22px;
  background:#fff;
  box-shadow:none;
  overflow:hidden;
}
body.domrenta-portal .dom-single-main .dom-article-header:before{
  left:26px;
}
body.domrenta-portal .dom-single-main .dom-featured-in-header{
  width:100%;
  margin:22px 0 0!important;
  border:1px solid rgba(24,57,37,.10);
  border-radius:16px;
  overflow:hidden;
  background:#eef2ee;
  box-shadow:none!important;
}
body.domrenta-portal .dom-single-main .dom-featured-in-header img{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:16/9;
  object-fit:cover;
}
body.domrenta-portal .dom-single-main .dom-featured-in-header figcaption{
  margin:0;
  padding:10px 13px;
  border-top:1px solid rgba(24,57,37,.08);
  background:#f7f9f7;
  color:#78827a;
  font-size:11px;
  line-height:1.45;
}

/* Bottom share remains the sole sharing callout. */
body.domrenta-portal .dom-bottom-share{
  margin:26px auto 0;
}
body.domrenta-portal .dom-bottom-share > .dom-share{
  width:100%;
}

@media(max-width:820px){
  body.domrenta-portal .dom-single-main .dom-article-header{
    padding:18px 16px 16px;
    margin-bottom:16px;
    border-radius:17px;
  }
  body.domrenta-portal .dom-single-main .dom-article-header:before{
    left:16px;
    width:52px;
  }
  body.domrenta-portal .dom-single-main .dom-featured-in-header{
    margin-top:17px!important;
    border-radius:13px;
  }
  body.domrenta-portal .dom-single-main .dom-featured-in-header figcaption{
    padding:8px 10px;
    font-size:10px;
  }
  body.domrenta-portal .dom-bottom-share{
    margin-top:22px;
  }
}


/* ==========================================================
   Domrenta Portal 1.6.13 — title flow, archive highlights,
   compact page titles, rotating hot-news ticker and aligned rails
   ========================================================== */

/* Article title should use the full editorial width naturally.
   text-wrap:balance was creating premature line breaks. */
body.domrenta-portal .dom-single-main .dom-article-header h1{
  width:100%!important;
  max-width:none!important;
  text-wrap:wrap!important;
  word-break:normal!important;
  overflow-wrap:normal!important;
  hyphens:none!important;
}

/* Category/archive highlighted trio: all titles live on the image and read white. */
body.domrenta-portal .dom-archive-lead-copy h2,
body.domrenta-portal .dom-archive-lead-copy h2 a,
body.domrenta-portal .dom-archive-lead-copy h2 a:visited{
  color:#fff!important;
}
body.domrenta-portal .dom-archive-feature-mini{
  position:relative;
  display:block!important;
  min-height:210px;
  overflow:hidden;
  isolation:isolate;
  background:#152018;
  box-shadow:none!important;
}
body.domrenta-portal .dom-archive-feature-mini::after{
  content:"";
  position:absolute;
  inset:24% 0 0;
  z-index:1;
  pointer-events:none;
  background:linear-gradient(180deg,transparent 0,rgba(7,14,9,.22) 32%,rgba(7,14,9,.88) 100%);
}
body.domrenta-portal .dom-archive-feature-mini-media{
  position:absolute!important;
  inset:0;
  z-index:0!important;
  width:100%;
  height:100%;
  min-height:0!important;
  border-radius:inherit;
}
body.domrenta-portal .dom-archive-feature-mini-media img{
  width:100%;
  height:100%;
  object-fit:cover;
}
body.domrenta-portal .dom-archive-feature-mini>div{
  position:absolute;
  z-index:2;
  left:0;
  right:0;
  bottom:0;
  padding:18px 18px 17px!important;
  color:#fff;
}
body.domrenta-portal .dom-archive-feature-mini .dom-cat{
  display:inline-flex;
  padding:5px 8px;
  border-radius:999px;
  background:rgba(255,255,255,.92);
  color:#1d2b22!important;
}
body.domrenta-portal .dom-archive-feature-mini h3{
  margin:9px 0 7px!important;
  color:#fff!important;
  font-size:17px!important;
  line-height:1.22!important;
  font-weight:600!important;
  letter-spacing:-.025em!important;
}
body.domrenta-portal .dom-archive-feature-mini h3 a,
body.domrenta-portal .dom-archive-feature-mini h3 a:visited,
body.domrenta-portal .dom-archive-feature-mini .dom-meta{
  color:#fff!important;
}
body.domrenta-portal .dom-archive-feature-mini .dom-meta{opacity:.76}

/* Standard internal page title: text only, lighter and smaller. */
body.domrenta-portal .dom-page-header{
  margin:0 0 22px!important;
  padding:0!important;
  border:0!important;
  background:none!important;
  box-shadow:none!important;
}
body.domrenta-portal .dom-page-header::before,
body.domrenta-portal .dom-page-header::after{display:none!important}
body.domrenta-portal .dom-page-header h1{
  margin:0!important;
  font-family:"Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
  font-size:32px!important;
  line-height:1.16!important;
  font-weight:500!important;
  letter-spacing:-.025em!important;
  text-wrap:wrap!important;
  color:#1c251f!important;
}

/* Desktop hot-news bar: clean 7-item rotator, exactly 10px after the label. */
@media(min-width:821px){
  body.domrenta-portal .dom-ticker-inner{
    gap:10px!important;
  }
  body.domrenta-portal .dom-ticker strong{
    margin:0!important;
    flex:0 0 auto;
  }
  body.domrenta-portal .dom-ticker-track{
    position:relative;
    flex:1 1 auto;
    min-width:0;
    height:26px;
    overflow:hidden!important;
    white-space:normal!important;
    mask-image:none!important;
    -webkit-mask-image:none!important;
  }
  body.domrenta-portal .dom-ticker-track a{
    position:absolute!important;
    inset:0 auto auto 0;
    z-index:0;
    display:flex;
    align-items:center;
    width:100%;
    height:26px;
    overflow:hidden;
    opacity:0;
    transform:translateY(8px);
    color:#465149;
    font-size:13px!important;
    line-height:26px;
    font-weight:500!important;
    letter-spacing:-.01em;
    text-overflow:ellipsis;
    white-space:nowrap;
    pointer-events:none;
    transition:opacity .28s ease,transform .28s ease,color .18s ease;
  }
  body.domrenta-portal .dom-ticker-track a::after{display:none!important}
  body.domrenta-portal .dom-ticker-track a.is-active{
    z-index:1;
    opacity:1;
    transform:translateY(0);
    pointer-events:auto;
  }
  body.domrenta-portal .dom-ticker-track a.is-active:hover{color:var(--dom-accent)}
}

/* Sidebar editorial cards: consistent inner padding and thumbnails everywhere. */
body.domrenta-portal .dom-home-rail .dom-rail-list,
body.domrenta-portal .dom-inner-rail .dom-rail-list{
  gap:7px!important;
  margin-top:7px;
}
body.domrenta-portal .dom-home-rail .dom-rail-post,
body.domrenta-portal .dom-inner-rail .dom-rail-post{
  align-items:center!important;
  gap:12px!important;
  margin:0!important;
  padding:11px!important;
  border:1px solid rgba(28,52,35,.055)!important;
  border-radius:13px!important;
  background:#fafcf9;
  box-shadow:none!important;
}
body.domrenta-portal .dom-home-rail .dom-rail-post:hover,
body.domrenta-portal .dom-inner-rail .dom-rail-post:hover{
  background:#f4f8f4;
  transform:none!important;
}
body.domrenta-portal .dom-home-rail .dom-rail-post.has-thumb,
body.domrenta-portal .dom-inner-rail .dom-rail-post.has-thumb{
  grid-template-columns:92px minmax(0,1fr)!important;
}
body.domrenta-portal .dom-home-rail .dom-rail-post.has-thumb:has(.dom-rail-number),
body.domrenta-portal .dom-inner-rail .dom-rail-post.has-thumb:has(.dom-rail-number){
  grid-template-columns:34px 82px minmax(0,1fr)!important;
  gap:9px!important;
}
body.domrenta-portal .dom-home-rail .dom-rail-thumb,
body.domrenta-portal .dom-inner-rail .dom-rail-thumb{
  width:100%;
  aspect-ratio:1.28;
  border-radius:10px!important;
  overflow:hidden;
  background:#e9eeea;
}
body.domrenta-portal .dom-home-rail .dom-rail-thumb img,
body.domrenta-portal .dom-inner-rail .dom-rail-thumb img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}
body.domrenta-portal .dom-home-rail .dom-rail-copy,
body.domrenta-portal .dom-inner-rail .dom-rail-copy{
  min-width:0;
  padding:1px 2px!important;
}
body.domrenta-portal .dom-home-rail .dom-rail-copy h4,
body.domrenta-portal .dom-inner-rail .dom-rail-copy h4{
  margin:4px 0 5px!important;
  line-height:1.34!important;
  font-weight:600!important;
}

@media(max-width:960px){
  body.domrenta-portal .dom-home-rail .dom-rail-post,
  body.domrenta-portal .dom-inner-rail .dom-rail-post{
    padding:10px!important;
  }
  body.domrenta-portal .dom-home-rail .dom-rail-post.has-thumb,
  body.domrenta-portal .dom-inner-rail .dom-rail-post.has-thumb{
    grid-template-columns:104px minmax(0,1fr)!important;
  }
  body.domrenta-portal .dom-home-rail .dom-rail-post.has-thumb:has(.dom-rail-number),
  body.domrenta-portal .dom-inner-rail .dom-rail-post.has-thumb:has(.dom-rail-number){
    grid-template-columns:34px 88px minmax(0,1fr)!important;
  }
}

@media(max-width:620px){
  body.domrenta-portal .dom-page-header h1{
    font-size:27px!important;
    line-height:1.18!important;
    font-weight:500!important;
  }
  body.domrenta-portal .dom-archive-feature-mini{
    min-height:180px!important;
    margin-top:10px;
    border-radius:15px!important;
  }
  body.domrenta-portal .dom-archive-feature-mini>div{
    padding:15px!important;
  }
  body.domrenta-portal .dom-archive-feature-mini h3{
    font-size:16px!important;
  }
  body.domrenta-portal .dom-home-rail .dom-rail-post.has-thumb,
  body.domrenta-portal .dom-inner-rail .dom-rail-post.has-thumb{
    grid-template-columns:96px minmax(0,1fr)!important;
  }
  body.domrenta-portal .dom-home-rail .dom-rail-post.has-thumb:has(.dom-rail-number),
  body.domrenta-portal .dom-inner-rail .dom-rail-post.has-thumb:has(.dom-rail-number){
    grid-template-columns:30px 82px minmax(0,1fr)!important;
    gap:8px!important;
  }
}

/* ==========================================================
   Domrenta Portal 1.6.14 — lighter editorial titles,
   roomier desktop rails, top Stories and clean mobile HERO
   ========================================================== */

/* Homepage lead: strong, but no longer ultra-bold. */
body.domrenta-portal .dom-feature-overlay h2,
body.domrenta-portal .dom-feature-overlay h2 a,
body.domrenta-portal .dom-feature-overlay h2 a:visited{
  font-weight:600!important;
  letter-spacing:-.035em!important;
}

/* Category/archive typography: lighter and more editorial. */
body.domrenta-portal .dom-archive-lead-copy h2,
body.domrenta-portal .dom-archive-lead-copy h2 a{
  font-weight:600!important;
  letter-spacing:-.035em!important;
}
body.domrenta-portal .dom-archive-feature-mini h3,
body.domrenta-portal .dom-archive-feature-mini h3 a{
  font-weight:500!important;
  letter-spacing:-.018em!important;
}
body.domrenta-portal .dom-archive-stream-copy h3,
body.domrenta-portal .dom-archive-stream-copy h3 a{
  font-weight:550!important;
  letter-spacing:-.022em!important;
}

/* Stories are now the first editorial module in the centre. */
body.domrenta-portal .dom-home-center>.dom-stories{
  margin-top:0!important;
  margin-bottom:18px!important;
}

/* Wider 332px desktop rails: reclaim text width and let long titles breathe. */
@media (min-width:1321px){
  body.domrenta-portal .dom-home-rail .dom-rail-post,
  body.domrenta-portal .dom-inner-rail .dom-rail-post{
    position:relative;
    align-items:start!important;
    padding:10px!important;
    gap:10px!important;
  }
  body.domrenta-portal .dom-home-rail .dom-rail-post.has-thumb,
  body.domrenta-portal .dom-inner-rail .dom-rail-post.has-thumb,
  body.domrenta-portal .dom-home-rail .dom-rail-post.has-thumb:has(.dom-rail-number),
  body.domrenta-portal .dom-inner-rail .dom-rail-post.has-thumb:has(.dom-rail-number){
    grid-template-columns:86px minmax(0,1fr)!important;
    gap:10px!important;
  }
  body.domrenta-portal .dom-home-rail .dom-rail-thumb,
  body.domrenta-portal .dom-inner-rail .dom-rail-thumb{
    width:86px!important;
    height:72px!important;
    aspect-ratio:auto!important;
    align-self:start;
  }
  body.domrenta-portal .dom-home-rail .dom-rail-copy,
  body.domrenta-portal .dom-inner-rail .dom-rail-copy{
    align-self:start;
    min-width:0;
    padding:0!important;
  }
  body.domrenta-portal .dom-home-rail .dom-rail-copy h4,
  body.domrenta-portal .dom-inner-rail .dom-rail-copy h4{
    margin:3px 0 4px!important;
    font-size:14px!important;
    line-height:1.34!important;
    font-weight:550!important;
    overflow-wrap:anywhere;
  }
  /* TOP numbering becomes a compact badge over the image instead of a third column. */
  body.domrenta-portal .dom-home-rail .dom-rail-post.has-thumb .dom-rail-number,
  body.domrenta-portal .dom-inner-rail .dom-rail-post.has-thumb .dom-rail-number{
    position:absolute;
    z-index:4;
    left:14px;
    top:14px;
    width:25px!important;
    height:25px!important;
    display:grid;
    place-items:center;
    margin:0!important;
    border:2px solid #fff;
    border-radius:8px!important;
    background:var(--dom-accent)!important;
    color:#fff!important;
    font-size:10px!important;
    line-height:1!important;
  }
}

/* Phone layout: no clipped half-cards under the main hero. */
@media (max-width:620px){
  body.domrenta-portal .dom-feature-overlay h2,
  body.domrenta-portal .dom-feature-overlay h2 a{
    font-weight:600!important;
    text-wrap:wrap!important;
  }

  body.domrenta-portal .dom-feature-side,
  body.domrenta-portal .dom-feature-strip{
    display:grid!important;
    grid-template-columns:1fr!important;
    grid-auto-flow:row!important;
    grid-auto-columns:auto!important;
    gap:9px!important;
    width:100%;
    margin-top:9px!important;
    padding:0!important;
    overflow:visible!important;
    scroll-snap-type:none!important;
  }
  body.domrenta-portal .dom-feature-small,
  body.domrenta-portal .dom-feature-strip>article{
    display:grid!important;
    grid-template-columns:112px minmax(0,1fr)!important;
    gap:11px!important;
    width:100%!important;
    min-width:0!important;
    min-height:92px;
    margin:0!important;
    padding:9px!important;
    align-items:center!important;
    border:1px solid rgba(28,52,35,.06)!important;
    border-radius:14px!important;
    background:#fff!important;
    scroll-snap-align:none!important;
    overflow:hidden;
  }
  body.domrenta-portal .dom-feature-small-media,
  body.domrenta-portal .dom-feature-strip-media{
    width:112px!important;
    height:78px!important;
    aspect-ratio:auto!important;
    border-radius:10px!important;
    overflow:hidden;
  }
  body.domrenta-portal .dom-feature-small-media img,
  body.domrenta-portal .dom-feature-strip-media img{
    width:100%;
    height:100%;
    object-fit:cover;
  }
  body.domrenta-portal .dom-feature-small-copy{
    min-width:0;
    padding:0!important;
    align-self:center;
  }
  body.domrenta-portal .dom-feature-small-copy h3,
  body.domrenta-portal .dom-feature-strip-copy h3{
    margin:4px 0 0!important;
    font-size:14px!important;
    line-height:1.3!important;
    font-weight:550!important;
    letter-spacing:-.012em!important;
    overflow:visible!important;
    display:block!important;
    -webkit-line-clamp:unset!important;
  }
  body.domrenta-portal .dom-feature-strip-copy{
    min-width:0;
    align-self:center;
  }

  /* Homepage Story shelf: image cards only — no duplicate category/title copy below. */
  body.domrenta-portal .dom-stories{
    padding:14px 12px 13px!important;
  }
  body.domrenta-portal .dom-stories-track{
    grid-auto-columns:92px!important;
    gap:9px!important;
    padding-bottom:2px!important;
  }
  body.domrenta-portal .dom-story-card{
    gap:0!important;
  }
  body.domrenta-portal .dom-story-card-copy{
    display:none!important;
  }
  body.domrenta-portal .dom-story-media{
    aspect-ratio:9/14!important;
  }

  body.domrenta-portal .dom-archive-lead-copy h2,
  body.domrenta-portal .dom-archive-lead-copy h2 a{
    font-weight:550!important;
  }
  body.domrenta-portal .dom-archive-feature-mini h3,
  body.domrenta-portal .dom-archive-feature-mini h3 a,
  body.domrenta-portal .dom-archive-stream-copy h3,
  body.domrenta-portal .dom-archive-stream-copy h3 a{
    font-weight:500!important;
  }
}


/* ==========================================================
   Domrenta Portal 1.6.15 — image-only infinite Stories shelf
   ========================================================== */

/* Story shelf is intentionally image-only on every viewport. */
body.domrenta-portal .dom-story-card{
  gap:0!important;
}
body.domrenta-portal .dom-story-card-copy{
  display:none!important;
}
body.domrenta-portal .dom-stories-track{
  overscroll-behavior-inline:contain;
  scroll-snap-type:x proximity;
}

/* Real CTA instead of decorative "Peržiūrėkite". */
body.domrenta-portal .dom-story-controls{
  appearance:none;
  -webkit-appearance:none;
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin:0;
  padding:5px 6px 5px 11px;
  border:1px solid color-mix(in srgb,var(--dom-accent) 18%,transparent);
  border-radius:999px;
  background:color-mix(in srgb,var(--dom-accent) 7%,#fff);
  color:var(--dom-accent);
  font:inherit;
  font-size:11px;
  line-height:1;
  font-weight:600;
  cursor:pointer;
  box-shadow:none!important;
  transition:background-color .18s ease,color .18s ease,border-color .18s ease;
}
body.domrenta-portal .dom-story-controls span{
  display:block!important;
}
body.domrenta-portal .dom-story-controls i{
  width:28px;
  height:28px;
  display:grid;
  place-items:center;
  flex:0 0 28px;
  border-radius:50%;
  background:var(--dom-accent);
  color:#fff;
  box-shadow:none!important;
}
body.domrenta-portal .dom-story-controls svg{
  width:16px;
  height:16px;
  display:block;
  fill:currentColor;
  stroke:none;
}
body.domrenta-portal .dom-story-controls:hover{
  background:color-mix(in srgb,var(--dom-accent) 12%,#fff);
  border-color:color-mix(in srgb,var(--dom-accent) 28%,transparent);
}
body.domrenta-portal .dom-story-controls:active{
  background:color-mix(in srgb,var(--dom-accent) 16%,#fff);
}

@media (max-width:620px){
  body.domrenta-portal .dom-story-controls{
    padding-left:9px;
    font-size:10px;
  }
  body.domrenta-portal .dom-story-controls i{
    width:26px;
    height:26px;
    flex-basis:26px;
  }
}

/* ==========================================================
   Domrenta Portal 1.6.16 — Story title typography polish
   Lithuanian glyphs use the same real Poppins face/weight.
   Body copy and CTA intentionally unchanged.
   ========================================================== */
body.domrenta-portal .dom-story-viewer .dom-story-content h3{
  font-family:"Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
  font-weight:600!important;
  font-synthesis:none!important;
  font-size:clamp(23px,4.6vw,32px)!important;
  line-height:1.07!important;
  letter-spacing:-.025em!important;
}
@media(max-width:620px){
  body.domrenta-portal .dom-story-viewer .dom-story-content h3{
    font-size:clamp(23px,7.2vw,31px)!important;
    line-height:1.08!important;
  }
}


/* ==========================================================
   Domrenta Portal 1.6.17 — lighter editorial headings
   and a truly minimal footer
   ========================================================== */

/* Article title: deliberately regular/medium, never bold. */
body.domrenta-portal .dom-single-main .dom-article-header h1{
  font-weight:500!important;
  letter-spacing:-.028em!important;
}

/* Category/archive page title: lighter on desktop and mobile. */
body.domrenta-portal .dom-archive-hero h1{
  font-weight:500!important;
  letter-spacing:-.035em!important;
}

/* Homepage "Naujienų srautas" section heading: no heavy bold. */
body.domrenta-portal .dom-stream-section>.dom-section-titlebar h2{
  font-weight:500!important;
  letter-spacing:-.025em!important;
}

/* Minimal footer — flat, aligned, no decorative gradients or oversized columns. */
body.domrenta-portal .dom-footer.dom-footer-minimal{
  margin-top:38px!important;
  padding:0!important;
  overflow:visible!important;
  background:#111814!important;
  color:#fff;
  border:0!important;
  box-shadow:none!important;
}
body.domrenta-portal .dom-footer.dom-footer-minimal::before,
body.domrenta-portal .dom-footer.dom-footer-minimal::after{
  display:none!important;
}
body.domrenta-portal .dom-footer-mainline{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:28px!important;
  min-height:86px;
  padding:22px 0!important;
  border:0!important;
}
body.domrenta-portal .dom-footer-brand{
  display:inline-flex;
  align-items:center;
  flex:0 0 auto;
  min-width:0;
  color:#fff!important;
  text-decoration:none!important;
}
body.domrenta-portal .dom-footer-brand img{
  display:block;
  width:auto;
  max-width:220px;
  max-height:44px;
  object-fit:contain;
}
body.domrenta-portal .dom-footer-minimal .dom-footer-logo{
  display:inline-flex;
  align-items:center;
  margin:0;
  font-size:25px!important;
  line-height:1;
  font-weight:700!important;
  letter-spacing:-.045em;
  color:#fff!important;
}
body.domrenta-portal .dom-footer-partners{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:14px;
  min-width:0;
}
body.domrenta-portal .dom-footer-partners-label{
  flex:0 0 auto;
  color:rgba(255,255,255,.48);
  font-size:10px;
  line-height:1;
  font-weight:500;
  letter-spacing:.08em;
  text-transform:uppercase;
}
body.domrenta-portal .dom-footer-partner-links{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  flex-wrap:wrap;
  gap:7px 14px;
}
body.domrenta-portal .dom-footer-partner-links a{
  display:inline-flex;
  align-items:center;
  padding:0!important;
  background:none!important;
  border:0!important;
  border-radius:0!important;
  color:rgba(255,255,255,.78)!important;
  font-size:12px!important;
  line-height:1.4;
  font-weight:500!important;
  text-decoration:none!important;
  box-shadow:none!important;
}
body.domrenta-portal .dom-footer-partner-links a:hover{
  color:#fff!important;
  text-decoration:underline!important;
  text-underline-offset:3px;
}
body.domrenta-portal .dom-footer-bottomline{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:18px;
  min-height:52px;
  padding:10px 0 12px!important;
  border-top:1px solid rgba(255,255,255,.08)!important;
  color:rgba(255,255,255,.45)!important;
  font-size:10.5px!important;
  line-height:1.4;
  font-weight:400;
}
body.domrenta-portal .dom-footer-minimal .dom-to-top{
  display:grid!important;
  place-items:center!important;
  flex:0 0 34px;
  width:34px!important;
  height:34px!important;
  padding:0!important;
  border:1px solid rgba(255,255,255,.12)!important;
  border-radius:50%!important;
  background:transparent!important;
  color:rgba(255,255,255,.78)!important;
  box-shadow:none!important;
  transform:none!important;
}
body.domrenta-portal .dom-footer-minimal .dom-to-top svg{
  width:16px;
  height:16px;
  display:block;
}
body.domrenta-portal .dom-footer-minimal .dom-to-top:hover{
  background:rgba(255,255,255,.07)!important;
  color:#fff!important;
}

@media(max-width:820px){
  body.domrenta-portal .dom-single-main .dom-article-header h1{
    font-weight:500!important;
    letter-spacing:-.025em!important;
  }
  body.domrenta-portal .dom-archive-hero h1{
    font-weight:500!important;
    letter-spacing:-.025em!important;
  }
  body.domrenta-portal .dom-stream-section>.dom-section-titlebar h2{
    font-weight:500!important;
  }
  body.domrenta-portal .dom-footer.dom-footer-minimal{
    margin-top:26px!important;
  }
  body.domrenta-portal .dom-footer-mainline{
    min-height:0;
    padding:22px 0 18px!important;
    align-items:flex-start!important;
    flex-direction:column;
    gap:18px!important;
  }
  body.domrenta-portal .dom-footer-brand img{
    max-width:190px;
    max-height:40px;
  }
  body.domrenta-portal .dom-footer-partners{
    width:100%;
    align-items:flex-start;
    justify-content:flex-start;
    flex-direction:column;
    gap:9px;
  }
  body.domrenta-portal .dom-footer-partner-links{
    justify-content:flex-start;
    gap:8px 14px;
  }
  body.domrenta-portal .dom-footer-partner-links a{
    font-size:11.5px!important;
  }
  body.domrenta-portal .dom-footer-bottomline{
    min-height:48px;
    padding:9px 0 10px!important;
    font-size:9.5px!important;
  }
}

/* ==========================================================
   Domrenta Portal 1.6.18 — contribute CTA + rebuilt mobile navigation
   ========================================================== */

/* Soft rose CTA that complements the green editorial palette. */
.dom-contribute-button{
  height:42px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:0 15px;
  border:1px solid #f0b9c9;
  border-radius:999px;
  background:#fff1f5;
  color:#b43f66;
  font-size:12px;
  line-height:1;
  font-weight:600;
  text-decoration:none!important;
  white-space:nowrap;
  transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease;
}
.dom-contribute-button svg{width:17px;height:17px;fill:currentColor;flex:0 0 auto}
.dom-contribute-button:hover{background:#ffe7ee;border-color:#e995ae;color:#963252;transform:translateY(-1px)}

/* Desktop navigation stays inline next to the logo. */
@media(min-width:821px){
  .dom-mobile-menu-panel{display:none!important}
  .dom-menu-toggle{display:none!important}
  .dom-header-actions{gap:8px}
}

/* Dedicated mobile drawer; categories first, pages second. */
.dom-mobile-menu-panel{display:none}

@media(max-width:820px){
  .dom-masthead-inner{
    min-height:64px!important;
    gap:10px!important;
  }
  .dom-primary-nav{display:none!important}
  .dom-header-actions{gap:7px!important}

  /* All three mobile controls share exactly the same geometry. */
  .dom-search-toggle,
  .dom-menu-toggle,
  .dom-contribute-button{
    width:42px!important;
    min-width:42px!important;
    height:42px!important;
    min-height:42px!important;
    padding:0!important;
    border-radius:50%!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
  }
  .dom-search-toggle b,
  .dom-contribute-button span{display:none!important}
  .dom-search-toggle svg,
  .dom-contribute-button svg{width:18px!important;height:18px!important}
  .dom-menu-toggle{padding:10px!important}
  .dom-menu-toggle span{width:18px!important;height:2px!important;margin:3px auto!important}
  .dom-search-toggle:hover,
  .dom-menu-toggle:hover,
  .dom-contribute-button:hover{transform:none!important;box-shadow:none!important}

  .dom-mobile-menu-panel{
    display:block;
    position:absolute;
    left:0;
    right:0;
    top:100%;
    z-index:180;
    padding:0 10px 10px;
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transform:translateY(-6px);
    transition:opacity .18s ease,transform .18s ease,visibility .18s ease;
  }
  .dom-mobile-menu-panel.open{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    transform:translateY(0);
  }
  .dom-mobile-menu-inner{
    max-height:calc(100dvh - 82px);
    overflow-y:auto;
    overscroll-behavior:contain;
    padding:14px;
    border:1px solid rgba(28,57,39,.09);
    border-radius:20px;
    background:rgba(255,255,255,.985);
    box-shadow:0 22px 60px rgba(16,34,22,.14);
    scrollbar-width:thin;
  }
  .dom-mobile-menu-section+ .dom-mobile-menu-section{
    margin-top:15px;
    padding-top:15px;
    border-top:1px solid #edf1ed;
  }
  .dom-mobile-menu-heading{
    display:flex;
    align-items:center;
    gap:8px;
    margin:0 2px 9px;
    color:#778179;
    font-size:10px;
    line-height:1;
    font-weight:600;
    letter-spacing:.08em;
    text-transform:uppercase;
  }
  .dom-mobile-menu-heading i{width:18px;height:1px;background:#d8dfd9}
  .dom-mobile-category-list,
  .dom-mobile-pages-list{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:7px;
    list-style:none;
    margin:0;
    padding:0;
  }
  .dom-mobile-category-list li,
  .dom-mobile-pages-list li{margin:0!important;padding:0!important}
  .dom-mobile-category-list a,
  .dom-mobile-pages-list a{
    min-height:43px;
    display:flex;
    align-items:center;
    padding:9px 11px;
    border:1px solid #e8ede9;
    border-radius:12px;
    background:#f8faf8;
    color:#313c35;
    font-size:12px;
    line-height:1.28;
    font-weight:500;
    text-decoration:none!important;
  }
  .dom-mobile-category-list a{
    position:relative;
    padding-left:25px;
    background:#f4f8f5;
  }
  .dom-mobile-category-list a::before{
    content:"";
    position:absolute;
    left:11px;
    width:6px;
    height:6px;
    border-radius:50%;
    background:var(--dom-accent);
  }
  .dom-mobile-category-list li:nth-child(3n+2) a::before{background:var(--dom-warm)}
  .dom-mobile-category-list li:nth-child(3n+3) a::before{background:var(--dom-secondary)}
  .dom-mobile-category-list a:active,
  .dom-mobile-pages-list a:active{background:#eef4ef}

  .dom-mobile-contribute{
    margin-top:15px;
    min-height:48px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:9px;
    padding:10px 15px;
    border:1px solid #efb5c6;
    border-radius:14px;
    background:#fff0f5;
    color:#ad3d61;
    font-size:12.5px;
    font-weight:600;
    text-decoration:none!important;
  }
  .dom-mobile-contribute svg{width:18px;height:18px;fill:currentColor}

  /* The separate category ribbon remains useful below the header, but the
     opened drawer always presents categories first for fast thumb access. */
  .dom-category-row{z-index:95}
}

@media(max-width:430px){
  .dom-logo img{max-width:132px!important}
  .dom-mobile-category-list,
  .dom-mobile-pages-list{grid-template-columns:1fr 1fr}
}

@media(max-width:360px){
  .dom-header-actions{gap:5px!important}
  .dom-search-toggle,
  .dom-menu-toggle,
  .dom-contribute-button{width:39px!important;min-width:39px!important;height:39px!important;min-height:39px!important}
  .dom-logo img{max-width:116px!important}
}

/* ==========================================================
   Domrenta Portal 1.6.20 — reliable header action alignment
   ========================================================== */
/* Keep the header action group as one unbreakable row on every viewport. */
.dom-header-actions{
  display:flex!important;
  flex-direction:row!important;
  flex-wrap:nowrap!important;
  align-items:center!important;
  justify-content:flex-end!important;
  align-content:center!important;
  gap:8px!important;
  margin-left:auto!important;
  width:max-content!important;
  min-width:max-content!important;
  max-width:none!important;
  white-space:nowrap!important;
  line-height:1!important;
}
.dom-header-actions>*{
  flex:0 0 auto!important;
  float:none!important;
  margin-top:0!important;
  margin-bottom:0!important;
  align-self:center!important;
  box-sizing:border-box!important;
}

/* Desktop: contribution and search controls share one exact baseline/height. */
@media(min-width:821px){
  .dom-masthead-inner{
    display:flex!important;
    align-items:center!important;
    flex-wrap:nowrap!important;
  }
  .dom-primary-nav{
    flex:1 1 auto!important;
    min-width:0!important;
  }
  .dom-header-actions{
    flex:0 0 auto!important;
  }
  .dom-contribute-button,
  .dom-search-toggle{
    height:42px!important;
    min-height:42px!important;
    max-height:42px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    vertical-align:middle!important;
    line-height:1!important;
  }
  .dom-contribute-button{padding:0 15px!important}
  .dom-search-toggle{padding:0 14px!important}
  .dom-contribute-button svg,
  .dom-search-toggle svg{
    display:block!important;
    margin:0!important;
    flex:0 0 auto!important;
  }
}

/* Mobile: logo occupies the flexible rail; all three controls stay in one row. */
@media(max-width:820px){
  .dom-masthead-inner{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) max-content!important;
    align-items:center!important;
    column-gap:8px!important;
    row-gap:0!important;
    min-height:64px!important;
  }
  .dom-logo{
    min-width:0!important;
    max-width:100%!important;
    overflow:hidden!important;
  }
  .dom-logo img{
    display:block!important;
    width:auto!important;
    max-width:100%!important;
    height:auto!important;
  }
  .dom-header-actions{
    grid-column:2!important;
    display:grid!important;
    grid-auto-flow:column!important;
    grid-auto-columns:42px!important;
    align-items:center!important;
    justify-content:end!important;
    gap:7px!important;
    width:max-content!important;
    min-width:max-content!important;
    margin:0!important;
  }
  .dom-search-toggle,
  .dom-menu-toggle,
  .dom-contribute-button{
    width:42px!important;
    min-width:42px!important;
    max-width:42px!important;
    height:42px!important;
    min-height:42px!important;
    max-height:42px!important;
    padding:0!important;
    margin:0!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    border-radius:50%!important;
    line-height:1!important;
    box-sizing:border-box!important;
  }
  .dom-search-toggle b,
  .dom-contribute-button span{display:none!important}
  .dom-search-toggle svg,
  .dom-contribute-button svg,
  .dom-menu-toggle svg{
    display:block!important;
    width:19px!important;
    height:19px!important;
    margin:0!important;
    flex:0 0 19px!important;
  }
  .dom-menu-toggle svg{
    width:20px!important;
    height:20px!important;
    stroke-width:2!important;
  }
  .dom-menu-toggle span{display:none!important}

  /* Give the drawer visibly separate air below the header/category line. */
  .dom-mobile-menu-panel{
    top:calc(100% + 9px)!important;
    padding-top:0!important;
    transform:translateY(-3px)!important;
  }
  .dom-mobile-menu-panel.open{
    transform:translateY(0)!important;
  }
}

@media(max-width:430px){
  .dom-logo{max-width:calc(100vw - 164px)!important}
}

@media(max-width:360px){
  .dom-header-actions{
    grid-auto-columns:39px!important;
    gap:5px!important;
  }
  .dom-search-toggle,
  .dom-menu-toggle,
  .dom-contribute-button{
    width:39px!important;
    min-width:39px!important;
    max-width:39px!important;
    height:39px!important;
    min-height:39px!important;
    max-height:39px!important;
  }
  .dom-search-toggle svg,
  .dom-contribute-button svg,
  .dom-menu-toggle svg{
    width:18px!important;
    height:18px!important;
    flex-basis:18px!important;
  }
  .dom-logo{max-width:calc(100vw - 149px)!important}
}

/* v1.6.23 — Ads Inserter integration slots */


/* v1.6.25 – standartinių loop excerpt'ų tipografika (Ads Inserter suderinamumas) */
.dom-loop-excerpt{margin:8px 0 0;color:#68736b;font-size:12.8px;line-height:1.52}
.dom-loop-excerpt p{margin:0;color:inherit;font:inherit;line-height:inherit}
.dom-archive-stream-copy .dom-loop-excerpt{margin:0;color:#69746d;font-size:12.5px;line-height:1.55}
@media (max-width:767px){
  .dom-stream-copy .dom-loop-excerpt,
  .dom-archive-stream-copy .dom-loop-excerpt{display:none}
}

/* =========================================================
   Domrenta Portal 1.8.0 — engagement / authors / smart links
   ========================================================= */
.dom-smart-link{
  color:var(--dom-accent);
  text-decoration-line:underline;
  text-decoration-thickness:1px;
  text-underline-offset:3px;
  text-decoration-color:color-mix(in srgb,var(--dom-accent) 42%,transparent);
}
.dom-smart-link:hover{text-decoration-color:currentColor}

.dom-reactions{
  max-width:min(var(--dom-article),100%);
  margin:26px auto 0;
  padding:14px 16px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  border:1px solid #dfe7e2;
  border-radius:16px;
  background:#f8fbf9;
}
.dom-reactions-copy{display:flex;flex-direction:column;gap:2px;min-width:145px}
.dom-reactions-copy>span{font-size:10px;font-weight:600;letter-spacing:.11em;color:var(--dom-accent)}
.dom-reactions-copy>strong{font-size:14px;font-weight:500;color:#26332c}
.dom-reaction-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;flex:1;max-width:440px}
.dom-reaction-btn{
  appearance:none;border:1px solid #dce6e0;background:#fff;color:#31584a;border-radius:11px;
  height:42px;padding:0 11px;display:flex;align-items:center;justify-content:center;gap:7px;
  font-family:inherit;font-size:12px;font-weight:500;line-height:1;cursor:pointer;white-space:nowrap;
  transition:background .15s ease,border-color .15s ease,color .15s ease;
}
.dom-reaction-btn svg{width:18px;height:18px;flex:0 0 18px;fill:currentColor}
.dom-reaction-btn b{min-width:18px;font-size:11px;font-weight:600;color:#768078}
.dom-reaction-btn:hover{background:#edf5f0;border-color:#bdcfc4}
.dom-reaction-btn.is-selected{background:var(--dom-accent);border-color:var(--dom-accent);color:#fff}
.dom-reaction-btn.is-selected b{color:#fff}
.dom-reaction-btn.is-muted{opacity:.62}
.dom-reaction-btn:disabled{cursor:wait}
.dom-reaction-status{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}

.dom-author-box-pro{grid-template-columns:72px minmax(0,1fr);padding:18px 20px!important;box-shadow:none!important;background:#fff!important}
.dom-author-avatar{display:block;width:72px;height:72px;border-radius:50%;overflow:hidden}
.dom-author-avatar img{width:100%!important;height:100%!important;object-fit:cover;box-shadow:none!important}
.dom-author-copy>span{font-weight:600!important}
.dom-author-copy h3{font-weight:600!important;margin-bottom:2px!important}
.dom-author-copy h3 a{color:inherit;text-decoration:none}
.dom-author-role{margin:0 0 7px;color:var(--dom-accent);font-size:12px;font-weight:500;line-height:1.35}
.dom-author-socials{display:flex;align-items:center;gap:7px;margin-top:10px;flex-wrap:nowrap}
.dom-author-socials a{
  width:34px;height:34px;border-radius:9px;border:1px solid #dfe7e2;background:#f8fbf9;color:var(--dom-accent);
  display:inline-flex;align-items:center;justify-content:center;padding:0;flex:0 0 34px;
}
.dom-author-socials a:hover{background:#edf5f0;border-color:#c8d8cf}
.dom-author-socials svg{width:16px;height:16px;fill:currentColor}

.dom-author-hero{
  padding:24px;display:grid;grid-template-columns:112px minmax(0,1fr);gap:22px;align-items:center;
  border:1px solid var(--dom-line);border-radius:18px;background:#fff;margin-bottom:24px;
}
.dom-author-hero-photo{width:112px;height:112px;border-radius:50%;overflow:hidden;background:#edf3ef}
.dom-author-hero-photo img{width:100%;height:100%;object-fit:cover}
.dom-author-hero-copy>span{font-size:10px;font-weight:600;letter-spacing:.12em;color:var(--dom-accent)}
.dom-author-hero-copy h1{margin:4px 0 5px;font-size:34px;line-height:1.12;font-weight:500;letter-spacing:-.025em}
.dom-author-hero-copy p{margin:8px 0 0;color:#5f6b64;font-size:14px;line-height:1.65;max-width:650px}
.dom-author-posts{margin-top:0}

@media (max-width:767px){
  .dom-reactions{margin-top:20px;padding:12px;display:block;border-radius:14px}
  .dom-reactions-copy{min-width:0;margin-bottom:10px;align-items:center;text-align:center}
  .dom-reaction-actions{width:100%;max-width:none;gap:6px}
  .dom-reaction-btn{height:40px;padding:0 7px;gap:5px;font-size:11px;border-radius:10px;min-width:0}
  .dom-reaction-btn svg{width:16px;height:16px;flex-basis:16px}
  .dom-reaction-btn b{min-width:12px;font-size:10px}
  .dom-author-box-pro{grid-template-columns:56px minmax(0,1fr);padding:14px!important;gap:12px!important}
  .dom-author-avatar{width:56px;height:56px}
  .dom-author-socials{gap:6px}
  .dom-author-socials a{width:32px;height:32px;flex-basis:32px}
  .dom-author-hero{grid-template-columns:72px minmax(0,1fr);gap:14px;padding:16px;border-radius:15px}
  .dom-author-hero-photo{width:72px;height:72px}
  .dom-author-hero-copy h1{font-size:27px}
  .dom-author-hero-copy p{grid-column:1/-1;font-size:13px}
}

/* Below-fold editorial sections can skip paint work until they approach the viewport. */
@supports (content-visibility:auto){
  .dom-topic-section,.dom-related,.dom-author-posts{content-visibility:auto;contain-intrinsic-size:1px 700px}
}
.dom-reaction-btn{box-shadow:none!important}
@media (max-width:360px){
  .dom-reaction-actions{gap:4px}
  .dom-reaction-btn{padding:0 4px;gap:3px;font-size:10px}
  .dom-reaction-btn b{display:none}
}

/* v1.8.1 — robust author box visibility after article hooks */
.dom-article-body > .dom-author-box-pro{
  display:grid!important;
  visibility:visible!important;
  opacity:1!important;
  width:100%;
  margin:28px auto 0!important;
}
@media (max-width:820px){
  .dom-article-body > .dom-author-box-pro{margin-top:22px!important;}
}
