/*
Theme Name: AxyVeraX Premium
Theme URI: https://axyverax.com
Author: AxyVeraX
Description: Premium Türkçe haber ve blog teması.
Version: 2.0.6
Text Domain: axyverax-premium
*/

:root{
  --bg:#f4f7fb; --card:#ffffff; --text:#10233f; --muted:#607089; --border:#d9e4f2;
  --primary:#0d5eff; --primary-2:#083ea8; --soft:#eef5ff; --danger:#dc2626; --shadow:0 14px 34px rgba(16,35,63,.08);
}
html[data-theme="dark"]{
  --bg:#091120; --card:#0f1b30; --text:#eef4ff; --muted:#b7c5dd; --border:#233657; --soft:#12233f; --shadow:none;
}
*{box-sizing:border-box} body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;background:var(--bg);color:var(--text)}
a{color:inherit;text-decoration:none} img{max-width:100%;height:auto;display:block}
.container{width:min(1320px,calc(100% - 32px));margin:0 auto}
.site-top{background:var(--soft);border-bottom:1px solid var(--border)}
.site-top-inner{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:12px 0}
.top-right{display:flex;align-items:center;gap:14px;margin-left:auto}
.dark-toggle{border:1px solid var(--border);background:var(--card);color:var(--text);border-radius:999px;padding:10px 16px;font-weight:700;cursor:pointer}
.site-header-main{padding:18px 0;background:var(--card);border-bottom:1px solid var(--border)}
.header-row{display:grid;grid-template-columns:280px 1fr 468px;align-items:center;gap:18px}
.site-logo img{max-height:62px;width:auto}
.header-ad img,.ad-box img{width:100%;border-radius:14px;object-fit:cover}
.ad-box--compact img{max-height:90px;object-fit:contain;background:#eef5ff;padding:8px 12px}
.main-nav-wrap{background:var(--card);border-bottom:1px solid var(--border)}
.main-nav{display:flex;align-items:center;gap:24px;padding:16px 0;flex-wrap:wrap}
.menu-toggle{display:none;border:1px solid var(--border);background:var(--card);color:var(--text);border-radius:12px;padding:10px 14px}
.primary-menu{display:flex;gap:28px;flex-wrap:wrap;font-weight:700}
.primary-menu .current-menu-item a{color:var(--primary)}
.search-form-inline{display:flex;gap:10px;margin-left:auto}
.search-form-inline input{min-width:220px;padding:12px 14px;border:1px solid var(--border);border-radius:14px;background:var(--bg);color:var(--text)}
.search-form-inline button{padding:12px 16px;border:0;border-radius:14px;background:var(--primary);color:#fff;font-weight:700}
.breaking-band{background:var(--danger);color:#fff;overflow:hidden}
.breaking-inner{display:grid;grid-template-columns:160px 1fr;align-items:center}
.breaking-label{padding:11px 16px;font-weight:800;text-transform:uppercase;background:rgba(0,0,0,.12)}
.breaking-track{white-space:nowrap;overflow:hidden}
.breaking-items{display:inline-block;padding-left:100%;animation:marquee 28s linear infinite}
.breaking-items span{margin-right:40px}
@keyframes marquee{from{transform:translateX(0)}to{transform:translateX(-100%)}}
.card{background:var(--card);border:1px solid var(--border);border-radius:22px;box-shadow:var(--shadow)}
.widget,.widget-area{background:var(--card);border:1px solid var(--border);border-radius:22px;padding:18px;box-shadow:var(--shadow)}
.widget-title{margin:0 0 14px;font-size:18px}
.news-meta{color:var(--primary);font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}
.news-title{font-size:22px;line-height:1.25;font-weight:800;margin:8px 0}
.news-excerpt{color:var(--muted);line-height:1.6}
.meta-line{color:var(--muted);font-size:14px}
.hero{padding:24px 0}
.hero-grid{display:grid;grid-template-columns:1.15fr .85fr 340px;gap:22px}
.hero-main,.hero-column,.hero-side,.section-card,.entry-card{padding:18px}
.hero-main .hero-image{aspect-ratio:16/10;border-radius:18px;overflow:hidden;background:#d9e4f2;margin-bottom:14px}
.hero-main .hero-image img{width:100%;height:100%;object-fit:cover}
.hero-main h2{margin:0;font-size:34px;line-height:1.1}
.surmanset-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:16px}
.surmanset-item{display:grid;grid-template-columns:110px 1fr;gap:12px;padding:12px;border:1px solid var(--border);border-radius:16px}
.surmanset-item .thumb{aspect-ratio:4/3;border-radius:12px;overflow:hidden;background:#d9e4f2}
.surmanset-item .thumb img{width:100%;height:100%;object-fit:cover}
.hero-side-list,.sidebar-stack,.news-list,.posts-vertical{display:grid;gap:16px}
.hero-side-item{padding:14px;border:1px solid var(--border);border-radius:16px}
.news-row{display:grid;grid-template-columns:210px 1fr;gap:18px;align-items:stretch;padding:16px}
.news-thumb{aspect-ratio:16/10;border-radius:16px;overflow:hidden;background:#d9e4f2}
.news-thumb img{width:100%;height:100%;object-fit:cover}
.content-grid{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:22px;padding-bottom:28px;align-items:start}
.section-title{margin:0 0 16px;font-size:28px}
.post-vertical{display:grid;grid-template-columns:240px 1fr;gap:18px;padding:18px;border-top:1px solid var(--border)}
.post-vertical:first-child{border-top:0;padding-top:0}
.post-vertical .thumb{aspect-ratio:4/3;border-radius:16px;overflow:hidden;background:#d9e4f2}
.post-vertical .thumb img{width:100%;height:100%;object-fit:cover}
.single-wrap{padding:24px 0}
.single-grid{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:24px;align-items:start}
.entry-title{font-size:40px;line-height:1.15;margin:0 0 10px}
.entry-content{line-height:1.8;color:var(--text)}
.entry-content img{border-radius:18px;width:100%;height:auto}
.post-ad{margin:20px 0}
.footer{border-top:1px solid var(--border);background:var(--card);padding:28px 0;margin-top:30px}
.footer-row{display:flex;justify-content:space-between;gap:20px;align-items:center;flex-wrap:wrap}
.socials{display:flex;gap:10px;flex-wrap:wrap}
.socials a{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid var(--border);border-radius:999px;background:var(--card);color:var(--text);font-weight:800}
.ad-widget-placeholder img{width:100%;border-radius:14px}
.axy-note,.admin-note{color:var(--muted)}
/* admin */
.axy-wrap{max-width:1280px;margin:24px 20px 40px 0;color:#10233f}
.axy-hero{background:linear-gradient(135deg,#fff 0%,#f4f8ff 100%);border:1px solid #d9e4f2;border-radius:24px;box-shadow:0 18px 40px rgba(13,36,71,.08);padding:28px 30px;display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:24px}
.axy-brand{display:flex;align-items:center;gap:18px}
.axy-brand img{max-width:280px;height:auto}
.axy-hero-copy h1{margin:0 0 8px;font-size:30px;line-height:1.15}
.axy-hero-copy p{margin:0;color:#5e708c;font-size:15px;max-width:680px}
.axy-top-actions{display:flex;flex-wrap:wrap;gap:10px}
.axy-btn,.axy-btn-secondary,.axy-btn-soft{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:0 16px;border-radius:12px;text-decoration:none;font-weight:600;border:1px solid transparent;cursor:pointer}
.axy-btn{background:#1f6feb;color:#fff}
.axy-btn-secondary{background:#fff;color:#10233f;border-color:#d9e4f2}
.axy-btn-soft{background:#eef5ff;color:#1f6feb}
.axy-tabs{display:flex;gap:10px;flex-wrap:wrap;margin:0 0 24px}
.axy-tab{display:inline-flex;align-items:center;justify-content:center;padding:11px 16px;border-radius:12px;background:#fff;border:1px solid #d9e4f2;text-decoration:none;color:#10233f;font-weight:600}
.axy-tab.is-active{background:#1f6feb;border-color:#1f6feb;color:#fff}
.axy-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.axy-card{background:#fff;border:1px solid #d9e4f2;border-radius:20px;box-shadow:0 18px 40px rgba(13,36,71,.08);overflow:hidden}
.axy-card-body{padding:18px}
.axy-thumb{aspect-ratio:16/10;background:#e9f0fb;border-bottom:1px solid #d9e4f2;display:flex;align-items:center;justify-content:center;overflow:hidden}
.axy-thumb img{width:100%;height:100%;object-fit:cover}
.axy-badge{display:inline-flex;align-items:center;height:28px;padding:0 10px;border-radius:999px;background:#eef5ff;color:#1f6feb;font-weight:700;font-size:12px}
.axy-card h3{margin:12px 0 8px;font-size:20px;line-height:1.25}
.axy-card p{margin:0 0 16px;color:#5e708c;font-size:14px;line-height:1.6}
.axy-card-actions{display:flex;gap:10px;flex-wrap:wrap}
.axy-panels{display:grid;grid-template-columns:2fr 1fr;gap:20px}
.axy-panel{background:#fff;border:1px solid #d9e4f2;border-radius:20px;box-shadow:0 18px 40px rgba(13,36,71,.08);padding:22px}
.axy-panel h2{margin:0 0 10px;font-size:24px}
.axy-panel p{margin:0 0 18px;color:#5e708c;font-size:14px;line-height:1.6}
.axy-field{margin-bottom:16px}
.axy-field label{display:block;font-weight:700;margin:0 0 8px}
.axy-field input,.axy-field select,.axy-field textarea{width:100%;border:1px solid #d9e4f2;border-radius:12px;min-height:46px;padding:10px 14px;background:#fff;color:#10233f}
.axy-field textarea{min-height:120px;resize:vertical}
.axy-plugin{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;padding:18px;border:1px solid #d9e4f2;border-radius:18px;background:#fff}
.axy-plugin+.axy-plugin{margin-top:14px}
.axy-plugin h3{margin:0 0 6px;font-size:18px}
.axy-plugin p{margin:0;color:#5e708c}
.axy-status{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:700}
.axy-status.is-on{color:#0f9d58}.axy-status.is-off{color:#b45309}
.axy-license-box{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:18px}
.notice.axy-inline{padding:12px 14px;border-left:4px solid #1f6feb;background:#fff;border-radius:8px;margin:16px 0}
.health-demo-top{background:#050505;color:#fff}
.health-demo-top .container{display:grid;grid-template-columns:1fr auto auto;gap:18px;align-items:center;padding:14px 0}
.health-menu{display:flex;gap:24px;flex-wrap:wrap;font-weight:600}
.health-socials{display:flex;gap:14px}.health-socials a{color:#fff;opacity:.9}
.health-search{display:flex}.health-search input{width:220px;padding:11px 12px;border:0;background:#fff;color:#111}
.health-search button{border:0;background:#cfa64a;color:#fff;padding:0 16px;font-weight:700}
.health-brand{padding:28px 0 14px;text-align:center;background:var(--card)}
.health-brand h1{margin:0;font-size:72px;line-height:1}.health-brand .accent{color:#cfa64a}
.health-brand p{margin:6px 0 0;color:var(--muted);font-size:18px}
.health-top-ad{margin-bottom:18px;max-width:760px}
.health-hero{padding:18px 0 30px}
.health-hero-box{position:relative;overflow:hidden}
.health-hero-box .hero-bg{aspect-ratio:16/7;background:#d9e4f2}
.health-hero-box .hero-bg img{width:100%;height:100%;object-fit:cover}
.health-hero-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;padding:40px}
.health-hero-content{background:rgba(255,255,255,.82);padding:34px 48px;max-width:620px;text-align:center}
.health-hero-content h2{font-size:56px;line-height:1.05;margin:0 0 18px;color:#000}
.hero-kicker{display:inline-flex;padding:8px 12px;border-radius:999px;background:#0d5eff;color:#fff;font-size:12px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;margin-bottom:16px}
.health-hero-meta{display:flex;justify-content:center;gap:20px;color:#8a6b1e;font-weight:700}
.health-hero-strip{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:18px}
.health-mini{display:grid;grid-template-columns:180px 1fr;gap:16px;overflow:hidden;padding:14px}
.health-mini .thumb{border-radius:16px;overflow:hidden;aspect-ratio:16/10;background:#d9e4f2}
.health-mini .thumb img{width:100%;height:100%;object-fit:cover}
.health-mini h3{margin:6px 0 0;font-size:24px;line-height:1.15}
.health-cats{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:22px}
.health-cat{position:relative;overflow:hidden}.health-cat .thumb{aspect-ratio:16/12;background:#d9e4f2}
.health-cat .thumb img{width:100%;height:100%;object-fit:cover}
.health-cat .label{position:absolute;inset:auto 22px 22px 22px;background:rgba(255,255,255,.95);padding:18px;text-align:center;font-size:22px;font-weight:800;color:#111}
.health-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:24px;padding:14px 0 30px}
.health-tools{padding:20px}.health-tabs{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:14px}
.health-tab-btn{border:1px solid var(--border);background:var(--soft);color:var(--text);padding:10px 12px;border-radius:999px;font-weight:700;cursor:pointer}
.health-tool-panel{display:none}.health-tool-panel.is-active{display:block}
.health-tool-panel .row{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:12px}
.health-tool-panel input,.health-tool-panel select{width:100%;min-height:44px;border:1px solid var(--border);border-radius:12px;padding:10px 12px;background:var(--bg);color:var(--text)}
.health-tool-panel .dark-toggle{background:var(--primary);color:#fff;border:0;border-radius:12px;padding:12px 16px}
.health-result{margin-top:14px;padding:14px;border-radius:14px;background:var(--soft);font-weight:700}
@media (max-width:1200px){
 .header-row{grid-template-columns:240px 1fr}.header-ad{grid-column:1/-1}
 .hero-grid,.content-grid,.single-grid,.axy-panels,.health-layout{grid-template-columns:1fr}
 .axy-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:900px){
 .health-demo-top .container{grid-template-columns:1fr;gap:12px}
 .health-search input{width:100%}
 .health-brand h1{font-size:48px}.health-hero-content{padding:24px}
 .health-hero-content h2{font-size:38px}
 .health-hero-strip,.health-cats,.health-tool-panel .row,.health-mini{grid-template-columns:1fr}px}
 .health-cats{grid-template-columns:1fr}
}
@media (max-width:782px){
 .container{width:min(100% - 20px,100%)}
 .site-top-inner,.main-nav{align-items:flex-start}
 .top-right{width:100%;justify-content:space-between}
 .header-row,.hero-grid,.content-grid,.single-grid{grid-template-columns:1fr}
 .primary-menu,.search-form-inline{display:none}
 .menu-toggle{display:inline-flex}
 .main-nav.is-open .primary-menu,.main-nav.is-open .search-form-inline{display:flex;width:100%}
 .main-nav.is-open .search-form-inline input{min-width:0;flex:1}
 .breaking-inner{grid-template-columns:120px 1fr}
 .news-row,.post-vertical,.surmanset-item{grid-template-columns:1fr}
 .site-logo img{max-height:54px}
 .axy-hero{padding:20px;flex-direction:column;align-items:flex-start}
 .axy-grid{grid-template-columns:1fr}
 .axy-license-box{grid-template-columns:1fr}
}

html[data-theme="dark"] .health-hero-content{background:rgba(12,22,40,.86)}
html[data-theme="dark"] .health-hero-content h2{color:#fff}
html[data-theme="dark"] .health-hero-meta{color:#e3c36e}
html[data-theme="dark"] .health-cat .label{background:rgba(12,22,40,.92);color:#fff}
html[data-theme="dark"] .health-result{background:#182946;color:#eef4ff;border:1px solid #2e466d}
html[data-theme="dark"] .health-tool-panel input,
html[data-theme="dark"] .health-tool-panel select{background:#0f1b30;color:#eef4ff;border-color:#2e466d}
.health-tools .dark-toggle{margin-bottom:10px}



/* Health demo refresh */
.health-demo-top{background:#050505;color:#fff}
.health-demo-top-inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px;padding:16px 0}
.health-header-brand{display:flex;align-items:center}
.health-header-logo img{max-height:48px;width:auto;display:block}
.health-header-nav{min-width:0}
.health-header-menu{display:flex;align-items:center;gap:22px;flex-wrap:wrap;font-weight:700}
.health-header-menu a{color:#eef4ff;opacity:.92}
.health-header-menu a:hover{opacity:1}
.health-search{display:flex;gap:0;justify-self:end}
.health-search input{min-width:240px;padding:12px 14px;border:1px solid rgba(255,255,255,.12);border-radius:12px 0 0 12px;background:rgba(255,255,255,.92);color:#0b1629}
.health-search button{padding:12px 18px;border:0;border-radius:0 12px 12px 0;background:#c79b38;color:#fff;font-weight:800}
.health-brand{display:none}

.health-slider{position:relative;overflow:hidden;padding:0;min-height:540px;margin-bottom:24px}
.health-slider-track{position:relative;min-height:540px}
.health-slide{position:absolute;inset:0;opacity:0;pointer-events:none;transition:opacity .45s ease}
.health-slide.is-active{opacity:1;pointer-events:auto}
.health-slide-media,.health-slide-media img{display:block;width:100%;height:100%}
.health-slide-media img{object-fit:cover}
.health-slide-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(9,17,32,.04) 0%,rgba(9,17,32,.65) 62%,rgba(9,17,32,.88) 100%);display:flex;align-items:flex-end}
.health-slide-content{padding:34px;max-width:760px;color:#fff}
.health-slide-content h2{font-size:clamp(34px,4vw,68px);line-height:1.02;margin:10px 0 0;font-weight:900}
.health-slide-content h2 a{color:#fff}
.health-slider-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:52px;height:52px;border-radius:999px;border:1px solid rgba(255,255,255,.3);background:rgba(7,16,29,.38);color:#fff;font-size:34px;line-height:1;cursor:pointer}
.health-slider-arrow.prev{left:22px}
.health-slider-arrow.next{right:22px}
.health-slider-dots{position:absolute;left:34px;bottom:26px;z-index:3;display:flex;gap:10px}
.health-slider-dots button{width:12px;height:12px;border-radius:999px;border:0;background:rgba(255,255,255,.4);cursor:pointer}
.health-slider-dots button.is-active{background:#fff}
.health-hero{padding:22px 0 0}
.health-top-ad{margin-bottom:22px}
.health-cats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-bottom:22px}
.health-cat{overflow:hidden;padding:0;position:relative;min-height:260px}
.health-cat .thumb,.health-cat .thumb img{display:block;width:100%;height:100%}
.health-cat .thumb img{object-fit:cover}
.health-cat .label{position:absolute;left:18px;top:18px;background:var(--primary);color:#fff;padding:10px 16px;border-radius:999px;font-weight:800;z-index:2}

@media (max-width: 1100px){
  .health-demo-top-inner{grid-template-columns:1fr;justify-items:start}
  .health-search{justify-self:start}
}
@media (max-width: 768px){
  .health-slider,.health-slider-track{min-height:360px}
  .health-slide-content{padding:22px}
  .health-slide-content h2{font-size:32px}
  .health-slider-arrow{width:42px;height:42px;font-size:28px}
  .health-cats{grid-template-columns:1fr}
  .health-search{width:100%}
  .health-search input{min-width:0;width:100%}
  .health-header-menu{gap:14px}
}


/* --- Health demo premium refresh --- */
.health-site-top{
  background:linear-gradient(90deg,#f6f2e7 0%,#fffaf0 50%,#f3ecdd 100%);
  border-bottom:1px solid rgba(199,155,56,.18);
}
.health-top-links{display:flex;gap:24px;flex-wrap:wrap;font-weight:700}
.health-top-links a{color:#7d6330}
.health-top-links a:hover{color:#b58425}
.health-demo-top{
  background:linear-gradient(90deg,#071221 0%,#10233f 45%,#1b355d 100%);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.health-demo-top-inner{
  display:grid;
  grid-template-columns:220px minmax(0,1fr) 320px;
  gap:22px;
  align-items:center;
  padding:18px 0;
}
.health-header-logo img{max-height:58px;width:auto}
.health-header-menu{display:flex;align-items:center;gap:22px;flex-wrap:wrap;font-weight:800}
.health-header-menu a{
  color:#f4f6fb;
  opacity:.92;
  position:relative;
  padding-bottom:4px;
}
.health-header-menu a:hover{opacity:1}
.health-header-menu a:after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:0;
  height:2px;
  background:linear-gradient(90deg,#d9b56d,#f0ddad);
  transition:width .25s ease;
}
.health-header-menu a:hover:after{width:100%}
.premium-search{
  display:flex;
  justify-self:end;
  gap:0;
  border-radius:16px;
  overflow:hidden;
  box-shadow:0 14px 34px rgba(0,0,0,.18);
  border:1px solid rgba(217,181,109,.25);
}
.premium-search input{
  min-width:250px;
  padding:14px 16px;
  border:0;
  background:rgba(255,255,255,.96);
  color:#15263f;
}
.premium-search button{
  border:0;
  padding:0 20px;
  font-weight:800;
  color:#fff;
  background:linear-gradient(135deg,#b5852c,#d8b161);
}
.health-hero{padding:24px 0 8px}
.health-slider{
  position:relative;
  overflow:hidden;
  min-height:560px;
  border-radius:28px;
  border:1px solid rgba(255,255,255,.06);
}
.health-slider-track{position:relative;min-height:560px}
.health-slide-overlay{
  background:linear-gradient(180deg,rgba(6,15,29,.08) 0%,rgba(6,15,29,.58) 55%,rgba(6,15,29,.92) 100%);
}
.health-slide-content{padding:40px 42px 48px;max-width:820px}
.health-slide-content h2{
  font-size:clamp(36px,4vw,72px);
  font-weight:900;
  letter-spacing:-.03em;
}
.health-slider-arrow{
  background:rgba(12,22,39,.48);
  border:1px solid rgba(255,255,255,.24);
  backdrop-filter:blur(8px);
}
.health-slider-dots button.is-active{background:#dcb76a}

.health-premium-strip{margin:18px 0 28px}
.health-strip-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:16px;
  margin-bottom:18px;
}
.premium-kicker{
  display:inline-flex;
  padding:7px 12px;
  border-radius:999px;
  background:linear-gradient(135deg,#f5ead1,#e5c98a);
  color:#6d5121;
  font-size:12px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.health-strip-head h2,
.health-section-head h2{margin:10px 0 0;font-size:34px;line-height:1.05}
.health-strip-controls{display:flex;gap:10px}
.health-strip-arrow{
  width:46px;height:46px;border-radius:999px;border:1px solid #d8c199;
  background:#fff;box-shadow:var(--shadow);font-size:28px;line-height:1;cursor:pointer;color:#6d5121
}
.health-premium-carousel{
  display:grid;
  grid-auto-flow:column;
  grid-auto-columns:minmax(280px, 32%);
  gap:20px;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  padding-bottom:6px;
  scrollbar-width:none;
}
.health-premium-carousel::-webkit-scrollbar{display:none}
.health-premium-card{
  scroll-snap-align:start;
  overflow:hidden;
  border-radius:24px;
}
.health-premium-card .thumb{
  display:block;
  aspect-ratio:16/11;
  background:#d9e4f2;
}
.health-premium-card .thumb img{width:100%;height:100%;object-fit:cover}
.health-premium-card-body{padding:18px 18px 20px}
.health-premium-card h3{margin:8px 0 10px;font-size:24px;line-height:1.18}
.health-premium-card p{margin:0;color:var(--muted);line-height:1.6}
.health-cats{display:none!important}

.health-section-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  margin-bottom:14px;
}
.health-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:24px;padding:4px 0 34px}
.premium-widget{
  border-radius:24px;
  padding:22px;
  background:linear-gradient(180deg,#ffffff 0%,#fbf7ef 100%);
  border:1px solid rgba(216,193,153,.45);
}
.premium-widget .widget-title{font-size:28px;margin-top:10px}
.health-quick-list{list-style:none;margin:14px 0 0;padding:0;display:grid;gap:12px}
.health-quick-list li a{
  display:block;
  padding:14px 16px;
  border-radius:16px;
  background:#fff;
  border:1px solid rgba(216,193,153,.35);
  font-weight:700;
}
.health-tag-cloud{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}
.health-tag-cloud a{
  padding:10px 14px;
  border-radius:999px;
  background:#fff;
  border:1px solid rgba(216,193,153,.35);
  font-weight:700;
  color:#6d5121;
}
.health-tabs{margin-top:14px}
.health-tab-btn{
  border:1px solid rgba(216,193,153,.42);
  background:#fff;
  color:#6d5121;
}
.health-tab-btn.is-active,
.health-tab-btn:hover{
  background:linear-gradient(135deg,#b5852c,#d8b161);
  color:#fff;
  border-color:transparent;
}
.health-tool-panel .dark-toggle{
  background:linear-gradient(135deg,#b5852c,#d8b161);
  color:#fff;
}
.health-result{
  background:#fff8e8;
  border:1px solid rgba(216,193,153,.32);
}
body.home .sidebar-stack .widget .widget-title{
  font-size:26px;
}

@media (max-width: 1100px){
  .health-demo-top-inner{grid-template-columns:1fr;justify-items:start}
  .premium-search{justify-self:stretch;width:100%}
  .premium-search input{min-width:0;width:100%}
  .health-premium-carousel{grid-auto-columns:minmax(280px, 70%)}
}
@media (max-width: 782px){
  .health-top-links{gap:14px;font-size:14px}
  .health-slider,.health-slider-track{min-height:420px}
  .health-slide-content{padding:24px}
  .health-strip-head{align-items:center}
  .health-premium-carousel{grid-auto-columns:minmax(260px, 88%)}
  .health-layout{grid-template-columns:1fr}
}


/* Health demo global header */
.health-site-top{
  background:#061326;
  color:#dbe7ff;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.health-top-links{display:flex;align-items:center;gap:18px;flex-wrap:wrap}
.health-top-links a{color:#dbe7ff;opacity:.9;font-weight:600}
.health-top-links a:hover{opacity:1}
.health-demo-top{
  position:sticky;
  top:0;
  z-index:40;
  background:linear-gradient(180deg,#07162b 0%,#0b1e38 100%);
  color:#fff;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.health-demo-top-inner{display:grid;grid-template-columns:220px minmax(0,1fr) 320px;gap:20px;align-items:center;padding:16px 0}
.health-header-logo img{max-height:54px;width:auto}
.health-header-nav{min-width:0}
.health-header-menu{display:flex;align-items:center;gap:22px;flex-wrap:wrap;font-weight:700}
.health-header-menu a,.health-header-menu li a{color:#eef4ff;opacity:.94}
.health-header-menu li{list-style:none}
.health-header-menu li.current-menu-item a,.health-header-menu a:hover,.health-header-menu li a:hover{opacity:1;color:#fff}
.health-search{display:flex;gap:0;justify-self:end}
.health-search input{
  min-width:240px;
  padding:13px 14px;
  border:1px solid rgba(199,155,56,.55);
  border-right:0;
  border-radius:14px 0 0 14px;
  background:rgba(255,248,236,.96);
  color:#241b0d;
}
.health-search button{
  padding:13px 18px;
  border:1px solid rgba(199,155,56,.55);
  border-radius:0 14px 14px 0;
  background:linear-gradient(135deg,#b88629,#d6b36a);
  color:#fff;
  font-weight:800;
}

/* Health home polish */
.health-premium-strip .premium-kicker,
.health-section-head .premium-kicker,
.sidebar-stack .premium-kicker{
  display:inline-flex;
  align-items:center;
  padding:8px 14px;
  border-radius:999px;
  background:rgba(216,193,153,.18);
  color:#caa55a;
  font-size:12px;
  letter-spacing:.08em;
  text-transform:uppercase;
  font-weight:800;
}
.health-premium-strip h2,
.health-section-head .section-title{margin:12px 0 0}
.premium-widget{
  border-radius:24px;
  padding:22px;
  background:linear-gradient(180deg,#fffdfa 0%,#f7f1e7 100%);
  border:1px solid rgba(216,193,153,.45);
}
.premium-widget .widget-title{font-size:26px;margin-top:10px;line-height:1.2;color:#16233d}
.health-quick-list{list-style:none;margin:14px 0 0;padding:0;display:grid;gap:12px}
.health-quick-list li a{
  display:block;
  padding:14px 16px;
  border-radius:16px;
  background:#ffffff;
  border:1px solid rgba(216,193,153,.35);
  font-weight:700;
  color:#172643;
}
.health-quick-list li a:hover{transform:translateY(-1px)}
.health-tag-cloud{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}
.health-tag-cloud a{
  padding:10px 14px;
  border-radius:999px;
  background:#ffffff;
  border:1px solid rgba(216,193,153,.35);
  font-weight:700;
  color:#6d5121;
}
.health-tabs{margin-top:14px}
.health-tab-btn{
  border:1px solid rgba(216,193,153,.42);
  background:#fff;
  color:#6d5121;
}
.health-tab-btn.is-active,.health-tab-btn:hover{
  background:linear-gradient(135deg,#b5852c,#d8b161);
  color:#fff;
  border-color:transparent;
}
.health-tool-panel .dark-toggle{
  background:linear-gradient(135deg,#b5852c,#d8b161);
  color:#fff;
}
.health-result{
  background:#fff8e8;
  border:1px solid rgba(216,193,153,.32);
  color:#16233d;
}
.health-tools input,
.health-tools select{
  background:#fff;
  color:#16233d;
  border:1px solid rgba(216,193,153,.35);
}

/* Dark mode readability */
html[data-theme="dark"] .health-site-top{
  background:#050d1b;
  color:#e7eefb;
  border-bottom-color:rgba(255,255,255,.08);
}
html[data-theme="dark"] .health-top-links a,
html[data-theme="dark"] .health-site-top .top-right,
html[data-theme="dark"] .health-header-menu a,
html[data-theme="dark"] .health-header-menu li a{
  color:#eef4ff;
}
html[data-theme="dark"] .health-demo-top{
  background:linear-gradient(180deg,#07111f 0%,#0c1930 100%);
}
html[data-theme="dark"] .premium-widget{
  background:linear-gradient(180deg,#0f1b30 0%,#12213b 100%);
  border-color:#2a3d60;
}
html[data-theme="dark"] .premium-widget .widget-title,
html[data-theme="dark"] .premium-widget p,
html[data-theme="dark"] .premium-widget li,
html[data-theme="dark"] .premium-widget,
html[data-theme="dark"] .health-result,
html[data-theme="dark"] .health-tool-panel input,
html[data-theme="dark"] .health-tool-panel select{
  color:#eef4ff;
}
html[data-theme="dark"] .health-quick-list li a,
html[data-theme="dark"] .health-tag-cloud a{
  background:#0b1730;
  color:#eef4ff;
  border-color:#2a3d60;
}
html[data-theme="dark"] .health-tab-btn{
  background:#0b1730;
  color:#f3dfb4;
  border-color:#66512a;
}
html[data-theme="dark"] .health-result{
  background:#0b1730;
  border-color:#2a3d60;
}
html[data-theme="dark"] .health-tools input,
html[data-theme="dark"] .health-tools select{
  background:#0b1730;
  color:#eef4ff;
  border-color:#2a3d60;
}
html[data-theme="dark"] .health-search input{
  background:#fff7ea;
  color:#241b0d;
}

/* single page health */
.single-wrap .entry-card{padding:24px}
.single-wrap .entry-card .entry-title{font-size:42px}
.single-wrap .entry-card .meta-line{margin-bottom:18px}
.single-wrap .entry-card .post-thumbnail img{border-radius:22px}

@media (max-width: 900px){
  .health-demo-top-inner{grid-template-columns:1fr;gap:14px}
  .health-search{justify-self:stretch}
  .health-search input{min-width:0;width:100%}
  .health-top-links{gap:12px}
}



/* health socials + sidebar cleanup */
.health-site-top-inner{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:18px;align-items:center}
.health-socials{display:flex;align-items:center;gap:10px;justify-content:center}
.health-social-link{
  width:38px;height:38px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;
  border:1px solid rgba(202,165,90,.35);background:rgba(255,255,255,.06);color:#f7e7be;transition:all .2s ease
}
.health-social-link svg{width:18px;height:18px;display:block}
.health-social-link:hover{transform:translateY(-1px);background:rgba(202,165,90,.14);color:#fff;border-color:rgba(202,165,90,.6)}
.health-quick-list li{list-style:none}
.sidebar-stack .widget + .widget{margin-top:18px}
.ad-box img{display:block;width:100%;height:auto;border-radius:18px}
html[data-theme="dark"] .health-social-link{
  background:rgba(255,255,255,.04);border-color:rgba(202,165,90,.32);color:#f7e2ad
}
html[data-theme="light"] .health-social-link{
  background:rgba(10,25,46,.04);border-color:rgba(10,25,46,.12);color:#7b5f2c
}
html[data-theme="light"] .health-social-link:hover{color:#10233f;background:rgba(202,165,90,.14)}
@media (max-width: 1100px){
  .health-site-top-inner{grid-template-columns:1fr;justify-items:start}
  .health-socials{justify-content:flex-start}
}


/* Magazine demo */
.magazine-topbar{
  background:linear-gradient(135deg,#0d0f18,#1d1020 52%,#290f1a);
  color:#fff;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.magazine-topbar-inner,.magazine-header-inner{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:12px 0}
.magazine-socials{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.magazine-social-link{
  width:38px;height:38px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;
  background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);color:#fff;transition:.2s ease;
}
.magazine-social-link svg{width:18px;height:18px}
.magazine-social-link:hover{transform:translateY(-2px);background:#ff3b57;border-color:#ff5d76}
.magazine-header{
  background:linear-gradient(135deg,#121526,#29141f 60%,#0f1628);
  position:sticky;top:0;z-index:70;
  box-shadow:0 12px 30px rgba(6,10,19,.18);
}
.magazine-logo img{height:50px;width:auto}
.magazine-nav{flex:1}
.magazine-menu,.magazine-menu ul{display:flex;align-items:center;gap:24px;list-style:none;padding:0;margin:0;flex-wrap:wrap}
.magazine-menu a{color:#fff;font-weight:700;letter-spacing:.01em}
.magazine-search{width:min(320px,100%)}
.magazine-search input{
  background:#fff5eb;border:1px solid rgba(255,210,166,.36);color:#231919;
}
.magazine-search button{
  background:linear-gradient(135deg,#f4be58,#c98d25);color:#fff;border:none;
}
.magazine-home{padding:26px 0 48px;background:
linear-gradient(180deg,#f6f3f7 0,#f7f7fb 100%)}
html[data-theme="dark"] .magazine-home{
  background:linear-gradient(180deg,#070b17 0,#0d1020 100%);
}
.magazine-ad-top,.magazine-inline-ad{margin-bottom:24px}
.magazine-hero-grid{
  display:grid;grid-template-columns:minmax(0,1.7fr) minmax(320px,.95fr);gap:22px;margin-bottom:24px;
}
.magazine-feature-card,.magazine-side-card,.magazine-widget-card,.magazine-latest-main,.magazine-home-sidebar .widget,.magazine-sidebar-widget{
  background:var(--card);border:1px solid var(--border);border-radius:28px;box-shadow:var(--shadow);overflow:hidden;
}
.magazine-feature-card,.magazine-side-card{position:relative;min-height:250px}
.magazine-feature-media,.magazine-side-media{display:block;height:100%}
.magazine-feature-media img,.magazine-side-media img{width:100%;height:100%;object-fit:cover}
.magazine-feature-card{min-height:560px}
.magazine-hero-side{display:grid;grid-template-rows:repeat(3,1fr);gap:22px}
.magazine-feature-overlay,.magazine-side-overlay{
  position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;padding:28px;
  background:linear-gradient(180deg,rgba(8,9,15,.05) 10%,rgba(8,9,15,.78) 100%);color:#fff;
}
.magazine-feature-overlay h1{font-size:clamp(34px,4vw,56px);line-height:1.05;margin:12px 0 10px;max-width:86%}
.magazine-side-overlay h3{font-size:24px;line-height:1.2;margin:12px 0 0}
.magazine-chip{
  align-self:flex-start;padding:8px 14px;border-radius:999px;background:#ff3b57;color:#fff;font-size:13px;font-weight:800;
  text-transform:uppercase;letter-spacing:.06em;
}
.magazine-feature-meta{display:flex;gap:16px;flex-wrap:wrap;color:rgba(255,255,255,.84);font-size:14px}
.magazine-widget-stack{
  display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;margin-bottom:24px;
}
.magazine-widget-card{padding:22px}
.magazine-widget-head h2{margin:8px 0 0;font-size:28px}
.magazine-story-list{list-style:none;padding:0;margin:18px 0 0;display:flex;flex-direction:column;gap:16px}
.magazine-story-list li{padding-bottom:16px;border-bottom:1px solid var(--border);display:flex;flex-direction:column;gap:6px}
.magazine-story-list li:last-child{padding-bottom:0;border-bottom:none}
.magazine-story-list span{font-size:13px;color:var(--muted)}
.magazine-story-list.is-compact li{gap:0}
.magazine-mini-grid{display:grid;grid-template-columns:1fr;gap:16px;margin-top:18px}
.magazine-mini-card .thumb{display:block;border-radius:18px;overflow:hidden;margin-bottom:12px}
.magazine-mini-card .thumb img{width:100%;aspect-ratio:1.25/1;object-fit:cover}
.magazine-mini-card h3,.magazine-story-list a{font-size:18px;line-height:1.35;font-weight:800}
.magazine-latest-grid{display:grid;grid-template-columns:minmax(0,1.5fr) 360px;gap:24px}
.magazine-latest-main{padding:24px}
.magazine-section-head h2{margin:10px 0 0;font-size:34px}
.magazine-latest-list{display:flex;flex-direction:column;gap:22px;margin-top:18px}
.magazine-latest-item{display:grid;grid-template-columns:290px minmax(0,1fr);gap:18px;align-items:start;padding-bottom:22px;border-bottom:1px solid var(--border)}
.magazine-latest-item:last-child{padding-bottom:0;border-bottom:none}
.magazine-latest-item .thumb{display:block;border-radius:22px;overflow:hidden}
.magazine-latest-item .thumb img{width:100%;aspect-ratio:1.1/1;object-fit:cover}
.magazine-home-sidebar{display:flex;flex-direction:column;gap:22px}
.magazine-home-sidebar .widget,.magazine-sidebar-widget{padding:22px}
.magazine-sidebar-widget .premium-kicker,.magazine-home-sidebar .premium-kicker{margin-bottom:10px}
html[data-theme="dark"] .magazine-feature-card,
html[data-theme="dark"] .magazine-side-card{border-color:rgba(255,255,255,.08)}
html[data-theme="dark"] .magazine-search input{background:#f8ecdc;color:#241f1f}
html[data-theme="dark"] .magazine-social-link{background:rgba(255,255,255,.1)}
html[data-theme="dark"] .magazine-widget-card,
html[data-theme="dark"] .magazine-latest-main,
html[data-theme="dark"] .magazine-home-sidebar .widget,
html[data-theme="dark"] .magazine-sidebar-widget{
  background:rgba(14,23,39,.92);
  border-color:#223454;
}
@media (max-width:1100px){
  .magazine-header-inner,.magazine-topbar-inner{flex-wrap:wrap}
  .magazine-search{width:100%}
  .magazine-hero-grid,.magazine-latest-grid{grid-template-columns:1fr}
  .magazine-widget-stack{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:720px){
  .magazine-menu,.magazine-menu ul{gap:14px}
  .magazine-widget-stack{grid-template-columns:1fr}
  .magazine-feature-card{min-height:420px}
  .magazine-hero-side{grid-template-rows:auto}
  .magazine-latest-item{grid-template-columns:1fr}
  .magazine-feature-overlay h1{max-width:100%}
}


/* Magazine demo polish */
.magazine-hero-grid--two-side{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(320px,.95fr);gap:24px;align-items:stretch}
.magazine-hero-side{display:grid;grid-template-rows:1fr 1fr;gap:24px}
.magazine-side-card--large,.magazine-feature-card,.magazine-visual-card,.magazine-visual-list-item,.magazine-feature-list-item{position:relative;overflow:hidden;border-radius:28px;background:#0d1730;color:#fff;min-height:240px}
.magazine-side-card--large{min-height:260px}
.magazine-feature-card img,.magazine-side-card--large img,.magazine-visual-card img,.magazine-visual-list-item img,.magazine-feature-list-item img{width:100%;height:100%;object-fit:cover}
.magazine-side-card--large .magazine-side-media,.magazine-visual-card .thumb,.magazine-visual-list-item .thumb,.magazine-feature-list-item .thumb{display:block;height:100%}
.magazine-widget-stack--visual{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;margin:28px 0}
.magazine-widget-card--visual{padding:24px;border-radius:26px;background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);border:1px solid var(--border);box-shadow:var(--shadow)}
.magazine-feature-list{display:grid;gap:16px}
.magazine-feature-list-item{display:grid;grid-template-columns:116px 1fr;min-height:116px;background:#fff;color:var(--text);border:1px solid var(--border);border-radius:20px;overflow:hidden}
.magazine-feature-list-item .thumb{height:100%}
.magazine-feature-list-item .thumb img{height:100%}
.magazine-feature-list-body{padding:14px 16px;display:flex;flex-direction:column;justify-content:center}
.magazine-feature-list-body h3,.magazine-visual-card h3,.magazine-visual-list-item h3{margin:0;font-size:24px;line-height:1.18}
.magazine-feature-list-body span{margin-top:8px;color:var(--muted);font-size:14px}
.magazine-visual-grid{display:grid;gap:18px}
.magazine-visual-card{min-height:312px}
.magazine-visual-card-body{position:absolute;left:0;right:0;bottom:0;padding:18px;background:linear-gradient(180deg,rgba(8,18,40,0) 0%,rgba(8,18,40,.88) 100%)}
.magazine-visual-list{display:grid;gap:16px}
.magazine-visual-list-item{min-height:142px}
.magazine-visual-list-item h3{position:absolute;left:16px;right:16px;bottom:16px;font-size:29px;line-height:1.12;text-shadow:0 4px 18px rgba(0,0,0,.35)}
.magazine-home-sidebar .widget,.magazine-sidebar-widget{background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);border:1px solid var(--border);border-radius:26px;box-shadow:var(--shadow)}
.magazine-weather-holder .axyverax-weather-widget{background:#0f1b30;border-radius:20px;padding:16px;color:#fff}
.magazine-weather-holder .widget-title{margin:0 0 12px}
.axy-comments-wrap{margin-top:32px;padding:28px;border-radius:26px;background:var(--card);border:1px solid var(--border)}
.axy-comments-wrap--magazine{background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%)}
.axy-comments-header{margin-bottom:18px}
.axy-comment-list{list-style:none;margin:0;padding:0;display:grid;gap:18px}
.axy-comment-card{display:flex;gap:16px;padding:18px;border:1px solid var(--border);border-radius:22px;background:var(--bg)}
.axy-comment-card--magazine{background:linear-gradient(135deg,#0f1b30 0%,#1a2550 100%);border-color:#25375f;color:#fff;box-shadow:0 18px 34px rgba(10,20,40,.18)}
.axy-comment-avatar img{border-radius:50%}
.axy-comment-topline{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin-bottom:8px}
.axy-comment-author{font-size:18px}
.axy-comment-date{font-size:13px;opacity:.74}
.axy-comment-text{line-height:1.75}
.axy-comment-actions{margin-top:12px}
.axy-comment-actions a,.axy-comment-submit{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:14px;background:linear-gradient(135deg,#ff4d6d 0%,#ff9a3c 100%);color:#fff;padding:12px 18px;font-weight:700}
.axy-comment-form-wrap{margin-top:26px}
.axy-comment-form p{margin:0 0 14px}
.axy-comment-form input,.axy-comment-form textarea{width:100%;padding:14px 16px;border-radius:16px;border:1px solid var(--border);background:#fff;color:var(--text)}
.axy-comment-form textarea{min-height:160px;resize:vertical}
.axy-comment-form input:focus,.axy-comment-form textarea:focus{outline:none;border-color:#ff5b73;box-shadow:0 0 0 4px rgba(255,91,115,.12)}
@media (max-width: 1100px){
  .magazine-widget-stack--visual{grid-template-columns:repeat(2,minmax(0,1fr))}
  .magazine-hero-grid--two-side{grid-template-columns:1fr}
}
@media (max-width: 700px){
  .magazine-widget-stack--visual{grid-template-columns:1fr}
  .magazine-hero-side{grid-template-rows:none}
  .magazine-feature-list-item{grid-template-columns:92px 1fr}
  .magazine-feature-list-body h3,.magazine-visual-card h3,.magazine-visual-list-item h3{font-size:20px}
}


/* Crypto Demo */
.crypto-site-top{background:linear-gradient(90deg,#07111f,#0b1730);border-bottom:1px solid rgba(51,233,255,.16)}
.crypto-site-top-inner{padding:10px 0}
.crypto-socials{display:flex;gap:10px;align-items:center}
.crypto-social-link{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08);color:#d7f2ff}
.crypto-social-link svg{width:18px;height:18px;fill:currentColor}
.crypto-header{background:linear-gradient(90deg,#0a1424,#101b31 46%,#1a1230);border-bottom:1px solid rgba(66,220,255,.14);position:sticky;top:0;z-index:40}
.crypto-header-row{display:grid;grid-template-columns:260px 1fr 330px;align-items:center;gap:24px;padding:16px 0}
.crypto-header-logo img{max-height:58px;width:auto}
.crypto-header-menu,.crypto-header-menu ul{display:flex;gap:28px;align-items:center;flex-wrap:wrap;margin:0;padding:0;list-style:none}
.crypto-header-menu a{color:#eaf6ff;font-weight:800}
.crypto-search-form input{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1);color:#f4fbff}
.crypto-search-form button{background:linear-gradient(135deg,#16c1ff,#0d5eff);color:#fff}
.crypto-home{background:radial-gradient(circle at top,#112449 0,#09111f 58%,#060b16 100%);padding:22px 0 44px}
.crypto-ad-top,.crypto-inline-ad{margin-bottom:22px}
.crypto-hero-grid{display:grid;grid-template-columns:1.75fr .9fr;gap:24px;margin-bottom:26px}
.crypto-feature-card,.crypto-side-card,.crypto-panel,.premium-widget--crypto,.footer--crypto .footer-row{background:linear-gradient(180deg,rgba(17,29,53,.96),rgba(8,15,29,.98));border:1px solid rgba(88,235,255,.12);box-shadow:0 20px 50px rgba(0,0,0,.28)}
.crypto-feature-card,.crypto-side-card,.crypto-panel,.premium-widget--crypto{border-radius:28px;overflow:hidden}
.crypto-feature-media img,.crypto-side-media img,.crypto-story-item .thumb img,.crypto-mini-card .thumb img,.crypto-video-item .thumb img,.crypto-latest-item .thumb img{width:100%;height:100%;object-fit:cover}
.crypto-feature-card{position:relative;min-height:560px}
.crypto-feature-media{position:absolute;inset:0}
.crypto-feature-overlay{position:relative;z-index:1;padding:42px;min-height:560px;display:flex;flex-direction:column;justify-content:flex-end;background:linear-gradient(180deg,rgba(4,10,18,.04),rgba(4,8,18,.88))}
.crypto-chip{display:inline-flex;align-self:flex-start;padding:10px 16px;border-radius:999px;background:linear-gradient(135deg,#14c8ff,#0d5eff);color:#fff;font-weight:800;letter-spacing:.02em;margin-bottom:16px}
.crypto-chip--alt{background:linear-gradient(135deg,#7c3aed,#16c1ff)}
.crypto-feature-overlay h1{font-size:clamp(2.1rem,4vw,4rem);line-height:1.02;color:#fff;margin:0 0 14px;font-weight:900;max-width:12ch}
.crypto-feature-overlay p,.crypto-feature-meta{color:#c3d8ec}
.crypto-feature-meta{display:flex;gap:16px;font-weight:700}
.crypto-hero-side{display:grid;gap:24px}
.crypto-side-card{position:relative;min-height:268px}
.crypto-side-media{position:absolute;inset:0}
.crypto-side-overlay{position:relative;z-index:1;padding:26px;min-height:268px;display:flex;flex-direction:column;justify-content:flex-end;background:linear-gradient(180deg,rgba(5,9,17,.08),rgba(8,13,24,.86))}
.crypto-side-overlay h3{margin:12px 0 0;font-size:1.6rem;line-height:1.1;color:#fff}
.crypto-panel{padding:22px}
.crypto-market-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;margin-bottom:24px}
.crypto-panel-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}
.crypto-panel-head h2{margin:0;color:#f5faff;font-size:2rem}
.crypto-story-list,.crypto-link-list,.crypto-video-list{display:grid;gap:14px}
.crypto-story-item{display:grid;grid-template-columns:110px 1fr;gap:14px;padding:12px;border-radius:18px;background:rgba(255,255,255,.04)}
.crypto-story-item .thumb{border-radius:14px;overflow:hidden;height:96px}
.crypto-story-body h3,.crypto-mini-card h3,.crypto-video-item h3,.crypto-link-item a,.crypto-latest-item h3{margin:0;color:#fff}
.crypto-story-body p,.crypto-video-item span{margin:8px 0 0;color:#b5c8da}
.crypto-mini-grid{display:grid;gap:14px}
.crypto-mini-card{padding:12px;border-radius:18px;background:rgba(255,255,255,.04)}
.crypto-mini-card .thumb{display:block;height:170px;border-radius:14px;overflow:hidden;margin-bottom:12px}
.crypto-link-item{padding:14px 0;border-bottom:1px solid rgba(255,255,255,.08)}
.crypto-link-item:last-child{border-bottom:0;padding-bottom:4px}
.crypto-video-item{display:grid;grid-template-columns:104px 1fr;gap:14px;align-items:center;padding:12px;border-radius:18px;background:rgba(255,255,255,.04)}
.crypto-video-item .thumb{display:block;height:82px;border-radius:14px;overflow:hidden}
.crypto-latest-grid{display:grid;grid-template-columns:minmax(0,1.6fr) 380px;gap:24px}
.crypto-latest-main{background:rgba(10,18,32,.56);border:1px solid rgba(95,212,255,.08);border-radius:28px;padding:24px}
.crypto-latest-list{display:grid;gap:18px}
.crypto-latest-item{display:grid;grid-template-columns:260px 1fr;gap:18px;padding-bottom:18px;border-bottom:1px solid rgba(255,255,255,.08)}
.crypto-latest-item:last-child{border-bottom:0;padding-bottom:0}
.crypto-latest-item .thumb{display:block;height:180px;border-radius:20px;overflow:hidden}
.crypto-home-sidebar{display:grid;gap:20px}
.premium-widget--crypto{color:#eaf6ff}
.premium-widget--crypto .premium-kicker{background:rgba(20,200,255,.16);color:#7fe9ff}
.premium-widget--crypto .widget-title{color:#fff}
.premium-widget--crypto .health-quick-list li a,.premium-widget--crypto a{color:#ecf5ff}
.crypto-price-list{display:grid;gap:12px}
.crypto-price-item{display:flex;justify-content:space-between;align-items:center;padding:16px 18px;border-radius:18px;background:linear-gradient(135deg,rgba(22,193,255,.1),rgba(124,58,237,.12));border:1px solid rgba(126,231,255,.14)}
.crypto-price-item strong{font-size:1rem;letter-spacing:.04em}
.crypto-price-item span{font-weight:800;color:#7fe9ff}
.crypto-weather-wrap{padding:8px 0}
.footer--crypto{background:linear-gradient(90deg,#07111f,#0b1730);border-top:1px solid rgba(76,234,255,.12)}
.footer-row--crypto{padding:28px 0}
.footer--crypto strong,.footer--crypto .admin-note,.socials--crypto a{color:#eaf6ff}
.axy-comments-wrap--crypto{background:linear-gradient(180deg,rgba(13,22,38,.96),rgba(7,14,27,.96));border:1px solid rgba(98,225,255,.12);border-radius:28px;padding:24px;margin-top:26px}
.axy-comment-card--crypto{background:rgba(255,255,255,.03);border:1px solid rgba(126,231,255,.1);border-radius:20px}
.axy-comments-wrap--crypto .widget-title,.axy-comments-wrap--crypto .axy-comment-author,.axy-comments-wrap--crypto .comment-reply-link{color:#fff}
.axy-comments-wrap--crypto .axy-comment-text,.axy-comments-wrap--crypto .axy-comment-date,label[for=comment],.axy-comments-wrap--crypto .logged-in-as{color:#bed3e6}
.axy-comments-wrap--crypto input,.axy-comments-wrap--crypto textarea{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.1);color:#fff}
.axy-comments-wrap--crypto .submit{background:linear-gradient(135deg,#16c1ff,#0d5eff);border:0;color:#fff;border-radius:14px}
html[data-theme="light"] .crypto-home{background:linear-gradient(180deg,#eef5ff,#dfe9fb)}
html[data-theme="light"] .crypto-header{background:linear-gradient(90deg,#07162d,#102545 46%,#1d2b52)}
html[data-theme="light"] .crypto-feature-card,html[data-theme="light"] .crypto-side-card,html[data-theme="light"] .crypto-panel,html[data-theme="light"] .premium-widget--crypto{background:#fff;border-color:#d9e4f2;box-shadow:0 18px 34px rgba(16,35,63,.08)}
html[data-theme="light"] .crypto-feature-overlay{background:linear-gradient(180deg,rgba(11,21,43,.08),rgba(13,25,50,.78))}
html[data-theme="light"] .crypto-side-overlay{background:linear-gradient(180deg,rgba(12,20,40,.08),rgba(13,23,45,.8))}
html[data-theme="light"] .crypto-panel-head h2,html[data-theme="light"] .premium-widget--crypto .widget-title,html[data-theme="light"] .crypto-mini-card h3,html[data-theme="light"] .crypto-story-body h3,html[data-theme="light"] .crypto-video-item h3,html[data-theme="light"] .crypto-link-item a,html[data-theme="light"] .premium-widget--crypto a,html[data-theme="light"] .footer--crypto strong,html[data-theme="light"] .footer--crypto .admin-note,html[data-theme="light"] .socials--crypto a{color:#10233f}
html[data-theme="light"] .crypto-story-body p,html[data-theme="light"] .crypto-video-item span,html[data-theme="light"] .premium-widget--crypto .health-quick-list li a,html[data-theme="light"] .crypto-feature-overlay p,html[data-theme="light"] .crypto-feature-meta{color:#607089}
@media (max-width: 1100px){
  .crypto-header-row{grid-template-columns:1fr;gap:14px}
  .crypto-hero-grid,.crypto-latest-grid,.crypto-market-grid{grid-template-columns:1fr}
  .crypto-latest-item{grid-template-columns:1fr}
}


/* Crypto demo refinement */
.crypto-hero-grid--with-widget{grid-template-columns:minmax(0,1.65fr) 360px;align-items:start}
.crypto-hero-side{display:grid;gap:20px}
.crypto-side-stack{display:grid;gap:20px}
.crypto-slider-shell{position:relative}
.crypto-slide{display:none}
.crypto-slide.is-active{display:block}
.crypto-slider-nav{position:absolute;right:26px;bottom:26px;z-index:4;display:flex;gap:12px}
.crypto-slider-btn{width:56px;height:56px;border:1px solid rgba(160,235,255,.22);border-radius:18px;background:linear-gradient(135deg,rgba(10,22,45,.96),rgba(17,44,91,.96));color:#fff;font-size:34px;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 18px 30px rgba(0,0,0,.22)}
.crypto-slider-btn span{transform:translateY(-2px)}
.crypto-slider-dots{position:absolute;left:28px;bottom:32px;z-index:4;display:flex;gap:10px}
.crypto-slider-dots button{width:12px;height:12px;border-radius:999px;border:0;background:rgba(255,255,255,.32);cursor:pointer}
.crypto-slider-dots button.is-active{width:34px;background:#16c1ff}
.premium-widget--crypto-ticker{padding:22px}
.premium-widget--crypto-ticker .widget-title{margin-bottom:16px}
.crypto-price-list--hero .crypto-price-item{padding:14px 16px}
.crypto-market-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}
.crypto-story-list--visual{display:grid;gap:18px}
.crypto-story-item--visual{display:grid;grid-template-columns:220px 1fr;gap:18px;align-items:center;padding:16px;border:1px solid rgba(126,231,255,.1);border-radius:24px;background:rgba(255,255,255,.03)}
.crypto-story-item--visual .thumb{aspect-ratio:4/3;border-radius:18px;overflow:hidden}
.crypto-mini-grid--visual{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.crypto-mini-card--visual{overflow:hidden;border-radius:24px;border:1px solid rgba(126,231,255,.1);background:rgba(255,255,255,.03)}
.crypto-mini-card--visual .thumb{aspect-ratio:16/10}
.crypto-mini-body{padding:16px}
.crypto-mini-body h3{margin:8px 0 0;font-size:1.18rem;line-height:1.3}
.premium-widget--crypto-ad .ad-box--crypto-tall img{aspect-ratio:2/3;object-fit:cover}
.single-featured-media{margin:18px 0 22px;border-radius:24px;overflow:hidden;background:var(--soft);border:1px solid var(--border);box-shadow:var(--shadow)}
.single-featured-media img{width:100%;max-height:520px;object-fit:cover}
.single-featured-media--fallback img{max-height:420px}
.single-wrap--crypto .entry-card{padding:28px;border-radius:28px;background:linear-gradient(180deg,rgba(17,29,53,.96),rgba(8,15,29,.98));border:1px solid rgba(88,235,255,.12)}
.single-wrap--crypto .entry-title,.single-wrap--crypto .entry-content,.single-wrap--crypto .meta-line{color:#eef6ff}
.single-wrap--crypto .entry-content p,.single-wrap--crypto .entry-content li{color:#d5e5f5}
.single-wrap--crypto .entry-content a{color:#7fe9ff}
.single-wrap--crypto .post-ad .ad-box img{border-radius:20px}
.footer--crypto{padding:34px 0}
.footer--crypto .footer-row{border-radius:24px;padding:28px 24px}
.footer--crypto .admin-note{color:#d7e8f5}
.footer--crypto .socials--crypto a{background:rgba(255,255,255,.06);border-color:rgba(160,235,255,.16)}
html[data-theme="light"] .crypto-feature-overlay p,
html[data-theme="light"] .crypto-feature-meta,
html[data-theme="light"] .premium-widget--crypto .widget-title,
html[data-theme="light"] .premium-widget--crypto .health-quick-list a,
html[data-theme="light"] .premium-widget--crypto .health-quick-list li,
html[data-theme="light"] .footer--crypto strong,
html[data-theme="light"] .footer--crypto .admin-note,
html[data-theme="light"] .socials--crypto a,
html[data-theme="light"] .crypto-story-body p,
html[data-theme="light"] .crypto-story-body h3 a,
html[data-theme="light"] .crypto-mini-body h3 a,
html[data-theme="light"] .crypto-side-overlay h3 a,
html[data-theme="light"] .crypto-price-item,
html[data-theme="light"] .crypto-price-item strong{color:#eef6ff}
html[data-theme="light"] .crypto-home{background:linear-gradient(180deg,#eef5ff,#dde9fb)}
html[data-theme="light"] .crypto-header{background:linear-gradient(90deg,#07162d,#102545 46%,#1d2b52)}
html[data-theme="light"] .crypto-feature-card,
html[data-theme="light"] .crypto-side-card,
html[data-theme="light"] .crypto-panel,
html[data-theme="light"] .premium-widget--crypto,
html[data-theme="light"] .footer--crypto .footer-row,
html[data-theme="light"] .single-wrap--crypto .entry-card{background:linear-gradient(180deg,rgba(17,29,53,.98),rgba(8,15,29,.98))}
html[data-theme="light"] .crypto-widget-slot,
html[data-theme="light"] .crypto-widget-slot *{color:#eef6ff !important}
html[data-theme="light"] .crypto-widget-slot table,
html[data-theme="light"] .crypto-widget-slot .widget,
html[data-theme="light"] .crypto-widget-slot .jetkripto_widget,
html[data-theme="light"] .crypto-widget-slot .jet_currency_widget{background:transparent !important}
html[data-theme="light"] .crypto-weather-wrap,
html[data-theme="light"] .crypto-weather-wrap *{color:#eef6ff !important}
html[data-theme="dark"] .crypto-widget-slot,
html[data-theme="dark"] .crypto-widget-slot *,
html[data-theme="dark"] .crypto-weather-wrap,
html[data-theme="dark"] .crypto-weather-wrap *{color:#eef6ff !important}
@media (max-width: 1180px){
  .crypto-hero-grid--with-widget{grid-template-columns:1fr}
  .crypto-market-grid--two{grid-template-columns:1fr}
}
@media (max-width: 700px){
  .crypto-story-item--visual{grid-template-columns:1fr}
  .crypto-mini-grid--visual{grid-template-columns:1fr}
  .crypto-slider-nav{right:18px;bottom:18px}
  .crypto-slider-dots{left:18px;bottom:20px}
}


/* === Crypto readability + theme polish === */
.crypto-site-top{
  background:linear-gradient(90deg,#07111f 0%,#0e1b34 58%,#11182d 100%);
  border-bottom:1px solid rgba(126,231,255,.12);
}
.crypto-site-top .top-right,
.crypto-site-top .top-right span,
.crypto-site-top .crypto-social-link,
.crypto-site-top .dark-toggle{color:#eef6ff}
.crypto-site-top .dark-toggle{
  background:rgba(255,255,255,.06);
  border-color:rgba(126,231,255,.18);
}
.crypto-header{
  background:linear-gradient(90deg,#081425 0%,#12224c 72%,#1a1341 100%);
  border-bottom:1px solid rgba(126,231,255,.12);
}
.crypto-home,
.single-wrap--crypto{
  color:#eef6ff;
}
.crypto-home .news-excerpt,
.crypto-home .meta-line,
.single-wrap--crypto .entry-content,
.single-wrap--crypto .meta-line,
.single-wrap--crypto .entry-card,
.single-wrap--crypto .entry-card p,
.single-wrap--crypto .entry-card li{
  color:#d8e8ff;
}
.crypto-home h1,.crypto-home h2,.crypto-home h3,.crypto-home h4,
.single-wrap--crypto .entry-title,
.single-wrap--crypto .entry-card h1,
.single-wrap--crypto .entry-card h2,
.single-wrap--crypto .entry-card h3{
  color:#ffffff;
}
.premium-widget--crypto .health-quick-list li a{
  background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.04));
  border:1px solid rgba(126,231,255,.14);
  color:#eef6ff !important;
  line-height:1.4;
  box-shadow:none;
}
.premium-widget--crypto .health-quick-list li a:hover{
  transform:translateY(-2px);
  border-color:rgba(126,231,255,.32);
}
.premium-widget--crypto .widget-title,
.premium-widget--crypto .premium-kicker,
.premium-widget--crypto p,
.premium-widget--crypto li,
.premium-widget--crypto span,
.premium-widget--crypto strong,
.premium-widget--crypto a{
  color:#eef6ff;
}
.crypto-widget-slot,
.crypto-widget-slot *,
.crypto-weather-wrap,
.crypto-weather-wrap *{
  color:#eef6ff !important;
}
.crypto-widget-slot table,
.crypto-widget-slot .widget,
.crypto-widget-slot .jet_currency_widget,
.crypto-widget-slot .jetkripto_widget{
  background:transparent !important;
  border-color:rgba(126,231,255,.14) !important;
}
.crypto-widget-slot td,
.crypto-widget-slot th{
  background:rgba(255,255,255,.03) !important;
}
.footer--crypto{
  background:linear-gradient(90deg,#07111f,#0b1730);
}
.footer--crypto strong,
.footer--crypto .admin-note,
.footer--crypto .socials a{
  color:#eef6ff !important;
}
html[data-theme="light"] .crypto-home{
  background:linear-gradient(180deg,#eef4ff 0%,#e2ecff 100%);
  color:#10233f;
}
html[data-theme="light"] .crypto-home .crypto-feature-card,
html[data-theme="light"] .crypto-home .crypto-side-card,
html[data-theme="light"] .crypto-home .crypto-panel,
html[data-theme="light"] .crypto-home .premium-widget--crypto,
html[data-theme="light"] .single-wrap--crypto .entry-card,
html[data-theme="light"] .footer--crypto .footer-row{
  background:linear-gradient(180deg,#132445 0%,#0b1730 100%);
  border-color:rgba(65,191,255,.18);
}
html[data-theme="light"] .crypto-home .crypto-panel-head h2,
html[data-theme="light"] .crypto-home .crypto-story-item--visual h3,
html[data-theme="light"] .crypto-home .crypto-mini-body h3,
html[data-theme="light"] .crypto-home .widget-title,
html[data-theme="light"] .crypto-home .premium-kicker,
html[data-theme="light"] .crypto-home .crypto-feature-overlay h1,
html[data-theme="light"] .crypto-home .crypto-feature-overlay p,
html[data-theme="light"] .crypto-home .crypto-feature-meta,
html[data-theme="light"] .crypto-home .crypto-side-overlay h3,
html[data-theme="light"] .crypto-home .crypto-story-item--visual,
html[data-theme="light"] .single-wrap--crypto .entry-card,
html[data-theme="light"] .single-wrap--crypto .entry-card *,
html[data-theme="light"] .footer--crypto *,
html[data-theme="light"] .crypto-widget-slot,
html[data-theme="light"] .crypto-widget-slot *,
html[data-theme="light"] .crypto-weather-wrap,
html[data-theme="light"] .crypto-weather-wrap *{
  color:#eef6ff !important;
}
html[data-theme="light"] .premium-widget--crypto .health-quick-list li a{
  background:linear-gradient(180deg,rgba(255,255,255,.12),rgba(255,255,255,.08));
  color:#eef6ff !important;
}
html[data-theme="light"] .crypto-home .crypto-story-item--visual,
html[data-theme="light"] .crypto-home .crypto-mini-card--visual{
  background:rgba(255,255,255,.05);
}
html[data-theme="dark"] .crypto-home .crypto-story-item--visual,
html[data-theme="dark"] .crypto-home .crypto-mini-card--visual{
  background:rgba(255,255,255,.03);
}


/* Fashion demo */
.fashion-topbar{background:#faf6f0;border-bottom:1px solid #eadbc7}
html[data-theme="dark"] .fashion-topbar{background:#12111a;border-color:#2d2531}
.fashion-topbar-inner,.fashion-header-inner{display:flex;align-items:center;justify-content:space-between;gap:20px}
.fashion-topbar-inner{padding:10px 0}
.fashion-socials,.fashion-menu{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.fashion-social-link{width:38px;height:38px;border-radius:999px;display:grid;place-items:center;background:#fff;color:#192235;border:1px solid #eadbc7;box-shadow:0 10px 20px rgba(17,24,39,.06)}
html[data-theme="dark"] .fashion-social-link{background:#1b1826;color:#f9ecdf;border-color:#3a3340}
.fashion-header{background:linear-gradient(90deg,#fff7ef,#ffffff);border-bottom:1px solid #eadbc7}
html[data-theme="dark"] .fashion-header{background:linear-gradient(90deg,#171420,#101522);border-color:#2b3042}
.fashion-header-inner{padding:22px 0}
.fashion-logo img,.fashion-logo-inline img{max-height:62px;width:auto}
.fashion-nav{flex:1}
.fashion-menu a{padding:12px 16px;border-radius:999px;font-weight:700;color:#1b2131}
.fashion-menu a:hover{background:#0f172a;color:#fff}
html[data-theme="dark"] .fashion-menu a{color:#f4edf5}
html[data-theme="dark"] .fashion-menu a:hover{background:#f25b8d}
.fashion-search{min-width:320px}
.fashion-search input{border:1px solid #eadbc7;background:#fffaf3;color:#1f2634}
.fashion-search button{background:linear-gradient(135deg,#111827,#f25b8d);color:#fff;border:none}
html[data-theme="dark"] .fashion-search input{background:#171826;border-color:#373245;color:#f7f3f8}
.fashion-home{padding:26px 0 36px;background:linear-gradient(180deg,#fffaf6,transparent 120px)}
html[data-theme="dark"] .fashion-home{background:linear-gradient(180deg,#0f1220,transparent 120px)}
.fashion-topbar-banner{display:grid;grid-template-columns:260px 1fr;gap:26px;align-items:center;margin-bottom:26px}
.fashion-top-ad .widget,.fashion-top-ad .ad-box,.fashion-sidebar-ad .ad-box{border-radius:24px;overflow:hidden}
.fashion-hero-grid{display:grid;grid-template-columns:1.25fr .9fr;gap:24px;margin-bottom:28px}
.fashion-feature-card,.fashion-side-card,.fashion-section-card,.fashion-editor-card,.fashion-sidebar-widget{background:var(--card);border:1px solid var(--border);border-radius:28px;overflow:hidden;box-shadow:var(--shadow)}
.fashion-feature-card{position:relative;min-height:620px}
.fashion-feature-media,.fashion-side-media,.fashion-editor-card .thumb{display:block;height:100%}
.fashion-feature-media img,.fashion-side-media img,.fashion-editor-card .thumb img{width:100%;height:100%;object-fit:cover}
.fashion-feature-overlay,.fashion-side-overlay{position:absolute;left:0;right:0;bottom:0;padding:30px;color:#fff;background:linear-gradient(180deg,transparent,rgba(15,15,18,.84))}
.fashion-feature-overlay h1{font-size:56px;line-height:1.04;margin:16px 0 14px;max-width:84%}
.fashion-side-overlay h3{font-size:28px;line-height:1.14;margin:12px 0 0}
.fashion-feature-meta{display:flex;gap:16px;opacity:.92;font-weight:600}
.fashion-chip{display:inline-flex;padding:10px 16px;border-radius:999px;background:#1e5eff;color:#fff;font-weight:800;letter-spacing:.02em}
.fashion-chip--small{padding:8px 14px;background:#f25b8d}
.fashion-hero-side{display:grid;gap:24px}
.fashion-side-card{position:relative;min-height:190px}
.fashion-section-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:28px}
.fashion-section-card{padding:28px}
.fashion-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-bottom:18px}
.fashion-section-head h2{margin:0;font-size:38px;line-height:1.05}
.fashion-list{display:grid;gap:18px}
.fashion-list-item{display:grid;grid-template-columns:165px 1fr;gap:16px;align-items:center}
.fashion-list-item .thumb{display:block;height:132px;border-radius:20px;overflow:hidden}
.fashion-list-item .thumb img,.fashion-mini-card .thumb img{width:100%;height:100%;object-fit:cover}
.fashion-list-body h3,.fashion-mini-card h3,.fashion-editor-body h3{margin:0 0 10px;font-size:28px;line-height:1.15}
.fashion-list-body p{margin:0;color:var(--muted);line-height:1.7}
.fashion-mini-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.fashion-mini-card .thumb{display:block;height:220px;border-radius:22px;overflow:hidden;margin-bottom:14px}
.fashion-editor-picks{margin-bottom:10px}
.fashion-editor-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.fashion-editor-card .thumb{height:260px}
.fashion-editor-body{padding:18px 20px 22px}
.fashion-editor-body span{display:block;color:var(--muted);margin-bottom:10px}
.fashion-sidebar-widget{padding:24px}
.fashion-weather-holder,.fashion-sidebar-ad .ad-box{border-radius:22px;overflow:hidden}
.footer--fashion{background:linear-gradient(135deg,#13151e,#201925);color:#f8f0f6}
.footer-row--fashion{padding:34px 0}
.socials--fashion a{background:#fff1f6;color:#1f2230}
.single-wrap--fashion .entry-card{background:linear-gradient(180deg,#fffaf6,#fff)}
html[data-theme="dark"] .single-wrap--fashion .entry-card{background:linear-gradient(180deg,#141521,#101521)}
.axy-comments-wrap--fashion .axy-comment-form-wrap,.axy-comments-wrap--fashion .axy-comment-list > li > article{border-radius:24px}
.axy-comments-wrap--fashion .axy-comment-form-wrap{background:linear-gradient(135deg,#fff5f8,#ffffff)}
html[data-theme="dark"] .axy-comments-wrap--fashion .axy-comment-form-wrap{background:linear-gradient(135deg,#191622,#101521)}
.axy-comments-wrap--fashion .axy-comment-submit{background:linear-gradient(135deg,#111827,#f25b8d);border:none;color:#fff}
@media (max-width: 1100px){
  .fashion-topbar-banner,.fashion-hero-grid,.fashion-section-grid{grid-template-columns:1fr}
  .fashion-editor-grid{grid-template-columns:repeat(2,1fr)}
  .fashion-header-inner{flex-wrap:wrap}
  .fashion-search{width:100%;min-width:0}
}
@media (max-width: 768px){
  .fashion-feature-card{min-height:420px}
  .fashion-feature-overlay h1{font-size:36px;max-width:100%}
  .fashion-side-overlay h3,.fashion-list-body h3,.fashion-mini-card h3,.fashion-editor-body h3{font-size:22px}
  .fashion-list-item{grid-template-columns:1fr}
  .fashion-mini-grid,.fashion-editor-grid{grid-template-columns:1fr}
}



/* Fashion refined */
.fashion-topbar-banner--single{grid-template-columns:1fr}
.fashion-topbar-brand,.fashion-logo-inline{display:none}
.fashion-home-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:24px;align-items:start}
.fashion-home-sidebar{position:sticky;top:24px}
.fashion-hero-main{position:relative;overflow:hidden;min-height:620px}
.fashion-slide{position:absolute;inset:0;opacity:0;pointer-events:none;transition:opacity .45s ease}
.fashion-slide.is-active{opacity:1;pointer-events:auto;position:relative}
.fashion-slider-nav{position:absolute;right:22px;top:22px;display:flex;gap:12px;z-index:5}
.fashion-slider-btn{width:54px;height:54px;border-radius:999px;border:1px solid rgba(255,255,255,.32);background:rgba(12,18,33,.48);backdrop-filter:blur(12px);color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 18px 30px rgba(0,0,0,.18)}
.fashion-slider-btn span{font-size:34px;line-height:1;transform:translateY(-1px)}
.fashion-slider-btn:hover{background:rgba(242,91,141,.82);border-color:rgba(255,255,255,.55)}
.fashion-feature-excerpt{margin:0 0 16px;font-size:18px;line-height:1.6;max-width:75%;color:rgba(255,255,255,.88)}
.fashion-sidebar-ad .ad-box,.ad-box--fashion-tall{min-height:420px}
.fashion-sidebar-ad img,.ad-box--fashion-tall img{width:100%;height:420px;object-fit:cover}
.fashion-sidebar-widget .widget-title{font-size:32px}
.fashion-sidebar-widget .health-quick-list li a{display:block;padding:14px 16px;border-radius:18px;background:var(--soft);color:var(--text)}
.fashion-sidebar-widget .health-quick-list{display:grid;gap:12px}
html[data-theme="dark"] .fashion-sidebar-widget .health-quick-list li a{background:rgba(255,255,255,.04);color:var(--text)}
@media (max-width: 1200px){
  .fashion-home-layout{grid-template-columns:1fr}
  .fashion-home-sidebar{position:static}
}
@media (max-width: 980px){
  .fashion-hero-grid{grid-template-columns:1fr}
  .fashion-hero-main{min-height:540px}
  .fashion-feature-overlay h1{font-size:44px;max-width:100%}
  .fashion-feature-excerpt{max-width:100%}
}

/* Women demo */
.women-home .fashion-top-ad .ad-box--compact img{max-height:90px;object-fit:cover}
.footer-links{display:flex;gap:18px;flex-wrap:wrap;align-items:center}
.footer-links a{font-weight:700;color:var(--muted)}
.footer--fashion .footer-links a{color:inherit;opacity:.9}
.women-home-layout .sidebar-stack{align-self:start}
.women-sidebar-widget .health-quick-list li a{display:block;line-height:1.5}
html[data-theme="dark"] .women-sidebar-widget,
html[data-theme="dark"] .footer-links a{color:var(--text)}

/* Sports Demo */
.sports-topbar,
.sports-header {
  background: linear-gradient(180deg, rgba(10,15,31,.96), rgba(8,20,42,.96));
}
html[data-theme="light"] .sports-topbar,
html[data-theme="light"] .sports-header {
  background: linear-gradient(180deg, #ffffff, #f5f8ff);
}
.sports-topbar .fashion-social-link,
.sports-header .sports-menu a,
.sports-header .top-right,
.sports-header .fashion-logo,
.sports-header .fashion-search input,
.sports-topbar .top-right,
.sports-header .fashion-search button {
  color: inherit;
}
.sports-header {
  border-bottom: 1px solid var(--border);
}
.sports-home {padding: 24px 0 40px;}
.sports-hero-grid {
  align-items: stretch;
  margin-bottom: 28px;
}
.sports-feature-card,
.sports-side-card,
.sports-story-card,
.sports-list-card,
.sports-editor-card,
.sports-sidebar-widget {
  border-radius: 26px;
  overflow: hidden;
  background: var(--card);
  box-shadow: 0 20px 50px rgba(2, 6, 23, 0.12);
  border: 1px solid var(--border);
}
.sports-feature-card {min-height: 560px;}
.sports-feature-media img,
.sports-side-media img,
.sports-story-media img,
.sports-list-media img,
.sports-editor-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sports-feature-overlay {
  background: linear-gradient(180deg, rgba(2,6,23,0.15), rgba(2,6,23,0.82));
}
.sports-chip {
  background: rgba(34,197,94,.16);
  color: #b6f7c8;
}
html[data-theme="light"] .sports-chip {
  background: rgba(37,99,235,.12);
  color: #1d4ed8;
}
.sports-slider-btn {
  backdrop-filter: blur(12px);
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.2);
}
html[data-theme="light"] .sports-slider-btn {
  background: rgba(255,255,255,.92);
  border-color: rgba(15,23,42,.08);
}
.sports-home-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) 360px;
  gap: 24px;
}
.sports-main-stack {
  display: grid;
  gap: 24px;
}
.sports-section-grid,
.sports-editor-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.sports-feature-list {
  display: grid;
  gap: 16px;
}
.sports-list-card {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 0;
}
.sports-list-media {min-height: 180px;}
.sports-list-copy,
.sports-story-copy,
.sports-editor-copy {
  padding: 18px;
}
.sports-story-card .sports-story-media {aspect-ratio: 16/10;}
.sports-editor-card .sports-editor-media {aspect-ratio: 16/11;}
.sports-home-sidebar {display: grid; gap: 20px;}
.sports-sidebar-widget .widget-title {margin-top: 6px;}
.sports-sidebar-widget--table {
  padding: 0 !important;
  background: transparent;
  border: 0;
  box-shadow: none;
}
.sports-standings-fallback {
  display: grid;
  gap: 10px;
}
.sports-standings-line {
  display:flex;align-items:center;gap:12px;justify-content:space-between;
  padding: 14px 16px;border-radius: 18px;background: var(--card);border:1px solid var(--border);
}
.sports-standings-line span {font-weight:700; width:28px;}
.sports-standings-line b {font-size: 18px;}
.axy-comments-wrap--sports .axy-comment-card,
.axy-comment-card--sports {
  background: linear-gradient(180deg, rgba(2,6,23,.96), rgba(10,20,41,.96));
  color: #ecf4ff;
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 24px 48px rgba(2,6,23,.3);
}
html[data-theme="light"] .axy-comments-wrap--sports .axy-comment-card,
html[data-theme="light"] .axy-comment-card--sports {
  background: linear-gradient(180deg, #ffffff, #f7faff);
  color: #0f172a;
  border-color: rgba(15,23,42,.08);
  box-shadow: 0 18px 36px rgba(15,23,42,.08);
}
.footer--sports {
  background: linear-gradient(180deg, rgba(4,11,24,.98), rgba(8,17,35,.98));
  color: #ecf4ff;
}
html[data-theme="light"] .footer--sports {
  background: #0f172a;
  color: #f8fafc;
}
.footer--sports a {color: inherit;}
@media (max-width: 1100px) {
  .sports-home-grid {grid-template-columns: 1fr;}
}
@media (max-width: 760px) {
  .sports-section-grid,
  .sports-editor-grid {grid-template-columns: 1fr;}
  .sports-list-card {grid-template-columns: 1fr;}
  .sports-feature-card {min-height: 420px;}
}


/* Sports demo refinements */
.sports-top-banner{margin-bottom:24px}
.sports-top-banner .ad-box img{border-radius:22px}
.sports-top-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
  margin-bottom:28px;
}
.sports-top-card{
  position:relative;
  min-height:520px;
  border-radius:28px;
  overflow:hidden;
  background:#081526;
  border:1px solid var(--border);
  box-shadow:0 18px 42px rgba(2,6,23,.18);
}
.sports-top-card-media,
.sports-top-card-media img{display:block;width:100%;height:100%}
.sports-top-card-media img{object-fit:cover}
.sports-top-card-overlay{
  position:absolute;left:0;right:0;bottom:0;
  padding:26px;
  color:#fff;
  background:linear-gradient(180deg,rgba(2,6,23,0.04),rgba(2,6,23,0.88));
}
.sports-top-card h1,.sports-top-card h3{margin:14px 0 10px;line-height:1.08}
.sports-top-card h1{font-size:32px}
.sports-top-card h3{font-size:22px}
.sports-top-chip{
  display:inline-flex;
  padding:9px 14px;
  border-radius:999px;
  background:#2dd4bf;
  color:#062c2c;
  font-size:12px;
  font-weight:800;
  letter-spacing:.03em;
  text-transform:uppercase;
}
.sports-top-meta{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  font-size:13px;
  font-weight:600;
  color:rgba(255,255,255,.9);
}
.sports-home--mosaic .sports-home-grid{align-items:start}
.sports-sidebar-ad .ad-box img{min-height:420px;object-fit:cover}
html[data-theme="dark"] .sports-sidebar-widget .health-quick-list a{color:#edf4ff}
html[data-theme="light"] .sports-sidebar-widget .health-quick-list a{color:#13294b}
@media (max-width: 1260px){
  .sports-top-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .sports-top-card{min-height:420px}
}
@media (max-width: 760px){
  .sports-top-grid{grid-template-columns:1fr}
  .sports-top-card{min-height:360px}
  .sports-top-card h1{font-size:28px}
  .sports-top-card h3{font-size:22px}
}


/* ===== Premium Portal Demo ===== */
.portal-site-top{
  background:#111827;
  color:#f8fafc;
  font-size:13px;
}
.portal-site-top-inner{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px;
  padding:10px 0;
}
.portal-top-left,.portal-top-right{display:flex;align-items:center;gap:18px;flex-wrap:wrap}
.portal-top-left a{color:#e5e7eb}
.portal-socials{display:flex;gap:12px;align-items:center}
.portal-social-link{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:999px;background:rgba(255,255,255,.08);color:#fff}
.portal-brand-bar{background:#fff;border-bottom:1px solid #e5e7eb}
.portal-brand-row{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:18px 0}
.portal-brand-logo img{max-height:48px;width:auto}
.portal-brand-ad{flex:1;display:flex;justify-content:flex-end}
.portal-nav{background:#0f172a;color:#fff;border-bottom:3px solid #dc2626}
.portal-nav-row{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:14px 0}
.portal-menu{display:flex;gap:22px;flex-wrap:wrap;font-weight:700;text-transform:uppercase;font-size:13px}
.portal-menu a{color:#fff}
.portal-search{margin-left:auto;max-width:280px;display:flex}
.portal-search input{background:#fff;border:0;border-radius:999px 0 0 999px;padding:12px 16px;min-width:220px}
.portal-search button{background:#dc2626;border:0;color:#fff;padding:12px 18px;border-radius:0 999px 999px 0;font-weight:700}
.portal-home{background:#f3f4f6;padding:28px 0 50px}
.portal-hero{display:grid;grid-template-columns:2fr 1fr 1fr;gap:3px;background:#d1d5db}
.portal-hero-card{position:relative;min-height:240px;overflow:hidden;background:#111827}
.portal-hero-card--lead{grid-row:span 2;min-height:486px}
.portal-hero-card img,.portal-story-media img,.portal-mini-media img,.portal-category-card img{width:100%;height:100%;object-fit:cover;display:block}
.portal-hero-media{display:block;height:100%}
.portal-hero-overlay{
  position:absolute;inset:0;padding:18px;display:flex;flex-direction:column;justify-content:flex-end;
  background:linear-gradient(180deg, rgba(0,0,0,.12), rgba(0,0,0,.78));
  color:#fff
}
.portal-chip{display:inline-flex;align-items:center;align-self:flex-start;background:#dc2626;color:#fff;padding:6px 10px;border-radius:4px;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.04em;margin-bottom:10px}
.portal-chip--small,.portal-chip--tiny{background:#111827}
.portal-hero-overlay h1,.portal-hero-overlay h3{color:#fff;margin:0 0 10px}
.portal-hero-overlay h1{font-size:clamp(2rem,3.8vw,3.8rem);line-height:1.02}
.portal-hero-overlay h3{font-size:clamp(1.4rem,2vw,2.1rem);line-height:1.12}
.portal-meta{display:flex;gap:14px;flex-wrap:wrap;color:rgba(255,255,255,.9);font-size:13px}
.portal-main-grid{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:28px;margin-top:28px}
.portal-block{margin-bottom:28px}
.portal-block--dark{background:#0f172a;color:#fff;padding:24px;border-radius:14px}
.portal-block-head{display:flex;align-items:center;justify-content:center;margin-bottom:20px;position:relative}
.portal-block-head span{background:#dc2626;color:#fff;padding:8px 18px;font-weight:800;text-transform:uppercase;letter-spacing:.04em;transform:skew(-18deg);display:inline-block}
.portal-block-head span>*{transform:skew(18deg)}
.portal-block-head::before,.portal-block-head::after{content:"";height:2px;background:#cbd5e1;flex:1}
.portal-block-head::before{margin-right:12px}.portal-block-head::after{margin-left:12px}
.portal-trending-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.portal-story{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden}
.portal-story--lead{grid-row:span 2}
.portal-story-media{display:block;aspect-ratio:16/10;background:#e5e7eb}
.portal-story--lead .portal-story-media{aspect-ratio:3/4}
.portal-story-copy{padding:14px}
.portal-story-copy h3,.portal-mini-copy h4{margin:0 0 8px;line-height:1.18}
.portal-meta--small{color:#64748b;font-size:12px}
.portal-ticker{display:flex;align-items:center;gap:14px;background:#111827;color:#fff;padding:12px 16px;border-radius:10px;margin-bottom:28px;overflow:hidden}
.portal-ticker strong{background:#dc2626;padding:8px 12px;border-radius:4px;white-space:nowrap}
.portal-ticker-track{display:flex;gap:22px;overflow:auto;scrollbar-width:none}
.portal-ticker-track a{color:#fff;white-space:nowrap}
.portal-four-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.portal-mini-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;position:relative}
.portal-mini-media{display:block;aspect-ratio:4/3;background:#e5e7eb}
.portal-mini-copy{padding:12px}
.portal-four-grid--video .portal-mini-card{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.12)}
.portal-four-grid--video .portal-mini-copy h4 a,.portal-block--dark .portal-mini-copy h4 a{color:#fff}
.portal-play{position:absolute;right:12px;top:12px;width:38px;height:38px;border-radius:999px;background:rgba(0,0,0,.62);color:#fff;display:flex;align-items:center;justify-content:center;font-size:13px}
.portal-category-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}
.portal-category-card{display:block;background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden}
.portal-category-card img{aspect-ratio:4/3}
.portal-category-card span{display:block;background:#111827;color:#fff;padding:12px 10px;font-weight:700;text-align:center}
.portal-sidebar .premium-widget,.portal-sidebar-widget{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:18px;box-shadow:0 10px 24px rgba(15,23,42,.05)}
.portal-sidebar-widget--table .widget-title{margin-bottom:14px}
.portal-weather-widget .widget,.portal-weather-widget{background:transparent!important;box-shadow:none!important;padding:0!important}
body[data-theme="dark"] .portal-home{background:#020617}
body[data-theme="dark"] .portal-brand-bar{background:#0f172a;border-color:#1e293b}
body[data-theme="dark"] .portal-nav{background:#020617}
body[data-theme="dark"] .portal-site-top{background:#020617}
body[data-theme="dark"] .portal-search input{background:#0f172a;color:#e2e8f0;border:1px solid #1e293b}
body[data-theme="dark"] .portal-search button{background:#dc2626}
body[data-theme="dark"] .portal-block,body[data-theme="dark"] .portal-story,body[data-theme="dark"] .portal-mini-card,body[data-theme="dark"] .portal-category-card,body[data-theme="dark"] .portal-sidebar .premium-widget,body[data-theme="dark"] .portal-sidebar-widget{background:#0f172a;border-color:#1e293b;color:#e2e8f0}
body[data-theme="dark"] .portal-story-copy h3 a,body[data-theme="dark"] .portal-mini-copy h4 a,body[data-theme="dark"] .portal-category-card span{color:#fff}
body[data-theme="dark"] .portal-category-card span{background:#111827}
body[data-theme="dark"] .portal-meta--small{color:#94a3b8}
body[data-theme="dark"] .portal-block-head::before,body[data-theme="dark"] .portal-block-head::after{background:#334155}
body[data-theme="dark"] .portal-ticker{background:#111827}
body[data-theme="dark"] .portal-social-link{background:rgba(255,255,255,.12)}
@media (max-width: 1100px){
  .portal-main-grid{grid-template-columns:1fr}
  .portal-sidebar{order:2}
  .portal-category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media (max-width: 900px){
  .portal-brand-row,.portal-nav-row,.portal-site-top-inner{flex-direction:column;align-items:flex-start}
  .portal-hero{grid-template-columns:1fr}
  .portal-hero-card--lead{grid-row:auto;min-height:380px}
  .portal-trending-grid,.portal-four-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width: 640px){
  .portal-trending-grid,.portal-four-grid,.portal-category-grid{grid-template-columns:1fr}
  .portal-hero-card,.portal-hero-card--lead{min-height:280px}
  .portal-search{width:100%;max-width:none}
  .portal-search input{min-width:0;flex:1}
}


/* ===== Portal Demo Refined ===== */
.portal-home--axy{background:linear-gradient(180deg,#eef3f8 0%,#f7f9fc 100%);padding:22px 0 54px}
.portal-breaking-top{
  display:flex;align-items:center;gap:16px;background:#111827;color:#fff;
  border-radius:16px;padding:14px 18px;margin-bottom:24px;overflow:hidden;box-shadow:0 18px 40px rgba(15,23,42,.12)
}
.portal-breaking-label{
  background:linear-gradient(135deg,#ef4444,#b91c1c);padding:10px 16px;border-radius:999px;
  font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;white-space:nowrap
}
.portal-breaking-track{display:flex;gap:26px;overflow:auto;scrollbar-width:none}
.portal-breaking-track a{color:#fff;font-weight:600;white-space:nowrap}
.portal-hero-axy{
  display:grid;grid-template-columns:minmax(0,1.6fr) 360px;gap:18px;align-items:stretch;margin-bottom:30px
}
.portal-lead-card{
  position:relative;min-height:540px;border-radius:26px;overflow:hidden;background:#111827;
  box-shadow:0 26px 60px rgba(15,23,42,.18)
}
.portal-lead-media,.portal-side-media,.portal-bottom-media{display:block;height:100%}
.portal-lead-media img,.portal-side-media img,.portal-bottom-media img{width:100%;height:100%;object-fit:cover}
.portal-lead-overlay{
  position:absolute;inset:0;padding:28px;display:flex;flex-direction:column;justify-content:flex-end;
  background:linear-gradient(180deg,rgba(15,23,42,.08) 5%,rgba(15,23,42,.82) 65%,rgba(15,23,42,.94) 100%);color:#fff
}
.portal-lead-overlay h1{font-size:clamp(2.2rem,4vw,4.4rem);line-height:1.01;margin:8px 0 14px}
.portal-lead-overlay p{max-width:82%;font-size:1rem;line-height:1.65;color:rgba(255,255,255,.86);margin:0 0 14px}
.portal-side-stack{display:grid;grid-template-rows:repeat(3,1fr);gap:18px}
.portal-side-card{
  position:relative;min-height:168px;border-radius:22px;overflow:hidden;background:#111827;
  box-shadow:0 18px 36px rgba(15,23,42,.12)
}
.portal-side-overlay{
  position:absolute;inset:0;padding:18px;display:flex;flex-direction:column;justify-content:flex-end;
  background:linear-gradient(180deg,rgba(15,23,42,.08),rgba(15,23,42,.88));color:#fff
}
.portal-side-overlay h3{margin:8px 0 0;font-size:1.32rem;line-height:1.12}
.portal-bottom-strip{grid-column:1/-1;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.portal-bottom-card{
  background:#fff;border:1px solid #dbe4ef;border-radius:20px;overflow:hidden;box-shadow:0 16px 34px rgba(15,23,42,.07)
}
.portal-bottom-media{aspect-ratio:4/3;background:#dbe4ef;height:auto}
.portal-bottom-copy{padding:14px}
.portal-bottom-copy h4{margin:8px 0 0;font-size:1.04rem;line-height:1.24}
.portal-trending-grid--axy .portal-story-copy p{color:#64748b;font-size:.95rem;line-height:1.65;margin:0 0 10px}
.portal-story,.portal-mini-card,.portal-category-card,.portal-sidebar-widget{
  border-color:#dbe4ef;box-shadow:0 14px 30px rgba(15,23,42,.06)
}
.portal-category-card{border-radius:16px;overflow:hidden;background:#fff}
.portal-category-card span{
  display:block;padding:12px 14px;font-weight:800;text-transform:uppercase;font-size:.82rem;letter-spacing:.04em
}
.portal-sidebar .widget{background:#fff;border-radius:18px;border:1px solid #dbe4ef}
.portal-sidebar .premium-kicker{background:#0f172a;color:#fff}
.portal-sidebar .health-quick-list li{border-color:#e5edf6}
.portal-sidebar .health-quick-list a{color:#10233f}
.portal-hero-axy .portal-chip{border-radius:999px;background:linear-gradient(135deg,#ef4444,#dc2626)}
.portal-hero-axy .portal-chip--small,.portal-hero-axy .portal-chip--tiny{background:#0f172a}
.portal-block-head span{border-radius:999px;transform:none;padding:9px 18px}
.portal-block-head::before,.portal-block-head::after{height:1px;background:#dbe4ef}
.portal-block--dark{
  background:linear-gradient(135deg,#07111f,#11243f);
  box-shadow:0 22px 48px rgba(7,17,31,.18)
}
.portal-four-grid--video .portal-mini-card{border-color:rgba(255,255,255,.1)}
.portal-nav{background:linear-gradient(90deg,#0f172a,#111827);border-bottom:0}
.portal-brand-bar{background:rgba(255,255,255,.96);backdrop-filter:blur(10px)}
.portal-search input{background:#f8fafc}
.portal-site-top{background:#0b1220}
.portal-social-link:hover,.portal-menu a:hover{opacity:.86}
html[data-theme="dark"] .portal-home--axy{background:linear-gradient(180deg,#08111e,#091425)}
html[data-theme="dark"] .portal-brand-bar{background:#0e1727;border-bottom-color:#22314a}
html[data-theme="dark"] .portal-brand-row{color:#eef4ff}
html[data-theme="dark"] .portal-search input{background:#0f1b30;color:#eef4ff;border:1px solid #22314a}
html[data-theme="dark"] .portal-search button{background:#ef4444}
html[data-theme="dark"] .portal-bottom-card,
html[data-theme="dark"] .portal-story,
html[data-theme="dark"] .portal-mini-card,
html[data-theme="dark"] .portal-category-card,
html[data-theme="dark"] .portal-sidebar .widget{
  background:#0f1b30;border-color:#22314a;box-shadow:none
}
html[data-theme="dark"] .portal-bottom-copy h4 a,
html[data-theme="dark"] .portal-story-copy h3 a,
html[data-theme="dark"] .portal-mini-copy h4 a,
html[data-theme="dark"] .portal-category-card span,
html[data-theme="dark"] .portal-sidebar .widget-title,
html[data-theme="dark"] .portal-sidebar .health-quick-list a{color:#eef4ff}
html[data-theme="dark"] .portal-trending-grid--axy .portal-story-copy p,
html[data-theme="dark"] .portal-meta--small,
html[data-theme="dark"] .portal-sidebar .admin-note{color:#b8c6dc}
html[data-theme="dark"] .portal-block-head::before,
html[data-theme="dark"] .portal-block-head::after{background:#22314a}
html[data-theme="dark"] .portal-breaking-top{background:#0f1b30}
html[data-theme="dark"] .portal-search input::placeholder{color:#91a5c0}
html[data-theme="dark"] .portal-sidebar .health-quick-list li{border-color:#22314a}
@media (max-width: 1180px){
  .portal-hero-axy{grid-template-columns:1fr}
  .portal-side-stack{grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:none}
}
@media (max-width: 900px){
  .portal-bottom-strip,.portal-four-grid,.portal-trending-grid,.portal-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .portal-main-grid{grid-template-columns:1fr}
}
@media (max-width: 640px){
  .portal-bottom-strip,.portal-four-grid,.portal-trending-grid,.portal-category-grid,.portal-side-stack{grid-template-columns:1fr}
  .portal-breaking-top{flex-direction:column;align-items:flex-start}
  .portal-lead-card{min-height:440px}
  .portal-site-top-inner,.portal-brand-row,.portal-nav-row{flex-direction:column;align-items:flex-start}
  .portal-search{width:100%;max-width:none}
  .portal-search input{min-width:0;flex:1}
}


/* Portal refined */
.portal-breaking-top{position:relative}
.portal-breaking-mask{overflow:hidden;flex:1;min-width:0}
.portal-breaking-track{
  min-width:max-content;
  animation:portalTicker 28s linear infinite;
  padding-right:24px;
}
.portal-breaking-top:hover .portal-breaking-track{animation-play-state:paused}
.portal-breaking-track a{position:relative;padding-left:18px}
.portal-breaking-track a::before{
  content:'•';position:absolute;left:0;top:50%;transform:translateY(-50%);
  color:#f87171;font-size:18px;line-height:1
}
@keyframes portalTicker{
  0%{transform:translateX(0)}
  100%{transform:translateX(-50%)}
}
.portal-lead-slider{position:relative;min-height:540px}
.portal-lead-slide{
  position:absolute;inset:0;opacity:0;visibility:hidden;transform:scale(.985);
  transition:opacity .45s ease, transform .45s ease, visibility .45s ease;
}
.portal-lead-slide.is-active{opacity:1;visibility:visible;transform:scale(1);z-index:2}
.portal-lead-card{min-height:540px}
.portal-lead-controls{
  position:absolute;left:24px;right:24px;bottom:24px;display:flex;align-items:center;justify-content:space-between;z-index:3;pointer-events:none
}
.portal-lead-arrow,.portal-lead-dot{pointer-events:auto}
.portal-lead-arrow{
  width:58px;height:58px;border:1px solid rgba(255,255,255,.28);border-radius:18px;
  background:linear-gradient(135deg,rgba(255,255,255,.18),rgba(15,23,42,.52));
  backdrop-filter:blur(10px);color:#fff;display:inline-flex;align-items:center;justify-content:center;
  box-shadow:0 18px 36px rgba(15,23,42,.22);cursor:pointer;transition:transform .2s ease, border-color .2s ease, background .2s ease
}
.portal-lead-arrow:hover{transform:translateY(-2px);border-color:rgba(255,255,255,.56);background:linear-gradient(135deg,rgba(255,255,255,.24),rgba(15,23,42,.72))}
.portal-lead-arrow span{font-size:2rem;line-height:1;font-weight:300;transform:translateY(-1px)}
.portal-lead-dots{display:flex;align-items:center;gap:8px;background:rgba(15,23,42,.38);border:1px solid rgba(255,255,255,.14);border-radius:999px;padding:8px 10px;backdrop-filter:blur(10px)}
.portal-lead-dot{
  width:11px;height:11px;border:0;border-radius:999px;background:rgba(255,255,255,.36);cursor:pointer;transition:transform .2s ease, background .2s ease
}
.portal-lead-dot.is-active{background:#fff;transform:scale(1.25)}
html[data-theme="dark"] .portal-home--axy{background:linear-gradient(180deg,#07111f 0%,#091120 100%)}
html[data-theme="dark"] .portal-bottom-card,
html[data-theme="dark"] .portal-category-card,
html[data-theme="dark"] .portal-sidebar .widget{
  background:#0f1b30;border-color:#233657
}
html[data-theme="dark"] .portal-bottom-copy h4,
html[data-theme="dark"] .portal-sidebar .health-quick-list a{color:#eef4ff}
html[data-theme="dark"] .portal-trending-grid--axy .portal-story-copy p{color:#b7c5dd}

.single-wrap--portal{padding:34px 0 48px}
.single-wrap--portal .single-grid{grid-template-columns:minmax(0,1fr) 340px;gap:28px}
.single-wrap--portal .entry-card{
  padding:0;background:transparent;border:0;box-shadow:none
}
.portal-single-hero{
  background:linear-gradient(135deg,#0b1528,#152a49);
  border-radius:28px;padding:30px;box-shadow:0 28px 60px rgba(15,23,42,.18);color:#fff;margin-bottom:24px
}
.portal-single-kicker{
  display:inline-flex;align-items:center;gap:8px;padding:10px 16px;border-radius:999px;
  background:linear-gradient(135deg,#ef4444,#991b1b);font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em
}
.single-wrap--portal .entry-title{font-size:clamp(2.2rem,4vw,4.3rem);line-height:1.02;color:#fff;margin:18px 0}
.portal-single-meta{
  display:flex;flex-wrap:wrap;gap:18px;color:rgba(255,255,255,.8);font-weight:600;margin-bottom:22px
}
.portal-single-media{
  border-radius:24px;overflow:hidden;box-shadow:0 18px 42px rgba(2,6,23,.28)
}
.portal-single-media img{width:100%;max-height:620px;object-fit:cover}
.portal-entry-content{
  background:var(--card);border:1px solid var(--border);border-radius:24px;padding:28px 30px;
  font-size:1.06rem;line-height:1.9;box-shadow:0 14px 34px rgba(15,23,42,.08)
}
.portal-entry-content p:first-of-type{
  font-size:1.18rem;line-height:1.85;color:var(--text)
}
.post-ad--portal .ad-box img,.post-ad--portal img{border-radius:20px}
.axy-comments-wrap--portal{
  background:linear-gradient(135deg,#ffffff,#f8fbff);border:1px solid #dbe4ef;border-radius:24px;padding:24px;box-shadow:0 18px 36px rgba(15,23,42,.08)
}
.axy-comments-wrap--portal .premium-kicker{background:#0f172a;color:#fff}
html[data-theme="dark"] .portal-single-hero{
  background:linear-gradient(135deg,#081120,#10213b)
}
html[data-theme="dark"] .portal-entry-content{
  background:#0f1b30;border-color:#233657;color:#eef4ff;box-shadow:none
}
html[data-theme="dark"] .portal-entry-content p:first-of-type{color:#eef4ff}
html[data-theme="dark"] .axy-comments-wrap--portal{
  background:linear-gradient(135deg,#0f1b30,#132340);border-color:#233657;box-shadow:none
}
@media (max-width: 1024px){
  .portal-lead-controls{left:16px;right:16px;bottom:16px}
  .portal-lead-arrow{width:52px;height:52px}
  .single-wrap--portal .single-grid{grid-template-columns:1fr}
}
@media (max-width: 767px){
  .portal-breaking-top{padding:12px 14px;gap:12px}
  .portal-breaking-label{padding:9px 13px}
  .portal-hero-axy{grid-template-columns:1fr}
  .portal-lead-slider,.portal-lead-card{min-height:460px}
  .portal-lead-overlay p{max-width:100%}
  .portal-lead-arrow{width:46px;height:46px;border-radius:14px}
  .portal-lead-dots{padding:6px 8px}
  .portal-single-hero{padding:22px}
  .portal-entry-content{padding:22px}
}


/* Food demo */
.food-topbar{background:#f8f4ed;border-bottom:1px solid var(--border)}
html[data-theme="dark"] .food-topbar{background:#111c1a}
.food-topbar-inner,.food-header-inner,.food-nav-inner{display:flex;align-items:center;justify-content:space-between;gap:18px}
.food-topbar-inner{padding:10px 0}
.food-mini-nav,.food-mini-links,.food-menu{display:flex;align-items:center;gap:20px;flex-wrap:wrap}
.food-mini-nav a,.food-mini-links a{font-size:13px;font-weight:700;color:var(--muted)}
.food-top-actions{display:flex;align-items:center;gap:14px}
.food-socials{display:flex;gap:10px;align-items:center}
.food-social-link{width:38px;height:38px;border-radius:999px;border:1px solid var(--border);display:grid;place-items:center;background:var(--card);color:var(--text)}
.food-social-link svg{width:16px;height:16px}
.food-header{background:var(--card);padding:18px 0;border-bottom:1px solid var(--border)}
.food-logo img{max-height:54px}
.food-subscribe-form{display:flex;align-items:center;gap:10px}
.food-subscribe-form input{min-width:280px;padding:13px 16px;border-radius:999px;border:1px solid var(--border);background:var(--bg);color:var(--text)}
.food-subscribe-form button{padding:13px 18px;border:0;border-radius:999px;background:#2f7d68;color:#fff;font-weight:800}
.food-nav-wrap{background:var(--card);border-bottom:1px solid var(--border)}
.food-nav-inner{padding:14px 0}
.food-menu a,.food-main-nav .menu-item a{font-weight:800}
.food-nav-note{margin-left:auto;color:var(--muted);font-size:14px}
.food-home{padding:28px 0 40px}
.food-hero{padding:16px}
.food-hero-grid{display:grid;grid-template-columns:minmax(0,1.55fr) 340px;gap:18px}
.food-slider{position:relative;min-height:420px;border-radius:26px;overflow:hidden;background:#101716}
.food-slide{display:none;position:relative;height:100%}
.food-slide.is-active{display:block}
.food-slide-media img{width:100%;height:420px;object-fit:cover}
.food-slide-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,15,14,.78) 0%,rgba(10,15,14,.35) 55%,rgba(10,15,14,.12) 100%);display:flex;align-items:center}
.food-slide-content{max-width:430px;padding:40px;color:#fff}
.food-kicker{display:inline-flex;padding:9px 14px;border-radius:999px;background:#2f7d68;color:#fff;font-size:12px;font-weight:900;letter-spacing:.03em;text-transform:uppercase}
.food-slide-content h2{font-size:54px;line-height:.95;margin:18px 0 14px}
.food-slide-content p{font-size:18px;line-height:1.55;color:rgba(255,255,255,.88)}
.food-slide-actions{display:flex;align-items:center;gap:14px;margin-top:22px;color:rgba(255,255,255,.9)}
.food-cta{display:inline-flex;padding:14px 18px;border-radius:999px;background:#fff;color:#0f1715;font-weight:800}
.food-slider-arrow{position:absolute;bottom:22px;width:48px;height:48px;border-radius:999px;border:1px solid rgba(255,255,255,.35);background:rgba(255,255,255,.12);color:#fff;font-size:28px;display:grid;place-items:center;cursor:pointer}
.food-slider-arrow.prev{right:78px}
.food-slider-arrow.next{right:22px}
.food-day-card{background:linear-gradient(180deg,#fbfbf8 0%,#f2efe8 100%);border:1px solid var(--border);border-radius:26px;padding:22px;display:flex;flex-direction:column;gap:16px}
html[data-theme="dark"] .food-day-card{background:linear-gradient(180deg,#15201d 0%,#111917 100%)}
.food-day-media img,.food-sidebar-feature-thumb img{width:100%;height:220px;object-fit:cover;border-radius:22px}
.food-day-card h3{font-size:30px;line-height:1.05;margin:0}
.food-meta-pills{display:flex;flex-wrap:wrap;gap:10px}
.food-meta-pills span{padding:9px 12px;border-radius:999px;background:var(--soft);font-weight:700;color:var(--text)}
.food-category-ribbon{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:14px;padding:24px 0}
.food-category-pill{background:var(--card);border:1px solid var(--border);border-radius:24px;padding:18px 14px;display:flex;flex-direction:column;align-items:center;gap:8px;box-shadow:var(--shadow)}
.food-category-icon{font-size:28px}
.food-content-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:24px}
.food-main-stack{display:flex;flex-direction:column;gap:26px}
.food-section{background:transparent}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:16px}
.section-head h3{margin:6px 0 0;font-size:34px}
.food-head-arrows{display:flex;gap:10px}
.food-head-arrows span{width:42px;height:42px;border-radius:999px;border:1px solid var(--border);display:grid;place-items:center;background:var(--card)}
.food-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.food-card-grid--four{grid-template-columns:repeat(4,minmax(0,1fr))}
.food-post-card,.food-inline-card,.food-sidebar-widget{position:relative;background:var(--card);border:1px solid var(--border);border-radius:24px;overflow:hidden;box-shadow:var(--shadow)}
.food-post-thumb img{width:100%;height:240px;object-fit:cover}
.food-bookmark{position:absolute;top:14px;right:14px;width:38px;height:38px;border-radius:999px;background:rgba(255,255,255,.92);display:grid;place-items:center;font-weight:900;color:#2f7d68}
.food-post-body{padding:16px 16px 18px}
.food-card-kicker{display:inline-block;font-size:12px;font-weight:900;color:#2f7d68;text-transform:uppercase;letter-spacing:.03em}
.food-post-body h4,.food-inline-body h4,.food-sidebar-feature h4{margin:10px 0;font-size:22px;line-height:1.15}
.food-card-meta{display:flex;justify-content:space-between;gap:10px;font-size:13px;color:var(--muted)}
.food-inline-card{display:grid;grid-template-columns:220px 1fr}
.food-inline-thumb img{width:100%;height:100%;min-height:220px;object-fit:cover}
.food-inline-body{padding:18px}
.food-sidebar-stack .widget{margin-bottom:20px}
.food-weather-holder{padding:16px;border-radius:18px;background:var(--soft)}
.food-weather-holder p{margin:8px 0 0;color:var(--muted);line-height:1.6}
.food-newsletter{display:flex;flex-direction:column;gap:12px}
.food-newsletter input{padding:14px 16px;border-radius:16px;border:1px solid var(--border);background:var(--bg);color:var(--text)}
.food-newsletter button{padding:14px 16px;border-radius:16px;border:0;background:#2f7d68;color:#fff;font-weight:800}
.single-wrap--food .entry-card--food{padding:0;overflow:hidden}
.single-wrap--food .entry-title{font-size:52px;line-height:1.02;padding:0 32px}
.single-wrap--food .meta-line{padding:0 32px}
.single-wrap--food .single-featured-media img{min-height:460px;object-fit:cover}
.food-single-hero-meta{padding:32px 32px 12px;display:flex;justify-content:space-between;gap:16px;align-items:center;flex-wrap:wrap}
.food-single-info-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;padding:0 32px 10px}
.food-single-info-card{background:var(--soft);border-radius:18px;padding:16px}
.food-single-info-card strong{display:block;font-size:14px;color:var(--muted);margin-bottom:8px}
.axy-comments-wrap--food{border:1px solid var(--border);background:linear-gradient(180deg,var(--card),rgba(47,125,104,.05));border-radius:24px;padding:24px}
.footer--food{background:#10201c;color:#eef8f5}
.footer-row--food .footer-links a,.footer--food .admin-note{color:rgba(238,248,245,.82)}
.footer-row--food .socials a{border-color:rgba(255,255,255,.18);color:#eef8f5}
html[data-theme="dark"] .food-subscribe-form button,
html[data-theme="dark"] .food-cta,
html[data-theme="dark"] .food-newsletter button{background:#4fa88f;color:#08110f}
@media (max-width: 1100px){
  .food-hero-grid,.food-content-grid{grid-template-columns:1fr}
  .food-category-ribbon{grid-template-columns:repeat(4,minmax(0,1fr))}
  .food-card-grid--four{grid-template-columns:repeat(2,minmax(0,1fr))}
  .food-header-inner,.food-nav-inner{flex-wrap:wrap}
  .food-subscribe-form{width:100%}
  .food-subscribe-form input{min-width:0;flex:1}
}
@media (max-width: 720px){
  .food-mini-nav,.food-mini-links,.food-menu{gap:12px}
  .food-slide-content{padding:24px}
  .food-slide-content h2{font-size:36px}
  .food-category-ribbon{grid-template-columns:repeat(2,minmax(0,1fr))}
  .food-card-grid,.food-card-grid--four,.food-inline-card,.food-single-info-grid{grid-template-columns:1fr}
  .food-inline-thumb img{min-height:200px}
}


.food-idea-menu{list-style:none;margin:14px 0 0;padding:0;display:flex;flex-direction:column;gap:10px}
.food-idea-menu li a{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-radius:14px;background:var(--card);border:1px solid var(--border);font-weight:700;color:var(--text)}
.food-idea-menu li a::after{content:"›";font-size:18px;color:#2f7d68}
.sidebar-stack--food .widget{margin-bottom:20px}


.ad-box--food-tall img{width:100%;min-height:260px;object-fit:cover;border-radius:20px}
.food-idea-menu{display:flex;flex-direction:column;gap:10px;margin:14px 0 0;padding:0;list-style:none}
.food-idea-menu li a{display:block;padding:12px 14px;border-radius:14px;background:var(--card);border:1px solid var(--border);font-weight:700}
.food-sidebar-widget .ad-box{margin-top:4px}

/* Food premium refresh */
.food-header-inner{justify-content:space-between}
.food-header-inner::before{content:'';display:none}
.food-nav-note{max-width:360px;text-align:right}
.food-hero--premium{padding:22px;background:linear-gradient(180deg,var(--card),rgba(47,125,104,.04));}
.food-slider--premium .food-slide-media img{height:520px}
.food-slider--premium{min-height:520px;border-radius:30px}
.food-slider--premium .food-slide-overlay{background:linear-gradient(90deg,rgba(10,15,14,.80) 0%,rgba(10,15,14,.30) 60%,rgba(10,15,14,.10) 100%)}
.food-hero-bottom-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:20px}
.food-feature-card,.food-curation-card{display:grid;grid-template-columns:120px 1fr;gap:14px;background:var(--card);border:1px solid var(--border);border-radius:22px;padding:14px;box-shadow:var(--shadow)}
.food-feature-thumb img,.food-curation-thumb img{width:100%;height:100px;object-fit:cover;border-radius:16px}
.food-feature-body h3,.food-curation-body h4{margin:8px 0 0;line-height:1.15;font-size:22px}
.food-curation-band{padding:22px}
.food-curation-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:18px}
.food-curation-head h3{font-size:34px;margin:6px 0 0}
.food-curation-head p{max-width:440px;margin:0;color:var(--muted);line-height:1.6}
.food-curation-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.food-curation-card{grid-template-columns:1fr;padding:0;overflow:hidden}
.food-curation-body{padding:16px}
.food-feature-card:hover,.food-curation-card:hover,.food-post-card:hover,.food-inline-card:hover,.food-category-pill:hover{transform:translateY(-2px)}
.food-feature-card,.food-curation-card,.food-post-card,.food-inline-card,.food-category-pill{transition:transform .22s ease,box-shadow .22s ease}
@media (max-width:1100px){
  .food-hero-bottom-grid,.food-curation-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .food-nav-note{text-align:left;max-width:none}
}
@media (max-width:720px){
  .food-slider--premium .food-slide-media img{height:420px}
  .food-hero-bottom-grid,.food-curation-grid{grid-template-columns:1fr}
}


/* Food dribbble refresh */
.food-topbar-inner--compact{justify-content:space-between}
.food-topbar-label{font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}
.food-hero--premium{padding:18px;background:linear-gradient(180deg,rgba(255,255,255,.82),rgba(255,255,255,.94));backdrop-filter:blur(12px)}
html[data-theme="dark"] .food-hero--premium{background:linear-gradient(180deg,rgba(17,24,23,.9),rgba(12,18,17,.98))}
.food-hero-grid--premium{display:grid;grid-template-columns:minmax(0,1.42fr) 320px;gap:18px}
.food-slider--premium{min-height:520px;border-radius:34px;overflow:hidden;box-shadow:0 18px 50px rgba(14,25,22,.16)}
.food-slide{transition:opacity .35s ease, transform .35s ease}
.food-slide-media img{height:520px;object-fit:cover;transform:scale(1);transition:transform .8s ease}
.food-slide.is-active .food-slide-media img{transform:scale(1.03)}
.food-slide-overlay{align-items:flex-end}
.food-slide-gradient{position:absolute;inset:0;background:radial-gradient(circle at top right, rgba(255,255,255,.12), transparent 32%),linear-gradient(180deg,rgba(10,15,14,.12) 0%,rgba(10,15,14,.40) 35%,rgba(10,15,14,.84) 100%)}
.food-slide-content{position:relative;z-index:2;max-width:540px;padding:34px}
.food-kicker--animated{box-shadow:0 12px 24px rgba(47,125,104,.24);animation:foodBadgeFloat 3.8s ease-in-out infinite}
@keyframes foodBadgeFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-4px)}}
.food-slide-content h2{font-size:60px;letter-spacing:-.04em}
.food-slide-content p{max-width:510px}
.food-slider-arrow{bottom:26px;width:auto;height:auto;padding:12px 16px;border-radius:999px;display:flex;align-items:center;gap:10px;font-size:18px;font-weight:800;background:rgba(255,255,255,.14);backdrop-filter:blur(10px)}
.food-slider-arrow span{font-size:22px;line-height:1}
.food-slider-arrow small{font-size:12px;text-transform:uppercase;letter-spacing:.08em}
.food-slider-arrow.prev{left:26px;right:auto}
.food-slider-arrow.next{right:26px}
.food-slider-dots{position:absolute;left:50%;bottom:30px;transform:translateX(-50%);display:flex;gap:10px;z-index:4}
.food-slider-dot{width:10px;height:10px;border-radius:999px;border:0;background:rgba(255,255,255,.42);padding:0;cursor:pointer}
.food-slider-dot.is-active{width:34px;background:#fff}
.food-hero-aside{display:flex}
.food-hero-aside-card{width:100%;border:1px solid var(--border);border-radius:30px;padding:18px;background:linear-gradient(180deg,var(--card),rgba(47,125,104,.06));box-shadow:var(--shadow)}
.food-hero-aside-head{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}
.food-hero-aside-list{display:flex;flex-direction:column;gap:12px}
.food-aside-item{display:grid;grid-template-columns:88px 1fr;gap:12px;align-items:center;padding:10px;border:1px solid var(--border);border-radius:20px;background:var(--card);transition:transform .25s ease, box-shadow .25s ease}
.food-aside-item:hover{transform:translateY(-2px);box-shadow:0 14px 26px rgba(11,24,22,.08)}
.food-aside-thumb img{width:100%;height:76px;object-fit:cover;border-radius:16px}
.food-aside-body h4{margin:6px 0 0;font-size:21px;line-height:1.1}
.food-feature-card{transition:transform .3s ease, box-shadow .3s ease}
.food-feature-card:hover{transform:translateY(-4px);box-shadow:0 16px 30px rgba(11,24,22,.10)}
.food-feature-thumb{display:block;overflow:hidden}
.food-feature-thumb img{transition:transform .7s ease}
.food-feature-card:hover .food-feature-thumb img{transform:scale(1.05)}
.food-category-pill{transition:transform .25s ease, border-color .25s ease, box-shadow .25s ease}
.food-category-pill:hover{transform:translateY(-3px);border-color:rgba(47,125,104,.28);box-shadow:0 12px 24px rgba(11,24,22,.08)}
.food-social-link:hover{transform:translateY(-2px);border-color:rgba(47,125,104,.35)}
@media (max-width:1100px){
  .food-hero-grid--premium{grid-template-columns:1fr}
  .food-hero-aside{order:2}
}
@media (max-width:720px){
  .food-slide-media img{height:420px}
  .food-slide-content h2{font-size:42px}
  .food-slider-arrow{display:none}
}


/* Food demo slider wide refinement */
.food-home .food-hero.card {
  padding: 18px;
}
.food-hero-grid--wide {
  display: grid;
  grid-template-columns: minmax(0, 1.85fr) 320px;
  gap: 18px;
  align-items: stretch;
}
.food-slider--wide {
  min-height: 540px;
  border-radius: 32px;
  overflow: hidden;
  background: linear-gradient(135deg, #101716 0%, #1c2a26 100%);
  box-shadow: 0 24px 50px rgba(18, 33, 28, 0.18);
}
.food-slider--wide .food-slide,
.food-slider--wide .food-slide-media,
.food-slider--wide .food-slide-media img {
  height: 540px;
}
.food-slider--wide .food-slide-media img {
  object-fit: cover;
  transition: transform .65s ease;
}
.food-slider--wide .food-slide.is-active .food-slide-media img,
.food-slider--wide:hover .food-slide.is-active .food-slide-media img {
  transform: scale(1.05);
}
.food-slider--wide .food-slide-overlay {
  background:
    radial-gradient(circle at 78% 22%, rgba(255,255,255,.12), transparent 22%),
    linear-gradient(90deg, rgba(12,18,16,.82) 0%, rgba(12,18,16,.46) 48%, rgba(12,18,16,.14) 100%);
}
.food-slider--wide .food-slide-content {
  max-width: 560px;
  padding: 52px;
}
.food-slider--wide .food-slide-content h2 {
  font-size: 64px;
  line-height: .94;
  letter-spacing: -0.03em;
  margin-bottom: 16px;
}
.food-slider--wide .food-slide-content p {
  max-width: 500px;
}
.food-slider-arrow--premium {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  width: 58px;
  height: 58px;
  border: 0;
  background: rgba(255,255,255,.16);
  backdrop-filter: blur(12px);
  box-shadow: 0 10px 24px rgba(0,0,0,.16);
}
.food-slider-arrow--premium span {
  display: inline-block;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
}
.food-slider-arrow--premium.prev {
  left: 20px;
  right: auto;
}
.food-slider-arrow--premium.next {
  right: 20px;
}
.food-slider-arrow--premium:hover {
  background: rgba(255,255,255,.26);
}
.food-slider-dots {
  position: absolute;
  left: 52px;
  bottom: 28px;
  display: flex;
  gap: 10px;
  z-index: 4;
}
.food-slider-dot {
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: rgba(255,255,255,.38);
  border: 0;
  padding: 0;
  cursor: pointer;
  transition: all .24s ease;
}
.food-slider-dot.is-active {
  width: 30px;
  background: #fff;
}
.food-day-card--compact {
  padding: 20px;
  border-radius: 30px;
  min-height: 540px;
  justify-content: flex-start;
}
.food-day-card__top {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.food-day-card__date {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}
.food-day-card--compact .food-day-media img {
  height: 200px;
}
.food-day-card--compact h3 {
  font-size: 28px;
}
.food-day-links {
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid var(--border);
}
.food-day-links-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}
.food-day-links-menu li a {
  display: block;
  padding: 12px 14px;
  border-radius: 16px;
  background: var(--soft);
  font-weight: 700;
  color: var(--text);
}
.food-day-links-menu li a:hover {
  transform: translateY(-1px);
}
@media (max-width: 1180px) {
  .food-hero-grid--wide {
    grid-template-columns: 1fr;
  }
  .food-day-card--compact {
    min-height: auto;
  }
}
@media (max-width: 720px) {
  .food-slider--wide,
  .food-slider--wide .food-slide,
  .food-slider--wide .food-slide-media,
  .food-slider--wide .food-slide-media img {
    height: 430px;
    min-height: 430px;
  }
  .food-slider--wide .food-slide-content {
    padding: 28px;
  }
  .food-slider--wide .food-slide-content h2 {
    font-size: 40px;
  }
  .food-slider-dots {
    left: 28px;
    bottom: 20px;
  }
}


/* Final food hero layout fix */
.food-home .food-hero.card{
  padding:20px;
  overflow:hidden;
}
.food-hero-grid--full{
  display:grid;
  grid-template-columns:minmax(0,1fr) 360px;
  gap:22px;
  align-items:stretch;
}
.food-hero-main{
  min-width:0;
}
.food-slider--cinema{
  width:100%;
  min-height:620px;
  height:620px;
  border-radius:34px;
  overflow:hidden;
  position:relative;
  background:linear-gradient(135deg,#121d1a 0%,#22312c 100%);
  box-shadow:0 26px 56px rgba(7,18,15,.24);
}
.food-slider--cinema .food-slide,
.food-slider--cinema .food-slide-media,
.food-slider--cinema .food-slide-media img{
  width:100%;
  height:620px;
}
.food-slider--cinema .food-slide-media img{
  object-fit:cover;
  transition:transform .75s ease;
}
.food-slider--cinema .food-slide.is-active .food-slide-media img,
.food-slider--cinema:hover .food-slide.is-active .food-slide-media img{
  transform:scale(1.06);
}
.food-slider--cinema .food-slide-overlay{
  position:absolute;
  inset:0;
  display:flex;
  align-items:flex-end;
  background:
    radial-gradient(circle at 80% 18%, rgba(255,255,255,.14), transparent 20%),
    linear-gradient(180deg, rgba(10,16,15,.08) 0%, rgba(10,16,15,.28) 35%, rgba(10,16,15,.82) 100%);
}
.food-slider--cinema .food-slide-content{
  max-width:680px;
  padding:56px;
}
.food-slider--cinema .food-slide-content h2{
  font-size:70px;
  line-height:.93;
  letter-spacing:-0.04em;
  margin:18px 0 14px;
}
.food-slider--cinema .food-slide-content p{
  font-size:18px;
  line-height:1.6;
  max-width:560px;
}
.food-slider-arrow--premium{
  top:28px;
  bottom:auto;
  transform:none;
  width:58px;
  height:58px;
  border:1px solid rgba(255,255,255,.28);
  background:rgba(255,255,255,.12);
  backdrop-filter:blur(16px);
  box-shadow:0 12px 26px rgba(0,0,0,.16);
}
.food-slider-arrow--premium.prev{
  left:auto;
  right:92px;
}
.food-slider-arrow--premium.next{
  right:26px;
}
.food-slider-arrow--premium span{
  font-size:24px;
  font-weight:800;
}
.food-slider-dots{
  position:absolute;
  left:56px;
  bottom:26px;
  display:flex;
  gap:10px;
  z-index:5;
}
.food-slider-dot{
  width:11px;
  height:11px;
  border-radius:999px;
  border:0;
  background:rgba(255,255,255,.38);
  cursor:pointer;
  transition:all .24s ease;
}
.food-slider-dot.is-active{
  width:30px;
  background:#fff;
}
.food-day-card--rail{
  min-height:620px;
  padding:22px;
  border-radius:34px;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
}
.food-day-card--rail .food-day-media img{
  height:220px;
  object-fit:cover;
}
.food-day-card--rail h3{
  font-size:30px;
  line-height:1.05;
  margin:0;
}
.food-day-card--rail p{
  color:var(--muted);
  line-height:1.6;
}
.food-day-card__top{
  display:flex;
  flex-direction:column;
  gap:6px;
  margin-bottom:14px;
}
.food-day-card__date{
  font-size:13px;
  font-weight:700;
  color:var(--muted);
}
.food-day-links{
  margin-top:auto;
  padding-top:18px;
  border-top:1px solid var(--border);
}
.food-day-links-menu{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:10px;
}
.food-day-links-menu li a{
  display:block;
  padding:12px 14px;
  border-radius:16px;
  background:var(--soft);
  color:var(--text);
  font-weight:700;
  transition:transform .18s ease, background .18s ease;
}
.food-day-links-menu li a:hover{
  transform:translateY(-1px);
}
@media (max-width: 1260px){
  .food-hero-grid--full{
    grid-template-columns:minmax(0,1fr);
  }
  .food-slider--cinema,
  .food-slider--cinema .food-slide,
  .food-slider--cinema .food-slide-media,
  .food-slider--cinema .food-slide-media img,
  .food-day-card--rail{
    min-height:560px;
    height:560px;
  }
  .food-slider--cinema .food-slide-content h2{
    font-size:58px;
  }
}
@media (max-width: 1080px){
  .food-hero-grid--full{
    grid-template-columns:1fr;
  }
  .food-day-card--rail{
    height:auto;
    min-height:auto;
  }
}
@media (max-width: 720px){
  .food-slider--cinema,
  .food-slider--cinema .food-slide,
  .food-slider--cinema .food-slide-media,
  .food-slider--cinema .food-slide-media img{
    height:440px;
    min-height:440px;
  }
  .food-slider--cinema .food-slide-content{
    padding:30px;
  }
  .food-slider--cinema .food-slide-content h2{
    font-size:40px;
  }
  .food-slider-arrow--premium.prev{
    right:84px;
  }
  .food-slider-arrow--premium.next{
    right:18px;
  }
  .food-slider-dots{
    left:30px;
    bottom:20px;
  }
}


/* Award-level food hero refinement */
.food-home {
  padding-top: 12px;
}
.food-home .food-hero.card {
  padding: 16px;
  margin-top: 0 !important;
  overflow: visible;
}
.food-hero-grid--award {
  display: grid;
  grid-template-columns: minmax(0, calc(100% - 388px)) 360px;
  gap: 28px;
  width: 100%;
  align-items: stretch;
}
.food-hero-main--award {
  min-width: 0;
}
.food-slider--award {
  width: 100%;
  min-height: 690px;
  height: 690px;
  border-radius: 36px;
  overflow: hidden;
  position: relative;
  background: linear-gradient(135deg, #0e1715 0%, #22312c 100%);
  box-shadow: 0 32px 70px rgba(4, 13, 10, 0.28);
}
.food-slider--award .food-slide,
.food-slider--award .food-slide-media,
.food-slider--award .food-slide-media img {
  width: 100%;
  height: 690px;
}
.food-slider--award .food-slide-media img {
  object-fit: cover;
  transform: scale(1.01);
  transition: transform .85s ease;
}
.food-slider--award:hover .food-slide.is-active .food-slide-media img,
.food-slider--award .food-slide.is-active .food-slide-media img {
  transform: scale(1.08);
}
.food-slider--award .food-slide-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  background:
    radial-gradient(circle at 80% 18%, rgba(255,255,255,.14), transparent 18%),
    linear-gradient(180deg, rgba(10,15,14,.05) 0%, rgba(10,15,14,.22) 30%, rgba(10,15,14,.82) 100%);
}
.food-slider--award .food-slide-content {
  max-width: 720px;
  padding: 64px;
}
.food-slider--award .food-slide-content h2 {
  font-size: 78px;
  line-height: .92;
  letter-spacing: -0.05em;
  margin: 18px 0 16px;
  text-wrap: balance;
}
.food-slider--award .food-slide-content p {
  max-width: 590px;
  font-size: 19px;
  line-height: 1.65;
}
.food-slider--award .food-kicker {
  position: relative;
  overflow: hidden;
}
.food-slider--award .food-kicker::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-105%);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.35), transparent);
  animation: foodBadgeSweep 4s ease-in-out infinite;
}
@keyframes foodBadgeSweep {
  0%, 18% { transform: translateX(-105%); }
  34%, 100% { transform: translateX(105%); }
}
.food-slider-arrow--award {
  top: 28px;
  bottom: auto;
  transform: none;
  width: 62px;
  height: 62px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.26);
  background: rgba(255,255,255,.12);
  backdrop-filter: blur(16px);
  box-shadow: 0 12px 28px rgba(0,0,0,.14);
}
.food-slider-arrow--award.prev {
  left: auto;
  right: 102px;
}
.food-slider-arrow--award.next {
  right: 28px;
}
.food-slider-arrow--award span {
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
}
.food-slider-dots {
  position: absolute;
  left: 64px;
  bottom: 30px;
  display: flex;
  gap: 10px;
  z-index: 4;
}
.food-day-card--award {
  min-height: 690px;
  height: 690px;
  padding: 22px;
  border-radius: 34px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background: linear-gradient(180deg, #10201c 0%, #0d1833 100%);
  border: 1px solid rgba(255,255,255,.08);
  position: relative;
  top: 0;
}
.food-day-card--award .food-day-media img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 24px;
}
.food-day-card--award h3 {
  font-size: 30px;
  line-height: 1.06;
  margin: 0;
}
.food-day-card--award p {
  color: rgba(255,255,255,.76);
  line-height: 1.65;
}
.food-day-card--award .food-day-card__date {
  color: rgba(255,255,255,.65);
}
.food-day-card--award .food-day-links {
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.09);
}
.food-day-card--award .food-day-links-menu li a {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.06);
}
.food-day-card--award .food-day-links-menu li a:hover {
  background: rgba(255,255,255,.1);
}
.food-content-grid {
  margin-top: 28px;
}
@media (max-width: 1320px) {
  .food-hero-grid--award {
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 22px;
  }
  .food-slider--award,
  .food-slider--award .food-slide,
  .food-slider--award .food-slide-media,
  .food-slider--award .food-slide-media img,
  .food-day-card--award {
    min-height: 620px;
    height: 620px;
  }
  .food-slider--award .food-slide-content h2 {
    font-size: 64px;
  }
}
@media (max-width: 1120px) {
  .food-hero-grid--award {
    grid-template-columns: 1fr;
  }
  .food-day-card--award {
    height: auto;
    min-height: auto;
  }
}
@media (max-width: 720px) {
  .food-slider--award,
  .food-slider--award .food-slide,
  .food-slider--award .food-slide-media,
  .food-slider--award .food-slide-media img {
    height: 460px;
    min-height: 460px;
  }
  .food-slider--award .food-slide-content {
    padding: 30px;
  }
  .food-slider--award .food-slide-content h2 {
    font-size: 42px;
  }
  .food-slider-arrow--award.prev {
    right: 92px;
  }
  .food-slider-arrow--award.next {
    right: 18px;
  }
  .food-slider-dots {
    left: 30px;
    bottom: 22px;
  }
}


/* Hard override: food hero fixed layout */
.food-home > .food-hero.food-hero--fixed.card{
  padding:18px !important;
  margin-top:0 !important;
  overflow:visible !important;
}
.food-home > .food-hero.food-hero--fixed .food-hero-shell{
  display:grid !important;
  grid-template-columns:minmax(0,1fr) 360px !important;
  gap:22px !important;
  width:100% !important;
  align-items:stretch !important;
}
.food-home > .food-hero.food-hero--fixed .food-hero-left{
  min-width:0 !important;
}
.food-home > .food-hero.food-hero--fixed .food-main-slider{
  position:relative !important;
  width:100% !important;
  min-height:670px !important;
  height:670px !important;
  border-radius:34px !important;
  overflow:hidden !important;
  background:linear-gradient(135deg,#101816 0%,#21332d 100%) !important;
  box-shadow:0 24px 60px rgba(7,17,14,.24) !important;
}
.food-home > .food-hero.food-hero--fixed .food-main-slide{
  display:none !important;
  position:relative !important;
  width:100% !important;
  height:100% !important;
}
.food-home > .food-hero.food-hero--fixed .food-main-slide.is-active{
  display:block !important;
}
.food-home > .food-hero.food-hero--fixed .food-main-slide-media,
.food-home > .food-hero.food-hero--fixed .food-main-slide-media img{
  display:block !important;
  width:100% !important;
  height:670px !important;
}
.food-home > .food-hero.food-hero--fixed .food-main-slide-media img{
  object-fit:cover !important;
  transition:transform .8s ease !important;
}
.food-home > .food-hero.food-hero--fixed .food-main-slide.is-active .food-main-slide-media img{
  transform:scale(1.05) !important;
}
.food-home > .food-hero.food-hero--fixed .food-main-slide-overlay{
  position:absolute !important;
  inset:0 !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:flex-end !important;
  align-items:flex-start !important;
  padding:54px !important;
  background:
    radial-gradient(circle at 82% 18%, rgba(255,255,255,.12), transparent 18%) ,
    linear-gradient(180deg, rgba(7,12,12,.08) 0%, rgba(7,12,12,.24) 32%, rgba(7,12,12,.82) 100%) !important;
}
.food-home > .food-hero.food-hero--fixed .food-main-badge{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:10px 16px !important;
  border-radius:999px !important;
  background:#2f7d68 !important;
  color:#fff !important;
  font-size:12px !important;
  font-weight:900 !important;
  letter-spacing:.04em !important;
  text-transform:uppercase !important;
  margin-bottom:18px !important;
}
.food-home > .food-hero.food-hero--fixed .food-main-badge--dark{
  background:#142521 !important;
}
.food-home > .food-hero.food-hero--fixed h2{
  max-width:700px !important;
  margin:0 0 14px !important;
  font-size:74px !important;
  line-height:.93 !important;
  letter-spacing:-.05em !important;
}
.food-home > .food-hero.food-hero--fixed h2 a{
  color:#fff !important;
}
.food-home > .food-hero.food-hero--fixed p{
  max-width:560px !important;
  margin:0 0 18px !important;
  color:rgba(255,255,255,.88) !important;
  font-size:18px !important;
  line-height:1.62 !important;
}
.food-home > .food-hero.food-hero--fixed .food-main-meta{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:10px !important;
}
.food-home > .food-hero.food-hero--fixed .food-main-meta span{
  padding:10px 12px !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.12) !important;
  color:#fff !important;
  font-weight:700 !important;
  backdrop-filter:blur(12px) !important;
}
.food-home > .food-hero.food-hero--fixed .food-main-arrow{
  position:absolute !important;
  top:24px !important;
  width:56px !important;
  height:56px !important;
  border-radius:999px !important;
  border:1px solid rgba(255,255,255,.28) !important;
  background:rgba(255,255,255,.12) !important;
  color:#fff !important;
  font-size:28px !important;
  line-height:1 !important;
  display:grid !important;
  place-items:center !important;
  z-index:3 !important;
  cursor:pointer !important;
  backdrop-filter:blur(10px) !important;
}
.food-home > .food-hero.food-hero--fixed .food-main-arrow--prev{ right:92px !important; }
.food-home > .food-hero.food-hero--fixed .food-main-arrow--next{ right:24px !important; }

.food-home > .food-hero.food-hero--fixed .food-hero-right{
  align-self:stretch !important;
}
.food-home > .food-hero.food-hero--fixed .food-rail-card{
  min-height:670px !important;
  height:670px !important;
  border-radius:34px !important;
  padding:22px !important;
  background:linear-gradient(180deg,#10201c 0%, #0d1730 100%) !important;
  border:1px solid rgba(255,255,255,.08) !important;
  box-shadow:0 24px 60px rgba(7,17,14,.18) !important;
  display:flex !important;
  flex-direction:column !important;
}
.food-home > .food-hero.food-hero--fixed .food-rail-head{
  display:flex !important;
  flex-direction:column !important;
  gap:8px !important;
  margin-bottom:18px !important;
}
.food-home > .food-hero.food-hero--fixed .food-rail-head strong{
  color:#fff !important;
  font-size:14px !important;
}
.food-home > .food-hero.food-hero--fixed .food-rail-list{
  display:grid !important;
  gap:16px !important;
}
.food-home > .food-hero.food-hero--fixed .food-rail-item-link{
  display:block !important;
  padding:18px !important;
  border-radius:22px !important;
  background:rgba(255,255,255,.04) !important;
  border:1px solid rgba(255,255,255,.08) !important;
}
.food-home > .food-hero.food-hero--fixed .food-rail-kicker{
  display:inline-block !important;
  color:#3b82f6 !important;
  font-size:12px !important;
  font-weight:900 !important;
  text-transform:uppercase !important;
  letter-spacing:.04em !important;
  margin-bottom:8px !important;
}
.food-home > .food-hero.food-hero--fixed .food-rail-item h4{
  margin:0 !important;
  font-size:20px !important;
  line-height:1.35 !important;
  color:#fff !important;
}
@media (max-width:1100px){
  .food-home > .food-hero.food-hero--fixed .food-hero-shell{
    grid-template-columns:1fr !important;
  }
  .food-home > .food-hero.food-hero--fixed .food-rail-card{
    min-height:auto !important;
    height:auto !important;
  }
}
@media (max-width:720px){
  .food-home > .food-hero.food-hero--fixed .food-main-slider,
  .food-home > .food-hero.food-hero--fixed .food-main-slide,
  .food-home > .food-hero.food-hero--fixed .food-main-slide-media,
  .food-home > .food-hero.food-hero--fixed .food-main-slide-media img{
    min-height:440px !important;
    height:440px !important;
  }
  .food-home > .food-hero.food-hero--fixed .food-main-slide-overlay{
    padding:28px !important;
  }
  .food-home > .food-hero.food-hero--fixed h2{
    font-size:42px !important;
  }
  .food-home > .food-hero.food-hero--fixed .food-main-arrow--prev{ right:86px !important; }
  .food-home > .food-hero.food-hero--fixed .food-main-arrow--next{ right:18px !important; }
}


/* Final breakout fix for food hero */
.food-home > .food-hero.food-hero--fixed.card{
  width:min(1580px, calc(100vw - 40px)) !important;
  max-width:none !important;
  margin-left:50% !important;
  transform:translateX(-50%) !important;
  padding:20px !important;
}
.food-home > .food-hero.food-hero--fixed .food-hero-shell{
  grid-template-columns:minmax(0,1fr) 330px !important;
  gap:18px !important;
}
.food-home > .food-hero.food-hero--fixed .food-main-slider,
.food-home > .food-hero.food-hero--fixed .food-main-slide,
.food-home > .food-hero.food-hero--fixed .food-main-slide-media,
.food-home > .food-hero.food-hero--fixed .food-main-slide-media img{
  height:720px !important;
  min-height:720px !important;
}
.food-home > .food-hero.food-hero--fixed .food-rail-card{
  height:720px !important;
  min-height:720px !important;
}
.food-home > .food-hero.food-hero--fixed h2{
  font-size:82px !important;
  max-width:760px !important;
}
.food-home > .food-hero.food-hero--fixed .food-main-slide-overlay{
  padding:62px !important;
}
.food-home > .food-hero.food-hero--fixed .food-main-arrow--prev{ right:96px !important; }
.food-home > .food-hero.food-hero--fixed .food-main-arrow--next{ right:26px !important; }

@media (max-width: 1400px){
  .food-home > .food-hero.food-hero--fixed.card{
    width:calc(100vw - 24px) !important;
  }
  .food-home > .food-hero.food-hero--fixed h2{
    font-size:68px !important;
  }
}
@media (max-width: 1180px){
  .food-home > .food-hero.food-hero--fixed.card{
    width:min(1320px, calc(100vw - 24px)) !important;
    margin-left:auto !important;
    margin-right:auto !important;
    transform:none !important;
  }
  .food-home > .food-hero.food-hero--fixed .food-hero-shell{
    grid-template-columns:1fr !important;
  }
  .food-home > .food-hero.food-hero--fixed .food-main-slider,
  .food-home > .food-hero.food-hero--fixed .food-main-slide,
  .food-home > .food-hero.food-hero--fixed .food-main-slide-media,
  .food-home > .food-hero.food-hero--fixed .food-main-slide-media img{
    height:560px !important;
    min-height:560px !important;
  }
  .food-home > .food-hero.food-hero--fixed .food-rail-card{
    height:auto !important;
    min-height:auto !important;
  }
}
@media (max-width: 720px){
  .food-home > .food-hero.food-hero--fixed .food-main-slider,
  .food-home > .food-hero.food-hero--fixed .food-main-slide,
  .food-home > .food-hero.food-hero--fixed .food-main-slide-media,
  .food-home > .food-hero.food-hero--fixed .food-main-slide-media img{
    height:430px !important;
    min-height:430px !important;
  }
  .food-home > .food-hero.food-hero--fixed h2{
    font-size:42px !important;
  }
  .food-home > .food-hero.food-hero--fixed .food-main-slide-overlay{
    padding:28px !important;
  }
}


/* Food demo rebuild: netflix slider */
.food-home--rebuilt{padding:24px 0 36px}
.food-hero--netflix{padding:22px;overflow:hidden}
.food-section-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}
.food-section-heading h2{margin:6px 0 0;font-size:30px;line-height:1.1}
.food-slider-controls{display:flex;gap:10px}
.food-slider-control{width:44px;height:44px;border-radius:999px;border:1px solid var(--border);background:var(--card);font-size:28px;line-height:1;cursor:pointer;box-shadow:var(--shadow)}
.food-netflix-slider{overflow:hidden}
.food-netflix-track{display:flex;gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding-bottom:8px;-ms-overflow-style:none;scrollbar-width:none}
.food-netflix-track::-webkit-scrollbar{display:none}
.food-netflix-card{flex:0 0 calc((100% - 36px)/3);min-width:calc((100% - 36px)/3);scroll-snap-align:start;border-radius:24px;overflow:hidden;position:relative;background:#111827;transition:transform .3s ease, box-shadow .3s ease;box-shadow:0 18px 40px rgba(15,23,42,.18)}
.food-netflix-card:hover{transform:translateY(-6px) scale(1.01);box-shadow:0 24px 50px rgba(15,23,42,.25)}
.food-netflix-link{display:block;position:relative;color:#fff}
.food-netflix-media{aspect-ratio:4/5;background:#dbe5f2}
.food-netflix-media img{width:100%;height:100%;object-fit:cover}
.food-netflix-overlay{position:absolute;inset:auto 0 0 0;padding:18px;background:linear-gradient(180deg,rgba(15,23,42,0) 0%,rgba(15,23,42,.35) 18%,rgba(15,23,42,.94) 100%)}
.food-netflix-overlay .food-card-kicker{display:inline-flex;margin-bottom:10px;padding:6px 10px;border-radius:999px;background:rgba(255,255,255,.16);color:#fff}
.food-netflix-overlay h3{margin:0 0 10px;font-size:24px;line-height:1.2;color:#fff}
.food-netflix-meta{display:flex;gap:14px;flex-wrap:wrap;color:rgba(255,255,255,.84);font-size:13px}
.food-content-grid--single-sidebar{display:grid;grid-template-columns:minmax(0,1fr);gap:24px;margin-top:26px}
.food-category-ribbon,.food-octagon-categories,.food-categories-octagon,.food-hero-right,.food-weather-holder,.food-idea-menu{display:none!important}
@media (max-width: 1100px){
  .food-netflix-card{flex-basis:calc((100% - 18px)/2);min-width:calc((100% - 18px)/2)}
  .food-content-grid--single-sidebar{grid-template-columns:minmax(0,1fr)}
}
@media (max-width: 767px){
  .food-hero--netflix{padding:18px}
  .food-section-heading{align-items:flex-start;flex-direction:column}
  .food-section-heading h2{font-size:24px}
  .food-slider-controls{display:none}
  .food-netflix-card{flex-basis:85%;min-width:85%}
  .food-netflix-overlay h3{font-size:20px}
}


/* Food demo cleanup + full-width Netflix slider */
.food-home--rebuilt{padding-bottom:40px}
.food-home--rebuilt .food-hero--netflix{padding:24px 24px 28px;border-radius:28px}
.food-home--rebuilt .food-main-stack--fullwidth{margin-top:26px}
.food-home--rebuilt .food-section-heading{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px}
.food-home--rebuilt .food-content-grid--single-sidebar,
.food-home--rebuilt .food-sidebar-stack,
.food-home--rebuilt .food-hero-right,
.food-home--rebuilt .food-weather-holder,
.food-home--rebuilt .food-idea-menu{display:none!important}
.food-home--rebuilt .food-netflix-slider{overflow:hidden}
.food-home--rebuilt .food-netflix-track{display:flex;gap:18px;overflow-x:auto;scroll-behavior:smooth;padding-bottom:4px;scrollbar-width:none}
.food-home--rebuilt .food-netflix-track::-webkit-scrollbar{display:none}
.food-home--rebuilt .food-netflix-card{flex:0 0 calc((100% - 36px) / 3);min-width:calc((100% - 36px) / 3);position:relative;border-radius:24px;overflow:hidden;background:#091120;box-shadow:0 16px 40px rgba(6,20,44,.22);transition:transform .25s ease, box-shadow .25s ease}
.food-home--rebuilt .food-netflix-card:hover{transform:translateY(-4px) scale(1.01);box-shadow:0 24px 44px rgba(6,20,44,.3)}
.food-home--rebuilt .food-netflix-link{display:block;color:inherit;text-decoration:none}
.food-home--rebuilt .food-netflix-media{aspect-ratio:16/10;background:#0b1326}
.food-home--rebuilt .food-netflix-media img{width:100%;height:100%;object-fit:cover;display:block}
.food-home--rebuilt .food-netflix-overlay{position:absolute;inset:auto 0 0 0;padding:22px 20px 18px;background:linear-gradient(to top, rgba(5,11,24,.95), rgba(5,11,24,.2) 68%, rgba(5,11,24,0));color:#fff}
.food-home--rebuilt .food-netflix-overlay h3{font-size:clamp(18px,1.7vw,28px);line-height:1.2;margin:10px 0 12px;color:#fff}
.food-home--rebuilt .food-netflix-meta{display:flex;gap:14px;flex-wrap:wrap;font-size:13px;color:rgba(255,255,255,.78)}
.food-home--rebuilt .food-card-kicker{display:inline-flex;align-items:center;gap:6px;padding:7px 12px;border-radius:999px;background:rgba(255,255,255,.14);backdrop-filter:blur(10px);color:#fff;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}
.food-home--rebuilt .food-slider-controls{display:flex;gap:10px}
.food-home--rebuilt .food-slider-control{width:44px;height:44px;border-radius:999px;border:1px solid rgba(14,35,63,.12);background:#fff;color:#10233f;font-size:28px;line-height:1;cursor:pointer;box-shadow:0 8px 24px rgba(6,20,44,.12)}
.food-home--rebuilt .food-slider-control:hover{transform:translateY(-1px)}
@media (max-width: 1100px){
  .food-home--rebuilt .food-netflix-card{flex-basis:calc((100% - 18px) / 2);min-width:calc((100% - 18px) / 2)}
}
@media (max-width: 767px){
  .food-home--rebuilt .food-hero--netflix{padding:18px}
  .food-home--rebuilt .food-section-heading{align-items:flex-start;flex-direction:column}
  .food-home--rebuilt .food-netflix-card{flex-basis:88%;min-width:88%}
}


/* Travel demo */
.travel-topbar{background:#f4f4f2;border-bottom:1px solid #ece9e1}
.travel-topbar-inner{display:grid;grid-template-columns:1fr auto 240px;gap:20px;align-items:center;min-height:44px}
.travel-mini-nav,.travel-menu{display:flex;gap:28px;flex-wrap:wrap}
.travel-mini-nav a,.travel-menu a{font-size:13px;letter-spacing:.02em;color:#59626b}
.travel-socials{display:flex;gap:12px;justify-content:center}
.travel-social-link{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;color:#6a7077}
.travel-social-link svg{width:14px;height:14px}
.travel-search{display:flex;align-items:center;border-left:1px solid #ece9e1}
.travel-search input{width:100%;border:0;background:transparent;padding:12px 14px;color:#6a7077}
.travel-search button{border:0;background:transparent;padding:0 14px;cursor:pointer;color:#232c34}
.travel-header{background:#fff}
.travel-header-inner{display:grid;grid-template-columns:260px 1fr;gap:24px;align-items:center;padding:26px 0 18px}
.travel-brand-mark{display:block;font-size:30px;letter-spacing:.22em;text-transform:uppercase;color:#ef615a;font-weight:300}
.travel-branding p{margin:6px 0 0;font-size:14px;font-style:italic;color:#373737}
.travel-main-nav{justify-self:end}
.travel-menu a{font-size:13px;text-transform:uppercase;color:#232c34}
.travel-menu .current-menu-item a{color:#ef615a}
.travel-hero{padding:0 0 34px;background:#fff}
.travel-hero-card{position:relative;overflow:hidden;min-height:540px;background:#d9e4f2}
.travel-hero-slide,.travel-hero-media{display:block;position:relative;min-height:540px}
.travel-hero-slide img,.travel-hero-media img{width:100%;height:540px;object-fit:cover}
.travel-hero-overlay{position:absolute;inset:0;display:flex;align-items:flex-end;justify-content:space-between;padding:38px 46px;background:linear-gradient(180deg,rgba(12,16,28,.08) 0%,rgba(10,14,26,.34) 48%,rgba(10,14,26,.66) 100%)}
.travel-hero-copy{max-width:520px;color:#fff}
.travel-kicker{display:inline-flex;padding:6px 12px;border-radius:999px;background:rgba(255,255,255,.15);backdrop-filter:blur(8px);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.travel-hero-copy h1{margin:16px 0 12px;font-size:52px;line-height:1.02}
.travel-hero-copy h1 a{color:#fff}
.travel-hero-copy p{margin:0 0 20px;font-size:16px;line-height:1.7;color:rgba(255,255,255,.86)}
.travel-readmore{display:inline-flex;align-items:center;justify-content:center;min-width:144px;padding:14px 22px;border:1px solid rgba(255,255,255,.65);color:#fff;font-weight:700;background:rgba(255,255,255,.08)}
.travel-hero-thumbs{display:flex;gap:10px;align-self:flex-end}
.travel-hero-thumb{width:70px;height:50px;border:2px solid rgba(255,255,255,.6);box-shadow:0 8px 24px rgba(0,0,0,.18)}
.travel-hero-thumb img{width:100%;height:100%;object-fit:cover}
.travel-main-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:28px;padding-bottom:36px}
.sidebar-stack--travel .widget{padding:22px}
.travel-feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-bottom:22px}
.travel-feature-card{overflow:hidden;border-radius:0}
.travel-feature-card .thumb{display:block;aspect-ratio:4/3;background:#d9e4f2}
.travel-feature-card .thumb img{width:100%;height:100%;object-fit:cover}
.travel-feature-body{padding:18px 18px 22px}
.travel-feature-body h3{font-size:24px;line-height:1.2;margin:10px 0}
.travel-feature-body p{margin:0;color:var(--muted);line-height:1.7}
.travel-posts-wrap{padding:0}
.travel-section-head{padding:24px 28px 0}
.travel-post-list{display:grid}
.travel-post-card{display:grid;grid-template-columns:320px 1fr;gap:24px;padding:28px;border-top:1px solid var(--border)}
.travel-post-card:first-child{border-top:0}
.travel-post-thumb{display:block;aspect-ratio:4/3;background:#d9e4f2;overflow:hidden}
.travel-post-thumb img{width:100%;height:100%;object-fit:cover}
.travel-post-body .news-title{font-size:34px;margin:8px 0 10px}
.travel-post-body .news-excerpt{font-size:15px}
.travel-widget{border-radius:0;background:#fff}
.travel-about-card img{width:100%;aspect-ratio:1/1;object-fit:cover;margin-bottom:16px}
.travel-about-card p,.travel-weather-fallback p{margin:0;color:var(--muted);line-height:1.8}
.travel-side-list{list-style:none;margin:0;padding:0;display:grid;gap:14px}
.travel-side-list li{padding-bottom:14px;border-bottom:1px solid var(--border)}
.travel-side-list li:last-child{padding-bottom:0;border-bottom:0}
.travel-side-list a{display:block;font-weight:700;line-height:1.5}
.travel-side-list span{display:block;margin-top:6px;font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#7a8694}
.travel-weather-holder .widget,.travel-weather-holder .temajet-weather-widget,.travel-weather-holder .axyverax-weather-widget{padding:0;border:0;box-shadow:none;background:transparent}
.single-wrap--travel .single-grid{grid-template-columns:minmax(0,1fr) 330px}
.entry-card--travel{padding:34px;border-radius:0}
.travel-single-meta-bar{display:flex;justify-content:space-between;align-items:center;gap:18px;flex-wrap:wrap;margin-bottom:18px}
.travel-meta-pills{display:flex;gap:10px;flex-wrap:wrap}
.travel-meta-pills span{display:inline-flex;padding:10px 14px;border:1px solid var(--border);border-radius:999px;color:var(--muted);font-size:13px;font-weight:700}
.axy-comments-wrap--travel{background:linear-gradient(180deg,#fff 0%,#f7f6f3 100%);border-radius:0;border-color:#ece7da}
.axy-comments-wrap--travel .axy-comments-header{padding-bottom:10px;border-bottom:1px solid #ece7da}
.axy-comments-wrap--travel .axy-comment-card{background:#fff;border-color:#ece7da;border-radius:0;box-shadow:0 16px 34px rgba(36,39,45,.05)}
.axy-comments-wrap--travel .axy-comment-author{font-size:20px}
.axy-comments-wrap--travel .axy-comment-actions a,
.axy-comments-wrap--travel .axy-comment-submit{background:linear-gradient(135deg,#25384e 0%,#4b6f90 100%)}
.axy-comments-wrap--travel .comment-form input,
.axy-comments-wrap--travel .comment-form textarea{border-radius:0;border:1px solid #dde4eb;background:#fff}
.axy-comments-wrap--travel .comment-reply-title{font-size:28px}
@media (max-width: 1100px){
  .travel-main-grid,.single-wrap--travel .single-grid{grid-template-columns:minmax(0,1fr)}
  .travel-feature-grid{grid-template-columns:1fr 1fr}
}
@media (max-width: 760px){
  .travel-topbar-inner,.travel-header-inner{grid-template-columns:1fr}
  .travel-search{border-left:0;border-top:1px solid #ece9e1}
  .travel-main-nav{justify-self:start}
  .travel-hero-card,.travel-hero-slide,.travel-hero-media{min-height:380px}
  .travel-hero-slide img,.travel-hero-media img{height:380px}
  .travel-hero-overlay{padding:26px;flex-direction:column;align-items:flex-start;gap:18px}
  .travel-hero-copy h1{font-size:36px}
  .travel-feature-grid{grid-template-columns:1fr}
  .travel-post-card{grid-template-columns:1fr;padding:22px}
  .travel-post-body .news-title{font-size:28px}
}


/* === Premium Travel Demo Refresh === */
.travel-announcement{background:linear-gradient(90deg,#0f2238 0%,#132d4a 55%,#1f4f7d 100%);color:#eef5fb}
.travel-announcement-inner{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:12px 0}
.travel-announcement-badge{display:inline-flex;align-items:center;padding:8px 14px;border-radius:999px;background:rgba(255,255,255,.12);font-size:12px;font-weight:800;letter-spacing:.12em}
.travel-announcement p{margin:0;opacity:.88}
.travel-announcement a{display:inline-flex;padding:10px 16px;border-radius:999px;background:#f3e5ba;color:#10233f;font-weight:800}

.travel-topbar{background:#f7f8fa;border-bottom:1px solid #e2e8f0}
.travel-topbar-inner{display:grid;grid-template-columns:1fr auto 270px;gap:20px;align-items:center;min-height:54px}
.travel-mini-nav,.travel-menu{display:flex;gap:18px;flex-wrap:wrap}
.travel-mini-nav a,.travel-menu a{font-size:13px;letter-spacing:.04em;color:#425466;font-weight:700}
.travel-socials{display:flex;gap:10px;justify-content:center}
.travel-social-link{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:999px;background:#fff;border:1px solid #dde6f2;color:#22344d;box-shadow:0 8px 24px rgba(16,35,63,.06)}
.travel-social-link svg{width:16px;height:16px}
.travel-search{display:flex;align-items:center;padding-left:12px;border-left:1px solid #dde6f2}
.travel-search input{width:100%;border:0;background:transparent;padding:12px 14px;color:#425466}
.travel-search button{border:0;background:transparent;padding:0 14px;cursor:pointer;color:#10233f}

.travel-header{background:#fff;border-bottom:1px solid #e5ecf3}
.travel-header-inner{display:grid;grid-template-columns:380px 1fr;gap:28px;align-items:center;padding:24px 0}
.travel-branding{display:flex;flex-direction:column;gap:10px}
.travel-brand-logo{width:min(100%,340px);height:auto}
.travel-branding p{margin:0;color:#607089;font-size:14px}
.travel-nav-stack{display:grid;gap:14px}
.travel-main-nav{justify-self:end}
.travel-menu a{padding:10px 0;text-transform:uppercase}
.travel-menu .current-menu-item a{color:#0d5eff}
.travel-header-promo{display:flex;align-items:center;gap:10px;justify-self:end;padding:14px 18px;border-radius:18px;background:linear-gradient(135deg,#f8fbff 0%,#edf4fd 100%);border:1px solid #dbe7f5;color:#22344d}
.travel-header-promo span{display:inline-flex;padding:6px 10px;border-radius:999px;background:#0d5eff;color:#fff;font-size:12px;font-weight:800}

.travel-hero{padding:26px 0 24px;background:linear-gradient(180deg,#f7fafc 0%,#ffffff 100%)}
.travel-hero-card{position:relative;overflow:hidden;min-height:620px;background:#d9e4f2;border-radius:34px;border:1px solid #dce7f3;box-shadow:0 30px 80px rgba(16,35,63,.12)}
.travel-hero-slide,.travel-hero-media{display:block;position:relative;min-height:620px}
.travel-hero-slide img,.travel-hero-media img{width:100%;height:620px;object-fit:cover}
.travel-hero-overlay{position:absolute;inset:0;display:flex;align-items:flex-end;justify-content:space-between;padding:42px;background:linear-gradient(180deg,rgba(9,17,32,.08) 0%,rgba(8,15,27,.40) 50%,rgba(8,15,27,.78) 100%)}
.travel-hero-copy{max-width:620px;color:#fff}
.travel-kicker{display:inline-flex;padding:8px 14px;border-radius:999px;background:rgba(255,255,255,.14);backdrop-filter:blur(10px);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.1em}
.travel-hero-copy h1{margin:18px 0 14px;font-size:62px;line-height:1.02}
.travel-hero-copy h1 a{color:#fff}
.travel-hero-copy p{margin:0 0 22px;font-size:17px;line-height:1.8;color:rgba(255,255,255,.88)}
.travel-hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.travel-readmore{display:inline-flex;align-items:center;justify-content:center;min-width:156px;padding:15px 22px;border:1px solid rgba(255,255,255,.4);border-radius:18px;color:#fff;font-weight:800;background:rgba(255,255,255,.12)}
.travel-readmore--ghost{background:rgba(10,18,30,.28)}
.travel-hero-sidepanel{display:grid;gap:18px;justify-items:end}
.travel-hero-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;width:min(420px,100%)}
.travel-hero-stats div{padding:18px 16px;border-radius:20px;background:rgba(255,255,255,.12);backdrop-filter:blur(10px);color:#fff;text-align:left}
.travel-hero-stats strong{display:block;font-size:28px;line-height:1}
.travel-hero-stats span{display:block;margin-top:8px;font-size:13px;color:rgba(255,255,255,.84)}
.travel-hero-thumbs{display:flex;gap:10px}
.travel-hero-thumb{width:78px;height:58px;border:2px solid rgba(255,255,255,.65);border-radius:14px;overflow:hidden;box-shadow:0 10px 24px rgba(0,0,0,.22)}
.travel-hero-thumb img{width:100%;height:100%;object-fit:cover}

.travel-sponsor-ribbon{display:grid;grid-template-columns:320px 1fr;gap:18px;align-items:center;padding:18px 22px;margin:0 0 22px;border-radius:28px}
.travel-sponsor-ribbon h2{margin:10px 0 0;font-size:28px}
.travel-sponsor-media img{width:100%;border-radius:22px}

.travel-main-grid{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:28px;padding-bottom:42px}
.sidebar-stack--travel .widget{padding:24px;border-radius:26px;border:1px solid #dbe7f5;box-shadow:0 18px 38px rgba(16,35,63,.07)}
.travel-feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-bottom:22px}
.travel-feature-card{overflow:hidden;border-radius:26px}
.travel-feature-card .thumb img{width:100%;aspect-ratio:1.14/1;object-fit:cover}
.travel-feature-body{padding:18px 18px 22px}
.travel-feature-body h3{margin:10px 0 8px;font-size:24px;line-height:1.2}
.travel-feature-body p{margin:0;color:#607089;line-height:1.7}

.travel-editor-picks,.travel-posts-wrap{border-radius:28px;padding:28px}
.travel-section-head{display:flex;justify-content:space-between;gap:18px;align-items:end;margin-bottom:22px}
.travel-section-head p{max-width:520px;margin:0;color:#607089;line-height:1.8}
.travel-editor-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.travel-editor-card{overflow:hidden;border:1px solid #dde7f2;border-radius:22px;background:#fff}
.travel-editor-thumb img{width:100%;aspect-ratio:1.1/1;object-fit:cover}
.travel-editor-body{padding:16px}
.travel-editor-body span{display:block;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#0d5eff}
.travel-editor-body h3{margin:10px 0 0;font-size:21px;line-height:1.26}

.travel-post-list{display:grid;gap:18px}
.travel-post-card{display:grid;grid-template-columns:320px 1fr;gap:22px;padding:18px;border:1px solid #dde7f2;border-radius:24px;background:linear-gradient(180deg,#ffffff 0%,#f9fbfd 100%)}
.travel-post-thumb img{width:100%;height:100%;min-height:230px;object-fit:cover;border-radius:18px}
.travel-post-body .news-title{font-size:34px;line-height:1.08;margin:10px 0 12px}
.travel-post-body .news-excerpt{color:#607089;line-height:1.8}
.meta-line{font-size:13px;font-weight:700;color:#6f8092}

.travel-widget{background:#fff}
.travel-about-card img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:20px;margin-bottom:16px}
.travel-about-card p,.travel-weather-fallback p{margin:0;color:#607089;line-height:1.8}
.travel-side-list{list-style:none;margin:0;padding:0;display:grid;gap:14px}
.travel-side-list li{padding-bottom:14px;border-bottom:1px solid #e3eaf2}
.travel-side-list li:last-child{padding-bottom:0;border-bottom:0}
.travel-side-list a{display:block;font-weight:800;line-height:1.55;color:#15283f}
.travel-side-list span{display:block;margin-top:7px;font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#7a8694}
.travel-weather-holder .widget,.travel-weather-holder .temajet-weather-widget,.travel-weather-holder .axyverax-weather-widget{padding:0;border:0;box-shadow:none;background:transparent}
.travel-sidebar-ad img{width:100%;border-radius:22px}

.single-wrap--travel .single-grid{grid-template-columns:minmax(0,1fr) 360px}
.entry-card--travel{padding:36px;border-radius:28px;border:1px solid #dde7f2;box-shadow:0 18px 38px rgba(16,35,63,.07)}
.travel-single-meta-bar{display:flex;justify-content:space-between;align-items:center;gap:18px;flex-wrap:wrap;margin-bottom:18px}
.travel-meta-pills{display:flex;gap:10px;flex-wrap:wrap}
.travel-meta-pills span{display:inline-flex;padding:10px 14px;border:1px solid #dbe7f5;border-radius:999px;color:#607089;font-size:13px;font-weight:700;background:#f8fbff}

.axy-comments-wrap--travel{background:linear-gradient(180deg,#ffffff 0%,#f7fbff 100%);border-radius:28px;border:1px solid #dbe7f5;box-shadow:0 18px 38px rgba(16,35,63,.07)}
.axy-comments-wrap--travel .axy-comments-header{padding-bottom:14px;border-bottom:1px solid #e3ebf4}
.axy-comments-wrap--travel .axy-comment-card{background:#fff;border-color:#dbe7f5;border-radius:24px;box-shadow:0 16px 34px rgba(36,39,45,.05)}
.axy-comments-wrap--travel .axy-comment-author{font-size:20px}
.axy-comments-wrap--travel .axy-comment-actions a,
.axy-comments-wrap--travel .axy-comment-submit{background:linear-gradient(135deg,#10233f 0%,#2d537b 100%);border-radius:16px}
.axy-comments-wrap--travel .comment-form input,
.axy-comments-wrap--travel .comment-form textarea{border-radius:18px;border:1px solid #dde4eb;background:#fff}
.axy-comments-wrap--travel .comment-reply-title{font-size:30px}
.axy-comments-wrap--travel .logged-in-as,.axy-comments-wrap--travel .comment-form-cookies-consent{color:#607089}

@media (max-width: 1180px){
  .travel-main-grid,.single-wrap--travel .single-grid{grid-template-columns:minmax(0,1fr)}
  .travel-feature-grid,.travel-editor-grid{grid-template-columns:1fr 1fr}
  .travel-post-card{grid-template-columns:1fr}
}
@media (max-width: 860px){
  .travel-announcement-inner,.travel-topbar-inner,.travel-header-inner{grid-template-columns:1fr;display:grid}
  .travel-search{border-left:0;border-top:1px solid #dde6f2;padding-left:0}
  .travel-main-nav,.travel-header-promo{justify-self:start}
  .travel-hero-card,.travel-hero-slide,.travel-hero-media{min-height:440px}
  .travel-hero-slide img,.travel-hero-media img{height:440px}
  .travel-hero-overlay{padding:26px;flex-direction:column;align-items:flex-start;gap:18px}
  .travel-hero-copy h1{font-size:40px}
  .travel-hero-sidepanel,.travel-hero-stats{width:100%;justify-items:start}
  .travel-sponsor-ribbon{grid-template-columns:1fr}
}
@media (max-width: 640px){
  .travel-feature-grid,.travel-editor-grid{grid-template-columns:1fr}
  .travel-post-body .news-title{font-size:28px}
}


/* Travel demo premium header cleanup */
.travel-announcement{display:none !important}
.travel-header--premium{
  background:
    radial-gradient(circle at top left, rgba(13,94,255,.10), transparent 34%),
    linear-gradient(180deg,#f7faff 0%,#ffffff 100%);
  border-bottom:1px solid #dbe6f2;
}
.travel-header-shell{
  padding:22px 0 18px;
}
.travel-header-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:0 0 18px;
}
.travel-branding--premium{
  display:flex;
  align-items:center;
  gap:18px;
}
.travel-brand-logo{
  width:auto;
  max-height:72px;
}
.travel-brand-copy strong{
  display:block;
  font-size:13px;
  font-weight:900;
  letter-spacing:.18em;
  color:#0f2747;
}
.travel-brand-copy p{
  margin:8px 0 0;
  font-size:15px;
  font-style:normal;
  color:#5f7087;
}
.travel-header-actions{
  display:flex;
  align-items:center;
  gap:14px;
  margin-left:auto;
}
.travel-socials{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.travel-social-link{
  width:42px;
  height:42px;
  border-radius:999px;
  border:1px solid #d7e2f0;
  background:#fff;
  color:#17304f;
  box-shadow:0 16px 34px rgba(16,35,63,.08);
}
.travel-social-link svg{
  width:16px;
  height:16px;
}
.travel-search{
  display:flex;
  align-items:center;
  min-width:320px;
  border:1px solid #d7e2f0;
  border-radius:999px;
  background:#fff;
  box-shadow:0 16px 34px rgba(16,35,63,.08);
  overflow:hidden;
}
.travel-search input{
  width:100%;
  border:0;
  background:transparent;
  padding:14px 18px;
  color:#17304f;
}
.travel-search button{
  border:0;
  background:transparent;
  padding:0 18px;
  cursor:pointer;
  color:#17304f;
  font-size:18px;
}
.travel-header-bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:18px 22px;
  border:1px solid #dbe6f2;
  border-radius:26px;
  background:rgba(255,255,255,.88);
  box-shadow:0 22px 48px rgba(16,35,63,.08);
  backdrop-filter:blur(10px);
}
.travel-main-nav{
  justify-self:auto;
}
.travel-menu{
  display:flex;
  flex-wrap:wrap;
  gap:24px;
}
.travel-menu a{
  font-size:14px;
  line-height:1.2;
  text-transform:none;
  color:#30435e;
  font-weight:800;
}
.travel-menu .current-menu-item a,
.travel-menu a:hover{
  color:#0d5eff;
}
.travel-header-promo{
  display:flex;
  align-items:center;
  gap:12px;
  justify-self:auto;
  flex-shrink:0;
  padding:12px 16px;
  border-radius:999px;
  background:linear-gradient(135deg,#0d5eff 0%,#163d90 100%);
  border:0;
  color:#fff;
  box-shadow:0 18px 36px rgba(13,94,255,.22);
}
.travel-header-promo span{
  display:inline-flex;
  padding:7px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.16);
  color:#fff;
  font-size:11px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.travel-header-promo strong{
  font-size:14px;
  font-weight:800;
}

@media (max-width: 1100px){
  .travel-header-top,
  .travel-header-bottom{
    flex-direction:column;
    align-items:stretch;
  }
  .travel-header-actions{
    margin-left:0;
    width:100%;
    justify-content:space-between;
  }
  .travel-search{
    min-width:0;
    width:100%;
  }
}
@media (max-width: 720px){
  .travel-branding--premium{
    flex-direction:column;
    align-items:flex-start;
  }
  .travel-header-actions{
    flex-direction:column;
    align-items:stretch;
  }
  .travel-socials{
    justify-content:flex-start;
  }
  .travel-menu{
    gap:14px;
  }
  .travel-header-promo{
    border-radius:18px;
  }
}


/* Travel premium refinements */
.travel-header{background:#ffffff;border-bottom:1px solid #dde7f2;position:relative;z-index:20}
.travel-header-shell{padding:18px 0 14px}
.travel-header-top{display:flex;align-items:center;justify-content:space-between;gap:22px;padding-bottom:14px;border-bottom:1px solid #e7eef7}
.travel-branding--premium{display:flex;align-items:center;gap:16px;min-width:0}
.travel-brand-logo{width:auto;max-height:64px}
.travel-brand-copy strong{display:block;font-size:14px;letter-spacing:.18em;color:#0f294d}
.travel-brand-copy p{margin:6px 0 0;color:#5f718d;line-height:1.5}
.travel-header-actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap;justify-content:flex-end}
.travel-theme-toggle{display:inline-flex;align-items:center;justify-content:center;min-width:126px;padding:12px 16px;border-radius:999px;border:1px solid #dbe6f2;background:#fff;color:#0f294d;font-weight:800;box-shadow:0 10px 24px rgba(16,35,63,.06)}
.travel-theme-toggle:hover{background:#f6f9fc}
.travel-search{display:flex;align-items:center;min-width:300px;max-width:360px;border:1px solid #dbe6f2;border-radius:999px;background:#fff;overflow:hidden}
.travel-search input{width:100%;border:0;background:transparent;padding:13px 16px;color:#10233f;outline:none}
.travel-search button{border:0;background:transparent;padding:0 16px;color:#35517a;cursor:pointer}
.travel-header-bottom{display:flex;align-items:center;justify-content:flex-start;gap:16px;padding-top:14px}
.travel-main-nav{width:100%}
.travel-menu{display:flex;flex-wrap:wrap;gap:12px 18px}
.travel-menu a{display:inline-flex;align-items:center;padding:10px 14px;border-radius:999px;color:#32455f;font-weight:700}
.travel-menu a:hover,.travel-menu .current-menu-item>a,.travel-menu .current_page_item>a{background:#eef5ff;color:#0d5eff}

.travel-hero{padding:22px 0 30px;background:linear-gradient(180deg,#f7fbff 0%,#ffffff 100%)}
.travel-hero-card{border-radius:32px;border:1px solid #dce7f3;box-shadow:0 24px 70px rgba(16,35,63,.10);overflow:hidden}
.travel-hero-overlay{align-items:flex-end;justify-content:flex-start;padding:42px;background:linear-gradient(180deg,rgba(11,18,30,.04) 0%,rgba(11,18,30,.34) 48%,rgba(11,18,30,.70) 100%)}
.travel-hero-copy{max-width:620px}
.travel-hero-copy h1{font-size:54px;line-height:1.02}
.travel-hero-copy p{max-width:560px;color:rgba(255,255,255,.88)}
.travel-hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.travel-readmore{display:inline-flex;align-items:center;justify-content:center;padding:14px 18px;border-radius:999px;background:#ffffff;color:#10233f;font-weight:800}
.travel-readmore--ghost{background:rgba(255,255,255,.14);backdrop-filter:blur(10px);color:#fff;border:1px solid rgba(255,255,255,.22)}

.travel-editor-picks,.travel-posts-wrap,.travel-sponsor-ribbon{border-radius:28px}
.travel-section-head{display:flex;align-items:end;justify-content:space-between;gap:20px}
.travel-section-head p{max-width:460px;color:#607089;line-height:1.8}
.travel-widget{border-radius:24px;background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%);padding:24px;border:1px solid #dce7f3;box-shadow:0 18px 40px rgba(16,35,63,.06)}
.travel-plan-card{display:grid;gap:12px}
.travel-plan-item{display:block;padding:14px 16px;border:1px solid #dde7f3;border-radius:18px;background:#f8fbff;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.travel-plan-item:hover{transform:translateY(-2px);border-color:#bcd2f0;box-shadow:0 14px 28px rgba(16,35,63,.08)}
.travel-plan-item strong{display:block;font-size:15px;color:#112a4a}
.travel-plan-item span{display:block;margin-top:6px;color:#64758e;line-height:1.5}
.travel-sidebar-ad img{border-radius:18px}
.travel-weather-fallback{padding:14px 16px;border-radius:18px;background:#f8fbff;border:1px solid #dde7f3}
.travel-weather-fallback strong{display:block;margin-bottom:6px;color:#10233f}
.travel-side-list a{color:#10233f}
.travel-side-list span{color:#6d7f97}

.axy-comments-wrap--travel{border:1px solid #dce7f3;background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);box-shadow:0 18px 48px rgba(16,35,63,.08)}
.axy-comments-wrap--travel .axy-comment-form input,
.axy-comments-wrap--travel .axy-comment-form textarea{background:#fff;border:1px solid #d9e4f2;color:#10233f}
.axy-comments-wrap--travel .form-submit .submit{background:#0d5eff;color:#fff;border:0;border-radius:14px;padding:14px 18px;font-weight:800}

html[data-theme="dark"] .travel-header{background:#091120;border-bottom-color:#223657}
html[data-theme="dark"] .travel-header-top{border-bottom-color:#223657}
html[data-theme="dark"] .travel-brand-copy strong{color:#edf4ff}
html[data-theme="dark"] .travel-brand-copy p{color:#b7c5dd}
html[data-theme="dark"] .travel-search,
html[data-theme="dark"] .travel-theme-toggle{background:#0f1b30;border-color:#233657;color:#eef4ff;box-shadow:none}
html[data-theme="dark"] .travel-search input,
html[data-theme="dark"] .travel-search button{color:#eef4ff}
html[data-theme="dark"] .travel-menu a{color:#dfe8f7}
html[data-theme="dark"] .travel-menu a:hover,
html[data-theme="dark"] .travel-menu .current-menu-item>a,
html[data-theme="dark"] .travel-menu .current_page_item>a{background:#12233f;color:#fff}
html[data-theme="dark"] .travel-widget{background:linear-gradient(180deg,#0f1b30 0%,#13243f 100%);border-color:#223657;box-shadow:none}
html[data-theme="dark"] .travel-plan-item{background:#12233f;border-color:#223657}
html[data-theme="dark"] .travel-plan-item strong{color:#eef4ff}
html[data-theme="dark"] .travel-plan-item span,
html[data-theme="dark"] .travel-side-list span,
html[data-theme="dark"] .travel-weather-fallback p{color:#b7c5dd}
html[data-theme="dark"] .travel-side-list a,
html[data-theme="dark"] .travel-weather-fallback strong{color:#eef4ff}

@media (max-width: 991px){
  .travel-header-top{flex-direction:column;align-items:stretch}
  .travel-header-actions{justify-content:space-between}
  .travel-search{min-width:0;max-width:none;width:100%}
  .travel-header-bottom{padding-top:12px}
  .travel-hero-copy h1{font-size:42px}
}
@media (max-width: 767px){
  .travel-theme-toggle{width:100%}
  .travel-menu{gap:10px}
  .travel-menu a{padding:9px 12px}
  .travel-hero-copy h1{font-size:34px}
  .travel-hero-overlay{padding:28px}
}


/* Travel demo widgetized premium controls */
.travel-widget-zone{display:grid;gap:18px;margin-bottom:24px}
.travel-widget-zone .widget{margin:0}
.travel-widget-zone--after-slider .widget,
.travel-widget-zone--before-posts .widget,
.travel-widget-zone--after-posts .widget{padding:22px}
.travel-widget-zone--featured{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px}
.travel-widget-zone--featured .widget{height:100%}
.travel-branding{display:flex;align-items:center;min-height:78px}
.travel-brand-logo{width:min(100%,440px);max-height:90px;object-fit:contain}
.travel-header-top{display:grid;grid-template-columns:minmax(260px,1fr) minmax(420px,auto);align-items:center;gap:22px}
.travel-header-actions{justify-self:end}
.travel-widget-zone--sidebar .widget{margin-bottom:18px}
.travel-widget-zone--sidebar .widget:last-child{margin-bottom:0}
@media (max-width: 980px){
  .travel-header-top{grid-template-columns:1fr}
  .travel-header-actions{justify-self:start}
  .travel-brand-logo{max-height:76px}
}


/* Travel demo refinements: readability, theme support, widgets, responsiveness */
html[data-theme="light"] .travel-header,
html[data-theme="light"] .travel-header--premium,
html[data-theme="light"] .travel-hero,
html[data-theme="light"] .travel-widget,
html[data-theme="light"] .travel-posts-wrap,
html[data-theme="light"] .entry-card--travel {
  background: #ffffff;
  color: #10233f;
}
html[data-theme="light"] .travel-menu a,
html[data-theme="light"] .travel-post-body .news-title,
html[data-theme="light"] .travel-feature-body h3,
html[data-theme="light"] .widget-title,
html[data-theme="light"] .travel-side-list a,
html[data-theme="light"] .travel-plan-item strong,
html[data-theme="light"] .travel-weather-holder,
html[data-theme="light"] .travel-weather-holder * {
  color: #10233f !important;
}
html[data-theme="light"] .travel-weather-holder .widget,
html[data-theme="light"] .travel-weather-holder .temajet-weather-widget,
html[data-theme="light"] .travel-weather-holder .axyverax-weather-widget,
html[data-theme="light"] .travel-weather-holder .weather-card,
html[data-theme="light"] .travel-weather-holder [class*="weather"] {
  background: #f7faff !important;
  border-color: #dbe6f3 !important;
}
html[data-theme="light"] .travel-search input,
html[data-theme="light"] .travel-theme-toggle {
  background: #f7faff;
  color: #10233f;
  border-color: #dbe6f3;
}

html[data-theme="dark"] .travel-header,
html[data-theme="dark"] .travel-header--premium,
html[data-theme="dark"] .travel-hero,
html[data-theme="dark"] .travel-widget,
html[data-theme="dark"] .travel-posts-wrap,
html[data-theme="dark"] .entry-card--travel,
html[data-theme="dark"] .travel-sponsor-ribbon,
html[data-theme="dark"] .travel-feature-card,
html[data-theme="dark"] .travel-post-card {
  background: #0b1422 !important;
  color: #eef4ff;
  border-color: #253754 !important;
}
html[data-theme="dark"] .travel-header-shell {
  background: transparent;
}
html[data-theme="dark"] .travel-menu a,
html[data-theme="dark"] .travel-post-body .news-title,
html[data-theme="dark"] .travel-feature-body h3,
html[data-theme="dark"] .widget-title,
html[data-theme="dark"] .travel-side-list a,
html[data-theme="dark"] .travel-plan-item strong,
html[data-theme="dark"] .travel-kicker,
html[data-theme="dark"] .travel-weather-holder,
html[data-theme="dark"] .travel-weather-holder * {
  color: #eef4ff !important;
}
html[data-theme="dark"] .travel-feature-body p,
html[data-theme="dark"] .travel-post-body .news-excerpt,
html[data-theme="dark"] .travel-side-list span,
html[data-theme="dark"] .travel-plan-item span,
html[data-theme="dark"] .travel-about-card p,
html[data-theme="dark"] .travel-weather-fallback p,
html[data-theme="dark"] .travel-meta-pills span,
html[data-theme="dark"] .entry-card--travel .meta-line,
html[data-theme="dark"] .entry-card--travel .entry-content,
html[data-theme="dark"] .entry-card--travel .entry-content p,
html[data-theme="dark"] .entry-card--travel .entry-content li,
html[data-theme="dark"] .entry-card--travel .entry-content blockquote,
html[data-theme="dark"] .entry-card--travel .entry-content strong {
  color: #d7e3f8 !important;
}
html[data-theme="dark"] .travel-search input,
html[data-theme="dark"] .travel-theme-toggle {
  background: #101d31;
  color: #eef4ff;
  border-color: #2b4060;
}
html[data-theme="dark"] .travel-search button {
  background: #1e5eff;
  color: #ffffff;
}
html[data-theme="dark"] .travel-plan-item,
html[data-theme="dark"] .travel-weather-holder .widget,
html[data-theme="dark"] .travel-weather-holder .temajet-weather-widget,
html[data-theme="dark"] .travel-weather-holder .axyverax-weather-widget,
html[data-theme="dark"] .travel-weather-holder .weather-card,
html[data-theme="dark"] .travel-weather-holder [class*="weather"] {
  background: #101d31 !important;
  color: #eef4ff !important;
  border-color: #2b4060 !important;
}
html[data-theme="dark"] .travel-weather-holder a,
html[data-theme="dark"] .travel-weather-holder span,
html[data-theme="dark"] .travel-weather-holder p,
html[data-theme="dark"] .travel-weather-holder div,
html[data-theme="dark"] .travel-weather-holder strong,
html[data-theme="dark"] .travel-weather-holder li {
  color: #eef4ff !important;
}
html[data-theme="dark"] .travel-hero-card,
html[data-theme="dark"] .travel-hero-slide,
html[data-theme="dark"] .travel-hero-media {
  background: #08111d;
}
html[data-theme="dark"] .travel-hero-slide img,
html[data-theme="dark"] .travel-hero-media img {
  filter: brightness(.55) saturate(.9);
}
html[data-theme="dark"] .travel-hero-overlay {
  background: linear-gradient(180deg, rgba(5,10,18,.18) 0%, rgba(4,8,14,.52) 40%, rgba(4,8,14,.88) 100%);
}
html[data-theme="dark"] .travel-readmore {
  background: rgba(255,255,255,.05);
  border-color: rgba(255,255,255,.28);
}
html[data-theme="dark"] .travel-readmore--solid {
  background: linear-gradient(135deg,#1e5eff,#0a3ea6);
  border-color: transparent;
}

.travel-brand-logo {
  max-height: 70px;
  width: auto;
}
.travel-search { display:flex; align-items:center; gap:10px; }
.travel-search input {
  min-width: 260px;
  padding: 13px 16px;
  border: 1px solid var(--border);
  border-radius: 14px;
}
.travel-search button,
.travel-theme-toggle {
  min-height: 46px;
  padding: 0 16px;
  border: 1px solid var(--border);
  border-radius: 14px;
}
.travel-theme-toggle {
  font-weight: 800;
  white-space: nowrap;
}
.travel-widget,
.travel-posts-wrap,
.travel-feature-card,
.entry-card--travel {
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  border-radius: 22px;
}
.travel-hero-card {
  border-radius: 28px;
  box-shadow: var(--shadow);
}
.travel-readmore--solid {
  color: #fff;
  background: linear-gradient(135deg,#0d5eff,#083ea8);
  border-color: transparent;
}
.travel-plan-item--cta {
  margin-top: 12px;
}
.axy-widget-card {
  display: grid;
  gap: 14px;
}
.axy-widget-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}
.axy-widget-card--ad img {
  width: 100%;
  border-radius: 18px;
}
.travel-side-list--guide li {
  border-bottom-style: dashed;
}
.travel-widget-zone--sidebar > .widget,
.travel-widget-zone--featured > .widget,
.travel-widget-zone--after-slider > .widget {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 22px;
  padding: 20px;
  box-shadow: var(--shadow);
}
.travel-weather-widget .travel-weather-holder {
  display: block;
}
.travel-weather-widget .travel-weather-holder > * {
  border-radius: 18px;
}
.travel-post-thumb,
.travel-feature-card .thumb {
  border-radius: 18px;
}
.travel-sidebar-ad img {
  border-radius: 18px;
  width: 100%;
  height: auto;
}

@media (max-width: 1180px) {
  .travel-header-top {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .travel-header-actions {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .travel-main-grid,
  .single-wrap--travel .single-grid {
    grid-template-columns: 1fr;
  }
  .travel-feature-grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
  .travel-post-card {
    grid-template-columns: 280px 1fr;
  }
}

@media (max-width: 900px) {
  .travel-header-bottom {
    overflow-x: auto;
  }
  .travel-menu {
    display: flex;
    flex-wrap: nowrap;
    gap: 18px;
    min-width: max-content;
    padding-bottom: 6px;
  }
  .travel-brand-logo {
    max-height: 56px;
  }
  .travel-hero-card,
  .travel-hero-slide,
  .travel-hero-media {
    min-height: 420px;
  }
  .travel-hero-slide img,
  .travel-hero-media img {
    height: 420px;
  }
  .travel-hero-overlay {
    padding: 24px;
  }
  .travel-hero-copy h1 {
    font-size: 36px;
  }
  .travel-hero-copy p {
    font-size: 15px;
  }
  .travel-feature-grid {
    grid-template-columns: 1fr;
  }
  .travel-post-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 20px;
  }
  .travel-post-thumb {
    aspect-ratio: 16/10;
  }
}

@media (max-width: 640px) {
  .travel-search {
    width: 100%;
    flex-wrap: wrap;
  }
  .travel-search input {
    min-width: 0;
    width: 100%;
  }
  .travel-theme-toggle,
  .travel-search button {
    width: 100%;
    justify-content: center;
  }
  .travel-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .travel-readmore {
    width: 100%;
  }
  .travel-hero-copy h1 {
    font-size: 30px;
  }
  .travel-main-grid {
    gap: 18px;
  }
}


/* === Travel final polish: sidebar gaps, readable menu/search, responsive theme states === */
.travel-main-grid > .sidebar-stack--travel,
.single-wrap--travel .sidebar-stack--travel{
  align-self:start;
  display:block;
  min-height:0;
}
.travel-widget-zone--sidebar{
  display:grid;
  gap:18px;
  align-content:start;
}
.travel-widget-zone--sidebar .widget,
.sidebar-stack--travel .widget,
.travel-weather-widget,
.travel-plan-widget,
.travel-categories-widget{
  height:auto !important;
  min-height:0 !important;
}
.travel-weather-holder,
.travel-weather-holder > *,
.travel-weather-holder .widget,
.travel-weather-holder .temajet-weather-widget,
.travel-weather-holder .axyverax-weather-widget,
.travel-weather-holder [class*="weather"],
.travel-weather-holder [class*="Weather"]{
  min-height:0 !important;
  height:auto !important;
}
.travel-weather-holder [style*="height"],
.travel-weather-holder [style*="min-height"]{
  height:auto !important;
  min-height:0 !important;
}

.travel-header--premium{
  background:
    radial-gradient(circle at top left, rgba(13,94,255,.08), transparent 34%),
    linear-gradient(180deg,#f8fbff 0%,#ffffff 100%);
}
.travel-header-shell{
  padding:18px 0 16px;
}
.travel-header-top{
  display:grid;
  grid-template-columns:minmax(220px,1fr) minmax(320px,auto);
  align-items:center;
  gap:18px;
  padding-bottom:16px;
  border-bottom:1px solid #e5edf6;
}
.travel-header-bottom{
  display:block;
  margin-top:16px;
  padding:14px;
  border:1px solid #dbe6f3;
  border-radius:24px;
  background:linear-gradient(180deg,#ffffff 0%,#f7fbff 100%);
  box-shadow:0 18px 42px rgba(16,35,63,.07);
}
.travel-main-nav{
  width:100%;
}
.travel-menu{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.travel-menu a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:10px 16px;
  border-radius:999px;
  background:#f2f6fb;
  border:1px solid #dbe6f3;
  color:#16314f !important;
  font-size:14px;
  font-weight:800;
  line-height:1.2;
  letter-spacing:.01em;
  transition:all .18s ease;
}
.travel-menu a:hover,
.travel-menu .current-menu-item > a,
.travel-menu .current_page_item > a{
  background:linear-gradient(135deg,#0d5eff 0%,#1748b5 100%);
  border-color:transparent;
  color:#ffffff !important;
  box-shadow:0 14px 28px rgba(13,94,255,.18);
}

.travel-header-actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  flex-wrap:wrap;
  gap:12px;
}
.travel-social-link{
  width:42px;
  height:42px;
}
.travel-theme-toggle{
  min-width:132px;
  min-height:46px;
  padding:0 18px;
  border-radius:999px;
}
.travel-search{
  position:relative;
  display:flex;
  align-items:center;
  min-width:300px;
  max-width:380px;
  width:100%;
  border:1px solid #dbe6f3;
  border-radius:999px;
  background:#ffffff;
  box-shadow:0 14px 34px rgba(16,35,63,.06);
  overflow:hidden;
}
.travel-search input{
  width:100%;
  min-width:0;
  padding:14px 56px 14px 18px;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  color:#10233f !important;
}
.travel-search input::placeholder{
  color:#7a8ba1 !important;
}
.travel-search button{
  position:absolute;
  top:4px;
  right:4px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:40px;
  height:40px;
  padding:0;
  border:0 !important;
  border-radius:999px;
  background:linear-gradient(135deg,#0d5eff 0%,#1748b5 100%);
  color:#ffffff !important;
  font-size:17px;
  line-height:1;
  box-shadow:0 10px 22px rgba(13,94,255,.20);
}
.travel-search button:hover{
  transform:translateY(-1px);
}

html[data-theme="light"] .travel-header,
html[data-theme="light"] .travel-header--premium{
  background:
    radial-gradient(circle at top left, rgba(13,94,255,.08), transparent 34%),
    linear-gradient(180deg,#f8fbff 0%,#ffffff 100%) !important;
}
html[data-theme="light"] .travel-header-bottom{
  background:linear-gradient(180deg,#ffffff 0%,#f7fbff 100%) !important;
  border-color:#dbe6f3 !important;
}
html[data-theme="light"] .travel-menu a{
  background:#f2f6fb !important;
  border-color:#dbe6f3 !important;
  color:#16314f !important;
}
html[data-theme="light"] .travel-theme-toggle{
  background:#ffffff !important;
  color:#16314f !important;
  border-color:#dbe6f3 !important;
}
html[data-theme="light"] .travel-search{
  background:#ffffff !important;
  border-color:#dbe6f3 !important;
}
html[data-theme="light"] .travel-search input,
html[data-theme="light"] .travel-search input::placeholder{
  color:#10233f !important;
}

html[data-theme="dark"] .travel-header,
html[data-theme="dark"] .travel-header--premium{
  background:
    radial-gradient(circle at top left, rgba(30,94,255,.14), transparent 34%),
    linear-gradient(180deg,#08111d 0%,#0b1422 100%) !important;
}
html[data-theme="dark"] .travel-header-top{
  border-bottom-color:#223657 !important;
}
html[data-theme="dark"] .travel-header-bottom{
  background:linear-gradient(180deg,#0f1b30 0%,#12233f 100%) !important;
  border-color:#223657 !important;
  box-shadow:none !important;
}
html[data-theme="dark"] .travel-menu a{
  background:#101d31 !important;
  border-color:#2b4060 !important;
  color:#eef4ff !important;
}
html[data-theme="dark"] .travel-menu a:hover,
html[data-theme="dark"] .travel-menu .current-menu-item > a,
html[data-theme="dark"] .travel-menu .current_page_item > a{
  background:linear-gradient(135deg,#1e5eff 0%,#0a3ea6 100%) !important;
  border-color:transparent !important;
  color:#ffffff !important;
}
html[data-theme="dark"] .travel-theme-toggle{
  background:#101d31 !important;
  color:#eef4ff !important;
  border-color:#2b4060 !important;
}
html[data-theme="dark"] .travel-search{
  background:#101d31 !important;
  border-color:#2b4060 !important;
  box-shadow:none !important;
}
html[data-theme="dark"] .travel-search input{
  color:#eef4ff !important;
}
html[data-theme="dark"] .travel-search input::placeholder{
  color:#b7c5dd !important;
}
html[data-theme="dark"] .travel-search button{
  background:linear-gradient(135deg,#1e5eff 0%,#0a3ea6 100%) !important;
  color:#ffffff !important;
}
html[data-theme="dark"] .travel-social-link{
  background:#101d31 !important;
  border-color:#2b4060 !important;
  color:#eef4ff !important;
  box-shadow:none !important;
}
html[data-theme="dark"] .travel-widget-zone--sidebar .widget,
html[data-theme="dark"] .sidebar-stack--travel .widget{
  background:linear-gradient(180deg,#0f1b30 0%,#13243f 100%) !important;
  border-color:#223657 !important;
  box-shadow:none !important;
}
html[data-theme="dark"] .travel-weather-holder,
html[data-theme="dark"] .travel-weather-holder > *,
html[data-theme="dark"] .travel-weather-holder [class*="weather"],
html[data-theme="dark"] .travel-weather-holder [class*="Weather"]{
  color:#eef4ff !important;
}

@media (max-width: 1180px){
  .travel-header-top{
    grid-template-columns:1fr;
  }
  .travel-header-actions{
    justify-content:flex-start;
  }
}
@media (max-width: 900px){
  .travel-header-bottom{
    overflow:auto hidden;
    -webkit-overflow-scrolling:touch;
  }
  .travel-menu{
    flex-wrap:nowrap;
    min-width:max-content;
    padding-bottom:2px;
  }
}
@media (max-width: 767px){
  .travel-header-shell{
    padding:14px 0 12px;
  }
  .travel-header-actions{
    display:grid;
    grid-template-columns:1fr;
    align-items:stretch;
  }
  .travel-socials{
    justify-content:flex-start;
  }
  .travel-theme-toggle,
  .travel-search{
    max-width:none;
    min-width:0;
    width:100%;
  }
  .travel-header-bottom{
    padding:12px;
    border-radius:20px;
  }
  .travel-menu a{
    min-height:40px;
    padding:9px 14px;
    font-size:13px;
  }
}

/* Travel category pages without sidebar */
.content-grid--travel-category{
  grid-template-columns:minmax(0,1fr);
}
.section-card--travel-category{
  max-width:100%;
}
.travel-category-head{
  display:grid;
  gap:10px;
  margin-bottom:24px;
}
.travel-category-kicker{
  display:inline-flex;
  align-items:center;
  width:max-content;
  padding:8px 14px;
  border-radius:999px;
  background:rgba(17,89,195,.12);
  color:#1d4ed8;
  font-size:12px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.category-description{
  color:var(--muted);
  line-height:1.7;
  max-width:760px;
}
.posts-vertical--travel-category{
  gap:0;
}
.post-vertical--travel{
  align-items:start;
}
.post-vertical--travel .thumb{
  aspect-ratio:16/10;
}
body[data-theme="dark"] .travel-category-kicker{
  background:rgba(96,165,250,.18);
  color:#bfdbfe;
}
body[data-theme="dark"] .category-description{
  color:rgba(226,232,240,.82);
}


/* === Travel comments readability + premium upgrade === */
.axy-comments-wrap--travel{
  --travel-comment-bg: linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(248,250,253,.98) 100%);
  --travel-comment-card: #ffffff;
  --travel-comment-text: #12243d;
  --travel-comment-muted: #5e728d;
  --travel-comment-border: rgba(17,38,63,.10);
  --travel-comment-accent: linear-gradient(135deg,#12345a 0%, #2d5c8c 100%);
  --travel-comment-accent-solid: #1f4f7d;
  background:var(--travel-comment-bg);
  color:var(--travel-comment-text);
  border:1px solid var(--travel-comment-border);
  border-radius:28px;
  box-shadow:0 28px 70px rgba(15,28,48,.08);
  overflow:hidden;
}
html[data-theme="dark"] .axy-comments-wrap--travel{
  --travel-comment-bg: linear-gradient(180deg, rgba(9,19,34,.98) 0%, rgba(12,27,48,.98) 100%);
  --travel-comment-card: rgba(14,29,50,.92);
  --travel-comment-text: #eef4ff;
  --travel-comment-muted: #b7c6dd;
  --travel-comment-border: rgba(116,149,194,.18);
  --travel-comment-accent: linear-gradient(135deg,#8ac4ff 0%, #e8f2ff 100%);
  --travel-comment-accent-solid: #8ec3ff;
  box-shadow:0 22px 56px rgba(0,0,0,.32);
}
.axy-comments-wrap--travel .axy-comments-header{
  display:flex;
  flex-direction:column;
  gap:12px;
  padding:0 0 18px;
  margin-bottom:24px;
  border-bottom:1px solid var(--travel-comment-border);
}
.axy-comments-wrap--travel .premium-kicker{
  display:inline-flex;
  align-self:flex-start;
  padding:9px 14px;
  border-radius:999px;
  background:rgba(18,52,90,.08);
  color:var(--travel-comment-accent-solid);
  letter-spacing:.08em;
  text-transform:uppercase;
  font-size:12px;
  font-weight:800;
}
html[data-theme="dark"] .axy-comments-wrap--travel .premium-kicker{
  background:rgba(138,196,255,.12);
  color:#dcecff;
}
.axy-comments-wrap--travel .widget-title,
.axy-comments-wrap--travel .comment-reply-title{
  color:var(--travel-comment-text);
  line-height:1.12;
  margin:0;
}
.axy-comments-wrap--travel .widget-title{font-size:clamp(1.9rem,2.6vw,2.7rem)}
.axy-comments-wrap--travel .comment-reply-title{
  font-size:clamp(1.5rem,2.3vw,2rem);
  margin-bottom:10px;
}
.axy-comments-wrap--travel .comment-reply-title small{
  margin-left:10px;
  font-size:.95rem;
}
.axy-comments-wrap--travel .comment-reply-title small a{
  color:var(--travel-comment-accent-solid);
}
.axy-comments-wrap--travel .axy-comment-list{
  display:grid;
  gap:18px;
}
.axy-comments-wrap--travel .axy-comment-card{
  display:grid;
  grid-template-columns:68px minmax(0,1fr);
  gap:16px;
  padding:22px;
  background:var(--travel-comment-card);
  border:1px solid var(--travel-comment-border);
  border-radius:24px;
  box-shadow:0 14px 34px rgba(10,20,38,.06);
  color:var(--travel-comment-text);
}
html[data-theme="dark"] .axy-comments-wrap--travel .axy-comment-card{
  box-shadow:0 16px 30px rgba(0,0,0,.20);
}
.axy-comments-wrap--travel .axy-comment-avatar{
  width:68px;
  height:68px;
}
.axy-comments-wrap--travel .axy-comment-avatar img{
  width:68px;
  height:68px;
  border-radius:20px;
  border:1px solid var(--travel-comment-border);
  object-fit:cover;
}
.axy-comments-wrap--travel .axy-comment-content{
  min-width:0;
}
.axy-comments-wrap--travel .axy-comment-topline{
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
  margin-bottom:12px;
}
.axy-comments-wrap--travel .axy-comment-author{
  color:var(--travel-comment-text);
  font-size:1.1rem;
  font-weight:800;
}
.axy-comments-wrap--travel .axy-comment-date{
  display:inline-flex;
  align-items:center;
  padding:7px 11px;
  border-radius:999px;
  background:rgba(18,52,90,.06);
  color:var(--travel-comment-muted);
  font-size:.84rem;
  opacity:1;
}
html[data-theme="dark"] .axy-comments-wrap--travel .axy-comment-date{
  background:rgba(255,255,255,.04);
}
.axy-comments-wrap--travel .axy-comment-text,
.axy-comments-wrap--travel .axy-comment-text p{
  color:var(--travel-comment-text);
  font-size:1rem;
  line-height:1.82;
}
.axy-comments-wrap--travel .axy-comment-text p:last-child{
  margin-bottom:0;
}
.axy-comments-wrap--travel .axy-comment-actions{
  margin-top:16px;
}
.axy-comments-wrap--travel .axy-comment-actions a,
.axy-comments-wrap--travel .axy-comment-submit,
.axy-comments-wrap--travel .form-submit .submit{
  background:var(--travel-comment-accent);
  color:#fff;
  border:0;
  border-radius:16px;
  padding:13px 18px;
  font-weight:800;
  box-shadow:0 14px 28px rgba(18,52,90,.18);
}
html[data-theme="dark"] .axy-comments-wrap--travel .axy-comment-actions a,
html[data-theme="dark"] .axy-comments-wrap--travel .axy-comment-submit,
html[data-theme="dark"] .axy-comments-wrap--travel .form-submit .submit{
  color:#0b1524;
  box-shadow:none;
}
.axy-comments-wrap--travel .axy-comment-actions a:hover,
.axy-comments-wrap--travel .axy-comment-submit:hover,
.axy-comments-wrap--travel .form-submit .submit:hover{
  transform:translateY(-1px);
}
.axy-comments-wrap--travel .axy-comment-form-wrap{
  margin-top:30px;
  padding:24px;
  border-radius:24px;
  background:var(--travel-comment-card);
  border:1px solid var(--travel-comment-border);
  box-shadow:0 16px 34px rgba(10,20,38,.05);
}
html[data-theme="dark"] .axy-comments-wrap--travel .axy-comment-form-wrap{
  box-shadow:0 14px 28px rgba(0,0,0,.18);
}
.axy-comments-wrap--travel .logged-in-as,
.axy-comments-wrap--travel .comment-notes,
.axy-comments-wrap--travel .must-log-in,
.axy-comments-wrap--travel .form-allowed-tags,
.axy-comments-wrap--travel .comment-awaiting-moderation,
.axy-comments-wrap--travel .comment-metadata a{
  color:var(--travel-comment-muted);
}
.axy-comments-wrap--travel .comment-form{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.axy-comments-wrap--travel .comment-form p{
  margin:0;
}
.axy-comments-wrap--travel .comment-form-author,
.axy-comments-wrap--travel .comment-form-email,
.axy-comments-wrap--travel .comment-form-url{
  grid-column:span 1;
}
.axy-comments-wrap--travel .comment-form-comment,
.axy-comments-wrap--travel .comment-notes,
.axy-comments-wrap--travel .logged-in-as,
.axy-comments-wrap--travel .must-log-in,
.axy-comments-wrap--travel .form-submit{
  grid-column:1 / -1;
}
.axy-comments-wrap--travel .comment-form label{
  display:block;
  margin:0 0 8px;
  color:var(--travel-comment-text);
  font-size:.95rem;
  font-weight:700;
}
.axy-comments-wrap--travel .comment-form input,
.axy-comments-wrap--travel .comment-form textarea{
  width:100%;
  border-radius:18px;
  border:1px solid var(--travel-comment-border);
  background:rgba(255,255,255,.88);
  color:var(--travel-comment-text);
  padding:15px 16px;
  font-size:1rem;
  transition:border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
html[data-theme="dark"] .axy-comments-wrap--travel .comment-form input,
html[data-theme="dark"] .axy-comments-wrap--travel .comment-form textarea{
  background:rgba(255,255,255,.03);
}
.axy-comments-wrap--travel .comment-form input::placeholder,
.axy-comments-wrap--travel .comment-form textarea::placeholder{
  color:var(--travel-comment-muted);
}
.axy-comments-wrap--travel .comment-form input:focus,
.axy-comments-wrap--travel .comment-form textarea:focus{
  outline:none;
  border-color:rgba(31,79,125,.45);
  box-shadow:0 0 0 4px rgba(31,79,125,.10);
}
html[data-theme="dark"] .axy-comments-wrap--travel .comment-form input:focus,
html[data-theme="dark"] .axy-comments-wrap--travel .comment-form textarea:focus{
  border-color:rgba(142,195,255,.55);
  box-shadow:0 0 0 4px rgba(142,195,255,.12);
}
.axy-comments-wrap--travel .comment-form textarea{
  min-height:180px;
  resize:vertical;
}
.axy-comments-wrap--travel .comment-form-cookies-consent{
  grid-column:1 / -1;
  display:flex;
  align-items:flex-start;
  gap:10px;
  padding-top:4px;
  color:var(--travel-comment-muted);
}
.axy-comments-wrap--travel .comment-form-cookies-consent input{
  width:18px;
  min-width:18px;
  height:18px;
  margin-top:3px;
}
.axy-comments-wrap--travel .children{
  list-style:none;
  margin:16px 0 0 0;
  padding-left:26px;
  border-left:1px dashed var(--travel-comment-border);
}
.axy-comments-wrap--travel .comment-respond{
  margin-top:0;
}
.axy-comments-wrap--travel .comment-list + .comment-respond{
  margin-top:28px;
}
.axy-comments-wrap--travel .form-submit{
  display:flex;
  justify-content:flex-start;
  margin-top:6px;
}
.axy-comments-wrap--travel .comment-form .required{
  color:#d9485d;
}
.axy-comments-wrap--travel .comment-reply-link{
  text-decoration:none;
}
@media (max-width: 900px){
  .axy-comments-wrap--travel{
    padding:22px;
    border-radius:24px;
  }
  .axy-comments-wrap--travel .comment-form{
    grid-template-columns:1fr 1fr;
  }
  .axy-comments-wrap--travel .comment-form-url{
    grid-column:1 / -1;
  }
}
@media (max-width: 640px){
  .axy-comments-wrap--travel{
    padding:18px;
    border-radius:22px;
  }
  .axy-comments-wrap--travel .axy-comment-card{
    grid-template-columns:1fr;
    padding:18px;
    border-radius:20px;
  }
  .axy-comments-wrap--travel .axy-comment-avatar{
    width:56px;
    height:56px;
  }
  .axy-comments-wrap--travel .axy-comment-avatar img{
    width:56px;
    height:56px;
    border-radius:16px;
  }
  .axy-comments-wrap--travel .comment-form{
    grid-template-columns:1fr;
  }
  .axy-comments-wrap--travel .comment-form-author,
  .axy-comments-wrap--travel .comment-form-email,
  .axy-comments-wrap--travel .comment-form-url{
    grid-column:1 / -1;
  }
  .axy-comments-wrap--travel .axy-comment-form-wrap{
    padding:18px;
    border-radius:20px;
  }
}


/* --- Game Demo --- */
.game-header{position:sticky;top:0;z-index:40;padding:18px 0 12px;background:linear-gradient(180deg,rgba(7,12,24,.94),rgba(7,12,24,.84));backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.08)}
html[data-theme="light"] .game-header{background:linear-gradient(180deg,rgba(255,255,255,.92),rgba(244,247,251,.92));border-bottom-color:rgba(16,35,63,.08)}
.game-header-shell{display:grid;gap:16px}
.game-header-top,.game-header-bottom{display:flex;align-items:center;justify-content:space-between;gap:18px}
.game-brand-logo{width:auto;max-height:60px}
.game-header-actions{display:flex;align-items:center;gap:14px;flex:1;justify-content:flex-end}
.game-socials{display:flex;align-items:center;gap:10px}
.game-social-link,.game-theme-toggle{display:inline-flex;align-items:center;justify-content:center;height:46px;border-radius:999px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.06);color:#f8fbff;padding:0 16px}
.game-social-link{width:46px;padding:0}
html[data-theme="light"] .game-social-link,html[data-theme="light"] .game-theme-toggle{background:#fff;color:#10233f;border-color:rgba(16,35,63,.08)}
.game-theme-toggle{font-weight:800}
.game-search{display:flex;align-items:center;gap:10px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);padding:6px;border-radius:999px;min-width:min(360px,100%)}
.game-search input{flex:1;min-width:0;background:transparent;border:0;outline:0;color:#f5f8ff;padding:10px 14px}
.game-search input::placeholder{color:#b9c7db}
.game-search button{border:0;background:linear-gradient(135deg,#0d5eff,#28c7fa);color:#fff;border-radius:999px;width:42px;height:42px;font-size:18px;font-weight:800;cursor:pointer}
html[data-theme="light"] .game-search{background:#fff;border-color:rgba(16,35,63,.08)}
html[data-theme="light"] .game-search input{color:#10233f}
html[data-theme="light"] .game-search input::placeholder{color:#607089}
.game-main-nav{width:100%}
.game-menu{display:flex;flex-wrap:wrap;gap:12px}
.game-menu a{display:inline-flex;align-items:center;padding:12px 16px;border-radius:999px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08);color:#f2f6ff;font-weight:800;font-size:14px}
html[data-theme="light"] .game-menu a{background:#fff;color:#10233f;border-color:rgba(16,35,63,.08)}
.game-menu a:hover,.game-menu .current-menu-item>a{background:linear-gradient(135deg,#0d5eff,#28c7fa);border-color:transparent;color:#fff}
.game-hero{padding:26px 0 12px}
.game-hero-shell{position:relative;overflow:hidden;border-radius:30px;border:1px solid rgba(255,255,255,.1);background:#08111f;box-shadow:0 30px 70px rgba(2,7,18,.32)}
html[data-theme="light"] .game-hero-shell{border-color:rgba(16,35,63,.08);box-shadow:0 20px 40px rgba(16,35,63,.12)}
.game-hero-track{position:relative;min-height:520px}
.game-slide{position:absolute;inset:0;opacity:0;pointer-events:none;transition:opacity .45s ease}
.game-slide.is-active{opacity:1;pointer-events:auto}
.game-slide-media,.game-slide-media img{display:block;width:100%;height:520px;object-fit:cover}
.game-slide-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,11,22,.82) 0%,rgba(5,11,22,.48) 42%,rgba(5,11,22,.16) 100%);display:flex;align-items:flex-end}
html[data-theme="light"] .game-slide-overlay{background:linear-gradient(90deg,rgba(7,14,28,.58) 0%,rgba(7,14,28,.24) 42%,rgba(7,14,28,.04) 100%)}
.game-slide-copy{padding:42px;width:min(700px,100%)}
.game-kicker{display:inline-flex;padding:8px 14px;border-radius:999px;background:rgba(13,94,255,.16);border:1px solid rgba(40,199,250,.4);color:#cfe2ff;font-weight:800;font-size:12px;text-transform:uppercase;letter-spacing:.08em}
.game-slide-copy h1{margin:18px 0 14px;font-size:clamp(32px,4vw,56px);line-height:1.02;color:#fff}
.game-slide-copy p{margin:0 0 22px;color:#d2deef;font-size:18px;max-width:620px}
.game-slide-actions{display:flex;flex-wrap:wrap;gap:12px}
.game-primary-btn,.game-secondary-btn,.game-steam-button{display:inline-flex;align-items:center;justify-content:center;padding:13px 20px;border-radius:14px;font-weight:800}
.game-primary-btn,.game-steam-button{background:linear-gradient(135deg,#0d5eff,#28c7fa);color:#fff}
.game-secondary-btn{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);color:#fff}
.game-slider-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:48px;height:48px;border-radius:999px;border:1px solid rgba(255,255,255,.14);background:rgba(7,12,24,.56);color:#fff;font-size:28px;cursor:pointer}
.game-slider-arrow.prev{left:18px}.game-slider-arrow.next{right:18px}
.game-slider-dots{position:absolute;right:24px;bottom:24px;display:flex;gap:10px;z-index:3}
.game-slider-dots button{width:14px;height:14px;border-radius:999px;border:0;background:rgba(255,255,255,.34);cursor:pointer}
.game-slider-dots button.is-active{background:#28c7fa}
.game-main-grid{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:24px;padding:18px 0 36px}
.game-content,.sidebar-stack--game{display:grid;gap:24px;align-self:start}
.game-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:20px}
.game-section-head p{margin:0;color:var(--muted);max-width:480px}
.game-feature-grid,.game-editor-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.game-feature-card,.game-editor-card,.game-post-card,.game-steam-card{overflow:hidden;border-radius:24px;background:var(--card);border:1px solid var(--border)}
.game-feature-thumb img,.game-editor-thumb img,.game-post-thumb img,.game-steam-thumb img{width:100%;display:block;object-fit:cover}
.game-feature-thumb img{height:220px}.game-editor-thumb img{height:190px}.game-post-thumb img{height:230px}
.game-steam-thumb{display:block;aspect-ratio:616/353;overflow:hidden;background:linear-gradient(180deg,rgba(15,23,42,.9),rgba(10,14,26,.95));border-bottom:1px solid rgba(255,255,255,.06)}
.game-steam-thumb img{width:100%;height:100%;object-fit:cover;object-position:center center;transform:scale(1.001)}
.game-steam-card:hover .game-steam-thumb img{transform:scale(1.035);transition:transform .35s ease}
.game-feature-body,.game-editor-body,.game-post-body,.game-steam-body{padding:18px}
.game-editor-body span{font-size:12px;font-weight:800;color:var(--primary);text-transform:uppercase;letter-spacing:.08em}
.game-editor-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.game-post-list{display:grid;gap:18px}
.game-post-card{display:grid;grid-template-columns:300px minmax(0,1fr)}
.game-post-body{display:flex;flex-direction:column;justify-content:center}
.game-widget-zone,.game-widget-zone .widget{display:grid;gap:16px}
.game-steam-section{padding:22px}
.game-steam-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.game-steam-card{background:linear-gradient(180deg,rgba(255,255,255,.03),rgba(255,255,255,.01));border-color:rgba(255,255,255,.08)}
html[data-theme="light"] .game-steam-card{background:#fff;border-color:rgba(16,35,63,.08)}
.game-steam-topline{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px}
.game-discount-badge{display:inline-flex;padding:8px 12px;border-radius:999px;background:rgba(34,197,94,.14);color:#30df78;font-weight:900}
html[data-theme="light"] .game-discount-badge{background:#e6fff0;color:#11863f}
.game-platform-pill{display:inline-flex;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.08);color:var(--muted);font-weight:800;font-size:12px}
.game-price-line{display:flex;align-items:center;gap:10px;margin:14px 0 16px}
.game-price-line .old{text-decoration:line-through;color:var(--muted)}
.game-price-line .new{font-weight:900;color:var(--text);font-size:20px}
.game-cache-note,.game-empty-state{margin-top:18px;color:var(--muted);font-size:14px}
.game-widget.card,.game-widget .game-steam-section{padding:0}
.game-widget .game-steam-section{border:0;box-shadow:none;background:transparent}
.game-widget,.game-widget .widget-title,.game-widget p,.game-widget li a{color:var(--text)}
.entry-card--game .entry-title{font-size:clamp(30px,4vw,52px)}
.game-single-meta-bar .game-kicker{background:rgba(13,94,255,.12);color:var(--primary)}
.game-meta-pills span{border-color:var(--border);color:var(--muted)}
.axy-widget-card.game-widget-card,.game-spotlight-widget,.game-sponsor-widget{padding:20px;border-radius:22px;background:var(--card);border:1px solid var(--border)}
html[data-theme="dark"] .game-hero-shell,
html[data-theme="dark"] .game-header{background-color:#060d1a}
html[data-theme="light"] .game-slide-copy p{color:#f1f6ff}
@media (max-width: 1100px){
  .game-main-grid{grid-template-columns:1fr}
  .sidebar-stack--game{order:2}
  .game-editor-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width: 820px){
  .game-header-top,.game-header-bottom,.game-header-actions{flex-direction:column;align-items:stretch}
  .game-search{min-width:0;width:100%}
  .game-socials{justify-content:center}
  .game-menu{justify-content:center}
  .game-slide-media,.game-slide-media img,.game-hero-track{height:460px}
  .game-slide-copy{padding:28px}
  .game-feature-grid,.game-editor-grid,.game-steam-grid{grid-template-columns:1fr}
  .game-post-card{grid-template-columns:1fr}
}
@media (max-width: 560px){
  .game-slider-arrow{display:none}
  .game-slide-copy h1{font-size:32px}
  .game-slide-copy p{font-size:15px}
  .game-slider-dots{left:20px;right:auto}
}


/* Game demo refinements */
.sidebar-stack--game,.single-wrap--game .sidebar-stack{display:grid;gap:24px;align-content:start}
.game-widget-zone--sidebar{display:grid;gap:18px}
.game-widget .game-steam-section{padding:0;background:transparent;border:0;box-shadow:none}
.game-widget .game-section-head{margin-bottom:16px}
.game-widget .game-steam-grid{grid-template-columns:1fr}
.game-widget .game-cache-note{margin-top:12px}
.game-widget .game-steam-thumb img{width:100%;height:180px;object-fit:cover;border-radius:18px}
.game-widget .game-steam-card{padding:16px;border:1px solid rgba(255,255,255,.08);border-radius:20px}
html[data-theme="light"] .game-widget .game-steam-card{border-color:rgba(16,35,63,.08)}
.game-archive-head{display:grid;gap:12px;margin-bottom:24px}
.content-grid--game-archive{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:24px}
.section-card--game-archive{padding:28px}
.posts-vertical--game-archive .post-vertical--game{background:linear-gradient(180deg,rgba(255,255,255,.03),rgba(255,255,255,.015));border:1px solid rgba(255,255,255,.08);border-radius:22px;padding:18px}
html[data-theme="light"] .posts-vertical--game-archive .post-vertical--game{background:#fff;border-color:rgba(16,35,63,.08)}
.posts-vertical--game-archive .post-vertical--game .thumb img{border-radius:16px}

.axy-comments-wrap--game{background:linear-gradient(180deg,#0b1424 0%,#0f1d34 100%);border:1px solid rgba(64,131,255,.14);border-radius:28px;padding:28px;box-shadow:0 24px 60px rgba(0,0,0,.24)}
.axy-comments-wrap--game .axy-comments-header{padding-bottom:14px;border-bottom:1px solid rgba(148,163,184,.16)}
.axy-comments-wrap--game .axy-comments-title{color:#f5f8ff}
.axy-comments-wrap--game .axy-comments-subtitle{color:#a8b6cf}
.axy-comments-wrap--game .axy-comment-card{background:rgba(9,16,31,.72);border:1px solid rgba(99,128,181,.24);border-radius:22px;box-shadow:0 18px 40px rgba(0,0,0,.18)}
.axy-comments-wrap--game .axy-comment-author{color:#fff}
.axy-comments-wrap--game .axy-comment-meta,
.axy-comments-wrap--game .axy-comment-text,
.axy-comments-wrap--game .logged-in-as,
.axy-comments-wrap--game .comment-notes,
.axy-comments-wrap--game .comment-form-cookies-consent label{color:#b6c4db}
.axy-comments-wrap--game .comment-form input,
.axy-comments-wrap--game .comment-form textarea{background:rgba(6,12,23,.78);border:1px solid rgba(99,128,181,.28);color:#eef4ff;border-radius:18px}
.axy-comments-wrap--game .comment-form input::placeholder,
.axy-comments-wrap--game .comment-form textarea::placeholder{color:#91a3c0}
.axy-comments-wrap--game .comment-reply-title{color:#fff}
.axy-comments-wrap--game .axy-comment-actions a,
.axy-comments-wrap--game .axy-comment-submit{background:linear-gradient(135deg,#0d5eff,#28c7fa);color:#fff;border:0;box-shadow:0 10px 24px rgba(13,94,255,.28)}
html[data-theme="light"] .axy-comments-wrap--game{background:linear-gradient(180deg,#ffffff 0%,#f5f8ff 100%);border-color:rgba(16,35,63,.08);box-shadow:0 18px 40px rgba(16,35,63,.08)}
html[data-theme="light"] .axy-comments-wrap--game .axy-comments-title{color:#10233f}
html[data-theme="light"] .axy-comments-wrap--game .axy-comments-subtitle,
html[data-theme="light"] .axy-comments-wrap--game .axy-comment-meta,
html[data-theme="light"] .axy-comments-wrap--game .axy-comment-text,
html[data-theme="light"] .axy-comments-wrap--game .logged-in-as,
html[data-theme="light"] .axy-comments-wrap--game .comment-notes,
html[data-theme="light"] .axy-comments-wrap--game .comment-form-cookies-consent label{color:#607089}
html[data-theme="light"] .axy-comments-wrap--game .axy-comment-card{background:#fff;border-color:rgba(16,35,63,.08);box-shadow:0 16px 34px rgba(16,35,63,.05)}
html[data-theme="light"] .axy-comments-wrap--game .axy-comment-author,
html[data-theme="light"] .axy-comments-wrap--game .comment-reply-title{color:#10233f}
html[data-theme="light"] .axy-comments-wrap--game .comment-form input,
html[data-theme="light"] .axy-comments-wrap--game .comment-form textarea{background:#fff;border-color:#d9e4f2;color:#10233f}

@media (max-width: 1100px){
  .content-grid--game-archive{grid-template-columns:minmax(0,1fr)}
}
@media (max-width: 760px){
  .game-widget .game-steam-grid{grid-template-columns:1fr}
  .axy-comments-wrap--game{padding:20px;border-radius:22px}
}

.game-widget .game-steam-section .game-steam-grid{grid-template-columns:1fr;}
.game-widget .game-steam-card{border-radius:20px;}
.game-widget .game-steam-thumb{aspect-ratio:460/215;}
.game-widget .game-steam-body{padding:16px;}
.game-widget-zone--sidebar .widget_archive,.game-widget-zone--sidebar .widget_categories,.game-widget-zone--sidebar .wp-block-archives,.game-widget-zone--sidebar .wp-block-categories{display:none!important;}

.game-widget .ad-box img{display:block;width:100%;height:auto;border-radius:18px}


/* AXY responsive and readability refinements */
:root{
  --axy-break-md: 991px;
  --axy-break-sm: 767px;
}
img,
iframe,
video{
  max-width:100%;
  height:auto;
}
.site,
.site-main,
.site-content,
.content-area,
.primary,
.main-content{
  min-width:0;
}
.sidebar .widget,
.widget,
.ad-widget,
.sponsor-box{
  min-height:0 !important;
  height:auto;
}
.header-main,
.site-header,
.top-header,
.hero-section,
.main-slider,
.featured-slider{
  overflow:hidden;
}
.menu,
.main-menu,
.primary-menu,
.nav-menu{
  min-width:0;
}
.menu a,
.main-menu a,
.primary-menu a,
.nav-menu a{
  overflow-wrap:anywhere;
}
.comment-content,
.entry-content,
.post-content,
.widget,
.widget p,
.widget li,
.weather-widget,
.weather-widget *{
  word-break:break-word;
}
@media (max-width: 1180px){
  .container,
  .site-width,
  .content-width,
  .wrap{
    width:min(100% - 32px, 1200px);
  }
  .main-grid,
  .content-grid,
  .content-with-sidebar,
  .home-grid,
  .archive-grid,
  .single-grid,
  .axy-layout,
  .layout-grid{
    grid-template-columns:minmax(0,1fr) 320px;
    gap:24px;
  }
}
@media (max-width: 991px){
  .container,
  .site-width,
  .content-width,
  .wrap{
    width:min(100% - 24px, 1200px);
  }
  .main-grid,
  .content-grid,
  .content-with-sidebar,
  .home-grid,
  .archive-grid,
  .single-grid,
  .axy-layout,
  .layout-grid,
  .hero-grid,
  .footer-grid{
    grid-template-columns:1fr !important;
  }
  .sidebar{
    width:100%;
    max-width:none;
    margin-top:24px;
  }
  .menu,
  .main-menu,
  .primary-menu,
  .nav-menu{
    flex-wrap:wrap;
    gap:12px;
  }
  .header-actions,
  .header-tools,
  .site-branding{
    flex-wrap:wrap;
    row-gap:12px;
  }
  .hero-card,
  .featured-card,
  .post-card,
  .steam-card{
    min-width:0;
  }
}
@media (max-width: 767px){
  .container,
  .site-width,
  .content-width,
  .wrap{
    width:min(100% - 18px, 1200px);
  }
  .header-main,
  .site-header,
  .top-header{
    padding-inline:0;
  }
  .logo img,
  .custom-logo,
  .site-logo img{
    max-height:42px;
    width:auto;
  }
  .search-form,
  .header-search,
  .search-wrap{
    width:100%;
    max-width:none;
  }
  .search-form input,
  .header-search input,
  .search-wrap input{
    width:100%;
  }
  .main-slider,
  .featured-slider,
  .hero-slider{
    border-radius:18px;
  }
  .steam-grid,
  .featured-grid,
  .post-grid,
  .card-grid{
    grid-template-columns:1fr !important;
  }
  .widget,
  .sidebar .widget,
  .post-card,
  .hero-card,
  .comment-body{
    padding:16px;
  }
}


/* Author: axyverax - admin demo importer */
.axy-demo-toolbar{display:grid;grid-template-columns:repeat(3,minmax(0,180px)) minmax(0,1fr);gap:16px;margin:0 0 24px}
.axy-demo-stat{background:#fff;border:1px solid #d9e4f2;border-radius:20px;box-shadow:0 18px 40px rgba(13,36,71,.08);padding:18px 20px;display:flex;flex-direction:column;gap:6px}
.axy-demo-stat strong{font-size:28px;line-height:1;color:#10233f}
.axy-demo-stat span{font-size:13px;color:#5e708c}
.axy-demo-toolbar-copy{background:linear-gradient(135deg,#fff 0%,#f4f8ff 100%);border:1px solid #d9e4f2;border-radius:20px;padding:22px 24px}
.axy-demo-toolbar-copy h2{margin:0 0 8px;font-size:24px;color:#10233f}
.axy-demo-toolbar-copy p{margin:0;color:#5e708c;font-size:14px;line-height:1.7}
.axy-demo-filters{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 22px}
.axy-filter-chip{appearance:none;border:1px solid #d9e4f2;background:#fff;color:#10233f;border-radius:999px;padding:10px 16px;font-weight:700;cursor:pointer;transition:.2s ease}
.axy-filter-chip.is-active,.axy-filter-chip:hover{background:#1f6feb;border-color:#1f6feb;color:#fff}
.axy-grid--demos{grid-template-columns:repeat(3,minmax(0,1fr))}
.axy-demo-card{display:flex;flex-direction:column}
.axy-thumb--demo{aspect-ratio:16/9}
.axy-demo-card-top{display:flex;align-items:center;justify-content:space-between;gap:12px}
.axy-demo-slug{font-size:11px;letter-spacing:.18em;color:#7b8aa3;font-weight:800}
.axy-demo-meta{margin:0 0 14px;padding:14px;border:1px solid #e4ebf5;border-radius:16px;background:#fbfdff}
.axy-demo-meta strong{display:block;margin:0 0 10px;font-size:13px;color:#10233f}
.axy-demo-meta ul{margin:0;padding-left:18px;color:#5e708c}
.axy-demo-meta li+li{margin-top:6px}
.axy-demo-plugin{display:inline-flex;align-items:center;min-height:34px;padding:6px 12px;border-radius:999px;background:#f6f9ff;color:#355b9f;font-size:12px;font-weight:700;margin:0 0 14px}
.axy-panels--demo{margin-top:24px}
.axy-steps{margin:0;padding-left:18px;color:#5e708c;line-height:1.8}
.axy-steps li+li{margin-top:6px}
@media (max-width: 1280px){
  .axy-grid--demos{grid-template-columns:repeat(2,minmax(0,1fr))}
  .axy-demo-toolbar{grid-template-columns:repeat(2,minmax(0,1fr))}
  .axy-demo-toolbar-copy{grid-column:1/-1}
}
@media (max-width: 782px){
  .axy-grid--demos,.axy-demo-toolbar,.axy-panels--demo{grid-template-columns:1fr}
  .axy-demo-card-top{align-items:flex-start;flex-direction:column}
}

/* Author: axyverax */
@media (max-width: 991px){
  .site-header, .header-main, .header-inner, .topbar, .main-nav, .hero-header {padding-top:0 !important; margin-top:0 !important;}
  .header-search, .nav-search, .search-form {max-width:100%; width:100%;}
}


/* Author: axyverax */
.ad-box{position:relative;overflow:hidden}
.ad-box img{display:block;width:100%;height:auto}
.ad-box-meta{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;border-top:1px solid rgba(16,35,63,.08);background:rgba(255,255,255,.92);font-size:12px;line-height:1.4}
.ad-box-meta strong{color:#10233f;font-weight:800}
.ad-box-meta code{padding:4px 8px;border-radius:999px;background:#eef5ff;color:#0d5eff;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}
body.dark-mode .ad-box-meta,
body:not(.light-mode) .ad-box-meta{background:rgba(6,19,41,.92);border-top-color:rgba(255,255,255,.08)}
body.dark-mode .ad-box-meta strong,
body:not(.light-mode) .ad-box-meta strong{color:#f8fbff}
body.dark-mode .ad-box-meta code,
body:not(.light-mode) .ad-box-meta code{background:rgba(13,94,255,.18);color:#9cc0ff}


/* Axyverax portal breaking band fix */
.portal-breaking-top{
  position:relative;
  display:flex;
  align-items:center;
  gap:16px;
}
.portal-breaking-label{
  position:relative;
  z-index:2;
  flex:0 0 auto;
  white-space:nowrap;
}
.portal-breaking-mask{
  position:relative;
  z-index:1;
  flex:1 1 auto;
  min-width:0;
  overflow:hidden;
}
.portal-breaking-track{
  display:flex;
  align-items:center;
  gap:28px;
  min-width:max-content;
  overflow:visible;
  padding-right:28px;
}
.portal-breaking-track a{
  display:inline-flex;
  align-items:center;
  line-height:1.45;
  white-space:nowrap;
}
@media (max-width: 767px){
  .portal-breaking-top{
    gap:10px;
    padding:12px 14px;
  }
  .portal-breaking-label{
    padding:9px 13px;
  }
  .portal-breaking-track{
    gap:18px;
  }
}


/* Author: axyverax - premium ad slot placeholders */
.ad-box--empty{display:flex;flex-direction:column;justify-content:space-between;min-height:220px;border:1px dashed var(--border);border-radius:18px;background:linear-gradient(180deg,rgba(255,255,255,.72),rgba(238,245,255,.92));overflow:hidden}
.ad-box-placeholder{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:8px;padding:24px;min-height:160px}
.ad-box-placeholder span{font-weight:800;color:var(--text)}
.ad-box-placeholder small{color:var(--muted);max-width:32ch;line-height:1.6}
.ad-box--compact.ad-box--empty{min-height:140px}
.ad-box--compact .ad-box-placeholder{min-height:88px}
body.dark-mode .ad-box--empty,
body:not(.light-mode) .ad-box--empty{background:linear-gradient(180deg,rgba(10,22,48,.88),rgba(5,16,36,.96));border-color:rgba(255,255,255,.12)}
body.dark-mode .ad-box-placeholder span,
body:not(.light-mode) .ad-box-placeholder span{color:#f8fbff}
body.dark-mode .ad-box-placeholder small,
body:not(.light-mode) .ad-box-placeholder small{color:#9fb2ce}

/* AXYVERAX WIDGET WIDTH FIX */
.axy-widget,
.widget,
.sidebar .widget,
.axy-prayer,
.axy-weather,
.axy-sports {
    max-width: 100% !important;
    width: 100% !important;
    overflow: hidden !important;
}

.axy-widget * {
    max-width: 100% !important;
    box-sizing: border-box;
}

.axy-prayer table,
.axy-weather table {
    width: 100% !important;
}

.axy-prayer,
.axy-weather {
    display: block;
}



/* AXYVERAX Prayer widget host safety - Author: axyverax */
.axyverax-prayer-times,
.sidebar .axyverax-prayer-times,
.widget .axyverax-prayer-times{
    width:100% !important;
    max-width:100% !important;
    overflow:hidden !important;
}



/* =========================================================
   AXYVERAX final frontend polish
   Scoped fixes only. Avoid global light-mode overrides.
   ========================================================= */

/* Keep ad placeholders visual only */
.ad-box-meta{display:none !important}
.ad-box--empty .ad-box-placeholder small{display:none !important}

/* Single content ad slots should not leave empty framed gaps */
.post-ad:empty,
.post-ad .ad-box--empty{display:none !important}
.post-ad .ad-box{margin:0 !important}

/* Prayer widget host layout */
.axyverax-prayer-times__today-list{
    display:grid;
    grid-template-columns:1fr !important;
    gap:10px !important;
}
.axyverax-prayer-times__today-item{
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    gap:16px !important;
    min-width:0 !important;
}
.axyverax-prayer-times__today-item span,
.axyverax-prayer-times__today-item strong{
    white-space:nowrap;
}
.axyverax-prayer-times__today-item span{
    flex:1 1 auto;
}
.axyverax-prayer-times__today-item strong{
    flex:0 0 auto;
    text-align:right;
}

/* Only prayer widget gets dark/light readability help */
body.light-mode .axyverax-prayer-times,
body.light-mode .axyverax-prayer-times .axyverax-prayer-times__table-wrap,
body.light-mode .axyverax-prayer-times .axyverax-prayer-times__today-item{
    color:#0f172a !important;
}
body.light-mode .axyverax-prayer-times .axyverax-prayer-times__meta,
body.light-mode .axyverax-prayer-times .axyverax-prayer-times__footer,
body.light-mode .axyverax-prayer-times .axyverax-prayer-times__today-item span{
    color:#475569 !important;
}
body.dark-mode .axyverax-prayer-times,
body:not(.light-mode) .axyverax-prayer-times{
    color:#e5eefc !important;
}
body.dark-mode .axyverax-prayer-times .axyverax-prayer-times__title,
body.dark-mode .axyverax-prayer-times .axyverax-prayer-times__today-item strong,
body.dark-mode .axyverax-prayer-times .axyverax-prayer-times__today-item span,
body.dark-mode .axyverax-prayer-times .axyverax-prayer-times__footer,
body.dark-mode .axyverax-prayer-times .axyverax-prayer-times__meta,
body:not(.light-mode) .axyverax-prayer-times .axyverax-prayer-times__title,
body:not(.light-mode) .axyverax-prayer-times .axyverax-prayer-times__today-item strong,
body:not(.light-mode) .axyverax-prayer-times .axyverax-prayer-times__today-item span,
body:not(.light-mode) .axyverax-prayer-times .axyverax-prayer-times__footer,
body:not(.light-mode) .axyverax-prayer-times .axyverax-prayer-times__meta{
    color:#e5eefc !important;
}
body.dark-mode .axyverax-prayer-times .axyverax-prayer-times__today-item:not(.is-active),
body:not(.light-mode) .axyverax-prayer-times .axyverax-prayer-times__today-item:not(.is-active){
    background:#0f1f3d !important;
    border-color:#24395f !important;
}
body.dark-mode .axyverax-prayer-times .axyverax-prayer-times__today-item:not(.is-active) span,
body:not(.light-mode) .axyverax-prayer-times .axyverax-prayer-times__today-item:not(.is-active) span{
    color:#b7c7e6 !important;
}

/* Keep overlay/card text readable in all demos */
.portal-hero-overlay,
.portal-hero-overlay *,
.magazine-feature-overlay,
.magazine-feature-overlay *,
.magazine-side-overlay,
.magazine-side-overlay *,
.travel-feature-overlay,
.travel-feature-overlay *,
.hero-feature-overlay,
.hero-feature-overlay *,
.overlay-card,
.overlay-card *{
    color:#fff;
}



.sidebar-stack{
  align-self:start;
}

@media (min-width: 981px){
  .sidebar-stack{
    position:sticky;
    top:24px;
  }

  .content-grid > .sidebar-stack,
  .single-grid > .sidebar-stack{
    min-width:0;
  }
}

@media (max-width: 980px){
  .content-grid,
  .single-grid{
    grid-template-columns:minmax(0,1fr);
  }

  .sidebar-stack{
    position:static;
    top:auto;
  }
}


.news-hero-slider{position:relative}
.news-hero-slides{position:relative}
.news-hero-slide{display:none}
.news-hero-slide.is-active{display:block}
.news-hero-nav{position:absolute;inset:20px 20px auto auto;display:flex;gap:10px;z-index:4}
.news-hero-arrow{width:42px;height:42px;border-radius:999px;border:1px solid var(--border);background:rgba(255,255,255,.92);color:#10233f;font-size:28px;line-height:1;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;box-shadow:var(--shadow)}
html[data-theme="dark"] .news-hero-arrow{background:rgba(15,27,48,.92);color:#eef4ff}
.news-hero-dots{display:flex;gap:8px;justify-content:center;margin-top:14px}
.news-hero-dots button{width:10px;height:10px;border-radius:999px;border:0;background:var(--border);cursor:pointer;padding:0}
.news-hero-dots button.is-active{background:var(--primary)}
.content-grid > .sidebar-stack,.single-grid > .sidebar-stack{display:grid;gap:16px;align-self:start}
@media (min-width: 981px){
  .content-grid > .sidebar-stack,.single-grid > .sidebar-stack{min-width:340px}
}



/* Final premium QA pass */
body{overflow-x:hidden}
.card,.widget,.entry-card,.section-card,.hero-main,.hero-column,.hero-side,.post-vertical,.news-row,.surmanset-item,.fashion-feature-card,.fashion-side-card,.portal-story-card,.sports-top-card,.health-slide,.crypto-main-card,.crypto-side-card,.magazine-feature-card,.magazine-side-card,.game-slide,.game-feature-card,.food-netflix-card,.travel-feature-card,.travel-side-card{overflow:hidden}
.sidebar-stack{position:sticky;top:24px;align-self:start}
.sidebar-stack > * + *{margin-top:16px}
.content-grid,.single-grid,.hero-grid,.header-row,.footer-row,.post-vertical,.news-row,.surmanset-grid,.hero-side-list,.sidebar-stack,.news-list,.posts-vertical{min-width:0}
.content-grid > *,.single-grid > *,.hero-grid > *,.header-row > *,.post-vertical > *,.news-row > *{min-width:0}
.entry-title,.news-title,.hero-main h2,.portal-single-hero h1,.fashion-feature-overlay h1,.game-slide-copy h1,.sports-top-card-overlay h1,.health-slide-content h2,.crypto-main-copy h1,.magazine-feature-overlay h1{overflow-wrap:anywhere;word-break:break-word}
.news-title a,.post-vertical h2 a,.post-vertical h3 a,.hero-main h2 a,.surmanset-item h3 a,.hero-side-item h3 a,.fashion-feature-overlay h1 a,.fashion-side-overlay h3 a,.portal-story-copy h3 a,.sports-top-card-overlay h1 a,.sports-top-card-overlay h3 a,.health-slide-content h2 a,.crypto-main-copy h1 a,.crypto-side-overlay h3 a,.magazine-feature-overlay h1 a,.magazine-side-overlay h3 a,.game-slide-copy h1 a,.game-feature-body h3 a,.travel-feature-overlay h1 a,.travel-side-overlay h3 a{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}
.hero-main h2 a,.portal-single-hero h1,.fashion-feature-overlay h1 a,.sports-top-card-overlay h1 a,.health-slide-content h2 a,.crypto-main-copy h1 a,.magazine-feature-overlay h1 a,.game-slide-copy h1 a,.travel-feature-overlay h1 a{-webkit-line-clamp:3}
.news-title a,.post-vertical h2 a,.post-vertical h3 a,.surmanset-item h3 a,.hero-side-item h3 a,.fashion-side-overlay h3 a,.portal-story-copy h3 a,.sports-top-card-overlay h3 a,.crypto-side-overlay h3 a,.magazine-side-overlay h3 a,.game-feature-body h3 a,.travel-side-overlay h3 a{-webkit-line-clamp:2}
.news-excerpt,.entry-content p,.hero-main p,.fashion-feature-overlay p,.portal-story-copy p,.health-slide-content p,.crypto-main-copy p,.game-slide-copy p,.travel-feature-overlay p{overflow-wrap:anywhere}
.hero-main .hero-image,.single-featured-media,.thumb,.news-thumb,.surmanset-item .thumb,.header-ad,.ad-box,.ad-box-placeholder{border-radius:18px}
.header-ad img,.ad-box img,.ad-box-placeholder{width:100%;height:100%;object-fit:cover}
.ad-box{display:block}
.post-ad:empty,.post-ad .ad-box--empty{display:none}
.post-ad{min-height:0}
.sidebar-stack [data-ad-slot="sidebar_bottom"],.sidebar-stack [data-ad-slot="sidebar_top"]{min-height:0}
.hero [data-news-slider],.game-hero-shell{position:relative}
.news-slider-arrow,.game-slider-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:4;width:44px;height:44px;border-radius:999px;border:1px solid rgba(255,255,255,.22);background:rgba(9,17,32,.62);color:#fff;font-size:26px;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;backdrop-filter:blur(10px)}
.news-slider-arrow.prev,.game-slider-arrow.prev{left:16px}
.news-slider-arrow.next,.game-slider-arrow.next{right:16px}
html[data-theme="light"] .news-slider-arrow,html[data-theme="light"] .game-slider-arrow{background:rgba(255,255,255,.9);color:#10233f;border-color:rgba(16,35,63,.12);box-shadow:0 12px 30px rgba(16,35,63,.12)}
.news-slider-dots,.game-slider-dots{position:absolute;left:50%;bottom:18px;transform:translateX(-50%);z-index:4}
.archive .section-title,.category .section-title,.search .section-title{overflow-wrap:anywhere}
.category-description,.entry-content,.comment-body,.widget,.section-card{max-width:100%}
.entry-content iframe,.entry-content table,.entry-content .wp-block-embed,.entry-content pre{max-width:100%}
.entry-content iframe{width:100%}
.entry-content table{display:block;overflow:auto}
.entry-content pre{overflow:auto}
@media (max-width: 1200px){
  .hero-grid{grid-template-columns:minmax(0,1fr) minmax(260px,320px)}
  .hero-side{grid-column:1/-1}
  .content-grid,.single-grid,.content-grid--game-archive{grid-template-columns:minmax(0,1fr) 320px}
  .header-row{grid-template-columns:240px 1fr 320px}
}
@media (max-width: 1024px){
  .content-grid,.single-grid,.content-grid--game-archive,.hero-grid,.header-row{grid-template-columns:1fr !important}
  .sidebar-stack{position:static;top:auto}
  .search-form-inline{margin-left:0;width:100%}
  .search-form-inline input{min-width:0;width:100%}
  .news-slider-arrow,.game-slider-arrow{width:40px;height:40px}
}
@media (max-width: 767px){
  .container{width:min(100%,calc(100% - 24px))}
  .hero,.single-wrap{padding:16px 0}
  .content-grid,.single-grid,.hero-grid{gap:16px}
  .post-vertical,.news-row{grid-template-columns:1fr;gap:14px}
  .news-title{font-size:20px}
  .entry-title{font-size:30px}
  .hero-main h2,.portal-single-hero h1,.sports-top-card-overlay h1,.fashion-feature-overlay h1,.crypto-main-copy h1,.magazine-feature-overlay h1,.game-slide-copy h1{font-size:28px}
  .surmanset-grid{grid-template-columns:1fr}
  .news-slider-arrow,.game-slider-arrow{top:auto;bottom:64px;transform:none}
  .news-slider-arrow.prev,.game-slider-arrow.prev{left:12px}
  .news-slider-arrow.next,.game-slider-arrow.next{right:12px}
}


/* News demo premium hero polish v18 */
.news-hero-slider{
  position:relative;
  overflow:hidden;
}
.news-hero-slides{
  position:relative;
}
.news-hero-slide{
  display:none;
}
.news-hero-slide.is-active{
  display:block;
}
.news-hero-media{
  position:relative;
  aspect-ratio:16/10;
  min-height:440px;
  margin-bottom:0;
}
.news-hero-media > a,
.news-hero-media > a img{
  display:block;
  width:100%;
  height:100%;
}
.news-hero-media > a img{
  object-fit:cover;
}
.news-hero-overlay{
  position:absolute;
  inset:0;
  display:flex;
  align-items:flex-end;
  background:linear-gradient(180deg, rgba(7,16,29,.06) 0%, rgba(7,16,29,.48) 58%, rgba(7,16,29,.88) 100%);
}
.news-hero-overlay-inner{
  padding:28px;
  max-width:78%;
  color:#fff;
}
.news-hero-overlay-inner .news-meta{
  color:#a9d1ff;
  margin-bottom:10px;
}
.news-hero-overlay-inner h2{
  margin:0;
  font-size:clamp(30px, 3.3vw, 46px);
  line-height:1.08;
}
.news-hero-overlay-inner h2 a{
  color:#fff;
}
.news-hero-overlay-inner p{
  margin:12px 0 0;
  color:rgba(255,255,255,.88);
  font-size:16px;
  line-height:1.6;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.news-hero-nav{
  position:absolute;
  inset:20px 20px auto auto;
  display:flex;
  gap:10px;
  z-index:4;
}
.news-hero-arrow{
  width:46px;
  height:46px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.22);
  background:rgba(7,16,29,.46);
  color:#fff;
  font-size:30px;
  line-height:1;
  cursor:pointer;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  backdrop-filter:blur(8px);
}
.news-hero-dots{
  display:flex;
  gap:8px;
  justify-content:center;
  margin-top:16px;
}
.news-hero-dots button{
  width:10px;
  height:10px;
  border-radius:999px;
  border:0;
  background:var(--border);
  cursor:pointer;
  padding:0;
}
.news-hero-dots button.is-active{
  width:28px;
  background:var(--primary);
}
.surmanset-grid--premium{
  margin-top:18px;
  gap:14px;
}
.surmanset-item--premium{
  align-items:center;
  min-width:0;
}
.surmanset-item--premium .thumb{
  aspect-ratio:16/11;
}
.surmanset-item--premium .surmanset-content{
  min-width:0;
}
.surmanset-item--premium h4{
  margin:8px 0 0;
  font-size:18px;
  line-height:1.35;
  font-weight:800;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.surmanset-item--premium h4 a{
  color:var(--text);
}
.hero-column--premium .widget-title,
.hero-side--premium .widget-title{
  margin-bottom:14px;
}
.news-list--premium{
  gap:14px;
}
.news-row--premium{
  display:grid;
  grid-template-columns:156px minmax(0,1fr);
  gap:14px;
  align-items:start;
  padding:14px;
  border:1px solid var(--border);
  border-radius:18px;
  background:var(--card);
  box-shadow:none;
}
.news-row--premium .news-thumb{
  aspect-ratio:4/3;
  min-height:118px;
}
.news-row--premium .news-row-content{
  min-width:0;
}
.news-row--premium h4,
.hero-side--premium h4{
  margin:8px 0 0;
  font-size:20px;
  line-height:1.3;
  font-weight:800;
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.news-row--premium h4 a,
.hero-side--premium h4 a{
  color:var(--text);
}
.news-row--premium p{
  margin:10px 0 0;
  color:var(--muted);
  line-height:1.55;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.hero-side--premium .hero-side-list{
  gap:14px;
}
.hero-side--premium .hero-side-item{
  padding:16px;
  min-width:0;
}
.hero-side--premium .hero-side-item .news-meta{
  margin-bottom:6px;
}
.hero-side--premium .hero-side-item h4{
  font-size:17px;
}
.hero-column--premium,
.hero-side--premium{
  align-self:start;
}

@media (max-width: 1280px){
  .hero-grid{
    grid-template-columns:minmax(0,1.1fr) minmax(300px,.9fr) 320px;
  }
  .news-row--premium{
    grid-template-columns:136px minmax(0,1fr);
  }
}

@media (max-width: 980px){
  .news-hero-media{
    min-height:360px;
  }
  .news-hero-overlay-inner{
    max-width:100%;
    padding:22px;
  }
  .news-hero-overlay-inner h2{
    font-size:clamp(26px, 7vw, 38px);
  }
  .hero-column--premium,
  .hero-side--premium{
    padding:18px;
  }
}

@media (max-width: 768px){
  .news-hero-media{
    min-height:300px;
    aspect-ratio:4/3;
  }
  .news-hero-overlay-inner{
    padding:18px;
  }
  .news-hero-overlay-inner p{
    -webkit-line-clamp:3;
  }
  .news-hero-nav{
    inset:auto 14px 14px auto;
  }
  .surmanset-grid{
    grid-template-columns:minmax(0,1fr);
  }
  .news-row--premium{
    grid-template-columns:112px minmax(0,1fr);
    padding:12px;
  }
  .news-row--premium h4{
    font-size:17px;
  }
}

@media (max-width: 560px){
  .news-hero-overlay-inner{
    padding:16px;
  }
  .news-hero-overlay-inner h2{
    font-size:24px;
  }
  .news-hero-dots{
    margin-top:12px;
  }
  .news-row--premium{
    grid-template-columns:1fr;
  }
  .news-row--premium .news-thumb{
    min-height:180px;
  }
}


/* v19 premium homepage hero + inner page polish */
.hero-grid,
.content-grid,
.single-grid,
.archive-grid,
.category-grid{
  align-items:start;
}
.hero-main,
.hero-column,
.hero-side,
.section-card,
.entry-card,
.news-row--premium,
.hero-side-item,
.surmanset-item--premium{
  min-width:0;
  overflow:hidden;
}
.hero-grid{
  grid-template-columns:minmax(0,1.3fr) minmax(360px,.82fr) minmax(300px,.7fr);
  gap:24px;
}
.news-hero-slider{
  position:relative;
  overflow:hidden;
}
.news-hero-slider .hero-image,
.news-hero-media{
  aspect-ratio:16/10;
  min-height:520px;
}
.news-hero-slide{
  width:100%;
}
.news-hero-overlay-inner{
  max-width:min(78%, 760px);
}
.news-hero-overlay-inner h2{
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
  text-wrap:balance;
  overflow-wrap:anywhere;
}
.news-hero-overlay-inner p{
  -webkit-line-clamp:3;
  overflow-wrap:anywhere;
}
.news-hero-nav{
  top:20px;
  right:20px;
}
.news-hero-arrow{
  transition:transform .18s ease, background .18s ease, border-color .18s ease;
}
.news-hero-arrow:hover{
  transform:translateY(-1px);
  background:rgba(7,16,29,.64);
  border-color:rgba(255,255,255,.35);
}
.news-hero-dots{
  margin-top:16px;
}
.surmanset-grid--premium{
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  margin-top:18px;
}
.surmanset-item--premium{
  grid-template-columns:112px minmax(0,1fr);
  gap:14px;
}
.surmanset-item--premium .surmanset-content,
.news-row--premium .news-row-content,
.hero-side-item{
  min-width:0;
}
.surmanset-item--premium h4,
.news-row--premium h4,
.hero-side--premium h4{
  overflow-wrap:anywhere;
  word-break:break-word;
}
.hero-column--premium,
.hero-side--premium{
  padding:22px;
  border-radius:24px;
}
.hero-column--premium .widget-title,
.hero-side--premium .widget-title{
  font-size:clamp(24px,1.9vw,34px);
  line-height:1.15;
  margin:0 0 18px;
}
.news-list--premium,
.hero-side-list{
  display:grid;
  gap:16px;
}
.news-row--premium{
  grid-template-columns:148px minmax(0,1fr);
  gap:16px;
  padding:16px;
  border-radius:20px;
  align-items:center;
}
.news-row--premium .news-thumb{
  display:block;
  width:100%;
  aspect-ratio:4/3;
  min-height:126px;
  border-radius:18px;
}
.news-row--premium .news-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.news-row--premium .news-row-content{
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.news-row--premium .news-meta,
.hero-side--premium .news-meta,
.surmanset-item--premium .news-meta{
  font-size:12px;
  letter-spacing:.08em;
  text-transform:uppercase;
  font-weight:800;
}
.news-row--premium h4{
  margin:8px 0 0;
  font-size:clamp(24px,1.7vw,31px);
  line-height:1.16;
  -webkit-line-clamp:4;
}
.news-row--premium p{
  margin:10px 0 0;
  font-size:15px;
  line-height:1.55;
  -webkit-line-clamp:3;
}
.hero-side--premium .hero-side-item{
  padding:18px;
  border-radius:20px;
}
.hero-side--premium .hero-side-item h4{
  margin:8px 0 0;
  font-size:clamp(19px,1.28vw,24px);
  line-height:1.28;
  -webkit-line-clamp:3;
}
.archive .content-grid,
.category .content-grid,
.single .single-grid{
  gap:24px;
}
.archive .section-card,
.category .section-card,
.single .entry-card{
  border-radius:24px;
}
.archive .post-vertical,
.category .post-vertical,
.single .entry-content > *{
  max-width:100%;
}
.archive .post-vertical .thumb,
.category .post-vertical .thumb{
  overflow:hidden;
}
.archive .post-vertical h3,
.category .post-vertical h3,
.single .entry-title{
  overflow-wrap:anywhere;
  word-break:break-word;
}
.archive .sidebar-stack .widget,
.category .sidebar-stack .widget,
.single .sidebar-stack .widget{
  overflow:hidden;
}
@media (max-width: 1360px){
  .hero-grid{
    grid-template-columns:minmax(0,1.18fr) minmax(320px,.78fr) minmax(280px,.68fr);
  }
  .news-hero-slider .hero-image,
  .news-hero-media{
    min-height:470px;
  }
  .news-row--premium{
    grid-template-columns:130px minmax(0,1fr);
  }
  .news-row--premium h4{
    font-size:clamp(22px,1.55vw,28px);
  }
}
@media (max-width: 1180px){
  .hero-grid{
    grid-template-columns:minmax(0,1fr);
  }
  .hero-main,
  .hero-column,
  .hero-side{
    width:100%;
  }
  .news-hero-slider .hero-image,
  .news-hero-media{
    min-height:420px;
  }
  .news-row--premium,
  .surmanset-item--premium{
    grid-template-columns:132px minmax(0,1fr);
  }
}
@media (max-width: 767px){
  .news-hero-slider .hero-image,
  .news-hero-media{
    min-height:320px;
    aspect-ratio:4/5;
  }
  .news-hero-overlay-inner{
    max-width:100%;
    padding:18px;
  }
  .news-hero-overlay-inner h2{
    font-size:clamp(24px,8vw,34px);
    line-height:1.08;
  }
  .news-hero-overlay-inner p{
    font-size:14px;
    line-height:1.5;
  }
  .news-hero-nav{
    top:14px;
    right:14px;
    gap:8px;
  }
  .news-hero-arrow{
    width:40px;
    height:40px;
    font-size:26px;
  }
  .surmanset-grid--premium{
    grid-template-columns:1fr;
  }
  .news-row--premium,
  .surmanset-item--premium{
    grid-template-columns:1fr;
  }
  .news-row--premium .news-thumb,
  .surmanset-item--premium .thumb{
    min-height:180px;
  }
  .hero-column--premium .widget-title,
  .hero-side--premium .widget-title{
    font-size:28px;
  }
  .news-row--premium h4,
  .hero-side--premium .hero-side-item h4{
    font-size:24px;
  }
}


/* News hero slider premium fix v20 */
.news-hero-slider{
  position:relative;
  overflow:hidden;
}
.news-hero-slides{
  position:relative;
}
.news-hero-slide{
  position:relative;
}
.news-hero-slide.is-active{
  animation:axyNewsFade .45s ease;
}
@keyframes axyNewsFade{
  from{opacity:.3;transform:translateY(6px)}
  to{opacity:1;transform:translateY(0)}
}
.news-hero-media{
  min-height:560px;
  aspect-ratio:16/11;
  border-radius:26px;
  overflow:hidden;
  background:#0f223d;
}
.news-hero-media > a img{
  transition:transform .7s ease;
}
.news-hero-slide.is-active .news-hero-media > a img{
  transform:scale(1.03);
}
.news-hero-overlay{
  background:
    linear-gradient(180deg, rgba(3,11,24,.08) 0%, rgba(3,11,24,.20) 24%, rgba(3,11,24,.68) 64%, rgba(3,11,24,.94) 100%);
}
.news-hero-overlay-inner{
  max-width:72%;
  padding:34px 34px 30px;
}
.news-hero-overlay-inner .news-meta{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:9px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.13);
  color:#d7ebff;
  backdrop-filter:blur(10px);
}
.news-hero-overlay-inner h2{
  margin:14px 0 0;
  font-size:clamp(34px, 4.4vw, 58px);
  line-height:1.02;
  letter-spacing:-.04em;
  max-width:10ch;
}
.news-hero-overlay-inner p{
  margin-top:14px;
  font-size:17px;
  max-width:58ch;
  -webkit-line-clamp:3;
}
.news-hero-nav{
  inset:auto 24px 24px auto;
  z-index:6;
}
.news-hero-arrow{
  width:52px;
  height:52px;
  border:1px solid rgba(255,255,255,.24);
  background:rgba(5,18,37,.52);
  color:#fff;
  font-size:28px;
  box-shadow:0 16px 36px rgba(0,0,0,.18);
}
.news-hero-arrow:hover{
  transform:translateY(-1px);
  background:rgba(5,18,37,.72);
}
.news-hero-dots{
  position:absolute;
  left:34px;
  bottom:34px;
  margin:0;
  z-index:6;
}
.news-hero-dots button{
  width:12px;
  height:12px;
  background:rgba(255,255,255,.34);
}
.news-hero-dots button.is-active{
  width:34px;
  background:#fff;
}
.hero-column--premium .widget-title,
.hero-side--premium .widget-title{
  font-size:24px;
  letter-spacing:-.03em;
}
.news-list--premium{
  display:grid;
  gap:16px;
}
.news-row--premium{
  grid-template-columns:112px minmax(0,1fr);
  gap:16px;
  align-items:center;
  min-height:136px;
  padding:16px;
  border-radius:22px;
}
.news-row--premium .news-thumb{
  aspect-ratio:1/1;
  min-height:auto;
  border-radius:18px;
}
.news-row--premium h4{
  margin:8px 0 0;
  font-size:17px;
  line-height:1.18;
  -webkit-line-clamp:3;
}
.news-row--premium p{
  margin-top:8px;
  font-size:14px;
  line-height:1.45;
  -webkit-line-clamp:2;
}
.hero-side--premium .hero-side-item{
  border-radius:20px;
}
@media (max-width: 1280px){
  .news-hero-media{
    min-height:500px;
  }
  .news-hero-overlay-inner{
    max-width:80%;
  }
  .news-hero-overlay-inner h2{
    font-size:clamp(32px, 4vw, 48px);
  }
}
@media (max-width: 980px){
  .hero-grid{
    grid-template-columns:minmax(0,1fr);
  }
  .news-hero-media{
    min-height:430px;
  }
  .news-hero-overlay-inner{
    max-width:100%;
    padding:24px;
  }
  .news-hero-overlay-inner h2{
    max-width:none;
  }
  .news-hero-dots{
    left:24px;
    bottom:24px;
  }
}
@media (max-width: 640px){
  .news-hero-media{
    min-height:360px;
    aspect-ratio:4/5;
  }
  .news-hero-overlay-inner{
    padding:20px;
  }
  .news-hero-overlay-inner h2{
    font-size:clamp(28px, 9vw, 38px);
  }
  .news-hero-overlay-inner p{
    font-size:15px;
    -webkit-line-clamp:4;
  }
  .news-hero-nav{
    right:16px;
    bottom:16px;
  }
  .news-hero-arrow{
    width:46px;
    height:46px;
  }
  .news-hero-dots{
    left:20px;
    bottom:20px;
  }
  .news-row--premium{
    grid-template-columns:92px minmax(0,1fr);
    min-height:auto;
    padding:14px;
  }
}


/* v21 premium slider + widget resilience */
.news-hero-slider,
.health-hero-slider,
.game-hero-shell,
.fashion-slider-main,
.crypto-slider-main,
.food-slider-rail,
.portal-hero,
.magazine-hero,
.travel-feature-grid,
.sports-top-card{
  position:relative;
}

.news-hero-slider.has-slider{
  overflow:hidden;
}

.news-hero-slider.has-slider .news-hero-nav{
  position:absolute;
  inset:0;
  display:block;
  pointer-events:none;
  z-index:8;
}

.news-hero-slider.has-slider .news-hero-arrow{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:54px;
  height:54px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.24);
  background:rgba(6,16,31,.72);
  color:#fff;
  font-size:34px;
  line-height:1;
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
  box-shadow:0 18px 40px rgba(0,0,0,.28);
  cursor:pointer;
  opacity:1 !important;
  visibility:visible !important;
  pointer-events:auto;
  transition:transform .18s ease, background .18s ease, opacity .18s ease;
}
.news-hero-slider.has-slider .news-hero-arrow:hover{
  transform:translateY(-50%) scale(1.05);
  background:rgba(16,94,255,.92);
}
.news-hero-slider.has-slider .news-hero-arrow--prev{left:18px;}
.news-hero-slider.has-slider .news-hero-arrow--next{right:18px;}
.news-hero-slider.has-slider .news-hero-dots{
  position:absolute;
  left:24px;
  right:24px;
  bottom:18px;
  margin-top:0;
  justify-content:center;
  z-index:8;
}
.news-hero-slider.has-slider .news-hero-dots button{
  width:11px;
  height:11px;
  background:rgba(255,255,255,.38);
  box-shadow:none;
}
.news-hero-slider.has-slider .news-hero-dots button.is-active{
  width:28px;
  border-radius:999px;
  background:#fff;
}
.news-hero-media{
  min-height:680px;
}
.news-hero-media > a,
.news-hero-media > a img{
  display:block;
  width:100%;
  height:100%;
}
.news-hero-media > a img{
  object-fit:cover;
}
.news-hero-overlay{
  pointer-events:none;
}
.news-hero-overlay a{
  pointer-events:auto;
}

.game-slider-arrow,
.health-slider-arrow,
.food-slider-control,
.fashion-slider-btn,
.crypto-slider-btn{
  opacity:1 !important;
  visibility:visible !important;
  z-index:8 !important;
  box-shadow:0 18px 40px rgba(0,0,0,.22);
}

.health-slider-arrow,
.game-slider-arrow{
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
}

.hero-side-item,
.surmanset-item--premium,
.hero-column-card,
.hero-column-premium-card{
  min-width:0;
}

.axyverax-weather-widget .axyverax-weather-error,
.axyverax-prayer-times .axyverax-prayer-times__error{
  border-radius:20px;
  padding:18px 20px;
  background:linear-gradient(180deg, rgba(14,29,56,.96), rgba(8,20,43,.96));
  color:#f7fbff;
  font-weight:700;
  line-height:1.5;
}
.axyverax-weather-widget .axyverax-weather-fallback-note,
.axyverax-prayer-times .axyverax-prayer-times__fallback-note{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-top:14px;
  padding:8px 12px;
  border-radius:999px;
  font-size:12px;
  font-weight:700;
  background:rgba(16,94,255,.1);
  color:#1a4fd7;
}
html[data-theme="dark"] .axyverax-weather-widget .axyverax-weather-fallback-note,
html[data-theme="dark"] .axyverax-prayer-times .axyverax-prayer-times__fallback-note{
  background:rgba(77,160,255,.12);
  color:#a8d2ff;
}

@media (max-width: 980px){
  .news-hero-media{
    min-height:520px;
  }
  .news-hero-slider.has-slider .news-hero-arrow{
    width:46px;
    height:46px;
    font-size:30px;
  }
  .news-hero-slider.has-slider .news-hero-arrow--prev{left:14px;}
  .news-hero-slider.has-slider .news-hero-arrow--next{right:14px;}
  .news-hero-slider.has-slider .news-hero-dots{
    bottom:14px;
  }
}

@media (max-width: 640px){
  .news-hero-media{
    min-height:420px;
  }
  .news-hero-slider.has-slider .news-hero-arrow{
    width:42px;
    height:42px;
    font-size:26px;
  }
  .news-hero-slider.has-slider .news-hero-arrow--prev{left:10px;}
  .news-hero-slider.has-slider .news-hero-arrow--next{right:10px;}
}


/* v24 global slider arrows fix */
.news-hero-slider,
.game-hero-shell,
.health-premium-slider,
.crypto-market-slider,
.fashion-feature-hero,
.food-netflix-slider {
  position: relative;
}

.news-hero-nav{
  position:absolute;
  inset:50% 0 auto 0;
  transform:translateY(-50%);
  pointer-events:none;
  z-index:12;
}
.news-hero-arrow{
  position:absolute;
  top:0;
  width:52px;
  height:52px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.22);
  background:rgba(8,15,28,.72);
  color:#fff;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 18px 36px rgba(0,0,0,.28);
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
  cursor:pointer;
  pointer-events:auto;
  z-index:13;
}
.news-hero-arrow span,
.game-slider-arrow span,
.health-slider-arrow span,
.crypto-slider-btn span,
.fashion-slider-btn span,
.food-slider-control span{
  font-size:34px;
  line-height:1;
  transform:translateY(-1px);
}
.news-hero-arrow--prev{left:18px;}
.news-hero-arrow--next{right:18px;}
.news-hero-arrow:hover,
.game-slider-arrow:hover,
.health-slider-arrow:hover,
.crypto-slider-btn:hover,
.fashion-slider-btn:hover,
.food-slider-control:hover{
  transform:translateY(0) scale(1.04);
}
.news-hero-arrow:focus-visible,
.game-slider-arrow:focus-visible,
.health-slider-arrow:focus-visible,
.crypto-slider-btn:focus-visible,
.fashion-slider-btn:focus-visible,
.food-slider-control:focus-visible{
  outline:2px solid var(--primary);
  outline-offset:2px;
}
.news-hero-overlay{padding-inline:82px;}
.news-hero-dots{margin-top:16px;padding-inline:18px;}

.game-slider-arrow,
.health-slider-arrow{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 18px 36px rgba(0,0,0,.28);
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
  z-index:12;
}

.crypto-slider-btn,
.fashion-slider-btn,
.food-slider-control,
.health-strip-arrow{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 18px 36px rgba(0,0,0,.18);
}

@media (max-width: 980px){
  .news-hero-arrow,
  .game-slider-arrow,
  .health-slider-arrow,
  .crypto-slider-btn,
  .fashion-slider-btn,
  .food-slider-control,
  .health-strip-arrow{
    width:44px;
    height:44px;
  }
  .news-hero-arrow--prev{left:12px;}
  .news-hero-arrow--next{right:12px;}
  .game-slider-arrow.prev,
  .health-slider-arrow.prev{left:12px;}
  .game-slider-arrow.next,
  .health-slider-arrow.next{right:12px;}
  .news-hero-overlay{padding-inline:56px;}
}

@media (max-width: 640px){
  .news-hero-arrow,
  .game-slider-arrow,
  .health-slider-arrow{
    width:40px;
    height:40px;
  }
  .news-hero-arrow span,
  .game-slider-arrow span,
  .health-slider-arrow span{
    font-size:28px;
  }
  .news-hero-overlay{padding-inline:44px;}
}


/* v25 slider arrow hotfix */
.news-hero-slider{position:relative}
.news-hero-nav{
  position:absolute;
  inset:0;
  z-index:8;
  pointer-events:none;
}
.news-hero-arrow{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:52px;
  height:52px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.22);
  background:rgba(9,17,32,.68);
  color:#fff;
  font-size:32px;
  line-height:1;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  box-shadow:0 14px 40px rgba(0,0,0,.26);
  backdrop-filter:blur(10px);
  pointer-events:auto;
}
.news-hero-arrow--prev{left:18px}
.news-hero-arrow--next{right:18px}
.news-hero-arrow:hover,
.news-hero-arrow:focus-visible{
  background:rgba(28,118,255,.94);
  border-color:rgba(255,255,255,.26);
  outline:none;
}
html[data-theme="light"] .news-hero-arrow{
  background:rgba(255,255,255,.92);
  color:#10233f;
  border-color:rgba(16,35,63,.12);
}
@media (max-width: 980px){
  .news-hero-arrow{
    width:46px;
    height:46px;
    font-size:28px;
  }
  .news-hero-arrow--prev{left:12px}
  .news-hero-arrow--next{right:12px}
}



/* v26 global slider arrows hard-fix */
[data-news-slider],
[data-game-slider],
[data-health-slider],
[data-fashion-slider],
[data-crypto-slider],
[data-food-netflix-slider],
.news-hero-slider,
.game-hero-shell,
.health-slider-shell,
.fashion-slider-shell,
.crypto-slider-shell,
.food-slider{
  position:relative;
}

.news-hero-nav{
  position:absolute !important;
  inset:0 !important;
  z-index:40 !important;
  pointer-events:none !important;
}
.news-hero-arrow,
.game-slider-arrow,
.health-slider-arrow,
.fashion-slider-btn,
.crypto-slider-btn,
.food-slider-arrow{
  position:absolute !important;
  top:50% !important;
  transform:translateY(-50%) !important;
  z-index:41 !important;
  width:54px !important;
  height:54px !important;
  border-radius:999px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  opacity:1 !important;
  visibility:visible !important;
  pointer-events:auto !important;
  cursor:pointer !important;
  text-decoration:none !important;
  box-shadow:0 18px 38px rgba(6,13,25,.22) !important;
  -webkit-backdrop-filter:blur(12px);
  backdrop-filter:blur(12px);
}
.news-hero-arrow{
  border:1px solid rgba(255,255,255,.24) !important;
  background:rgba(10,18,34,.62) !important;
  color:#fff !important;
  font-size:30px !important;
}
.news-hero-arrow span,
.game-slider-arrow span,
.health-slider-arrow span,
.fashion-slider-btn span,
.crypto-slider-btn span,
.food-slider-arrow span{
  display:block !important;
  line-height:1 !important;
  font-size:30px !important;
  transform:translateY(-1px);
}
.news-hero-arrow--prev{left:18px !important;}
.news-hero-arrow--next{right:18px !important;}
.news-hero-dots{
  position:absolute !important;
  left:50% !important;
  bottom:18px !important;
  transform:translateX(-50%) !important;
  z-index:41 !important;
  margin-top:0 !important;
}
.game-slider-arrow.prev,
.health-slider-arrow.prev,
.food-slider-arrow.prev,
.fashion-slider-btn--prev,
.crypto-slider-btn--prev{left:18px !important; right:auto !important;}
.game-slider-arrow.next,
.health-slider-arrow.next,
.food-slider-arrow.next,
.fashion-slider-btn--next,
.crypto-slider-btn--next{right:18px !important; left:auto !important;}

.fashion-slider-nav,
.crypto-slider-nav{
  position:absolute !important;
  inset:0 !important;
  z-index:40 !important;
  pointer-events:none !important;
}
.fashion-slider-btn,
.crypto-slider-btn{
  border:1px solid rgba(255,255,255,.24) !important;
  background:rgba(10,18,34,.62) !important;
  color:#fff !important;
}
.food-slider-arrow,
.game-slider-arrow,
.health-slider-arrow{
  border:1px solid rgba(255,255,255,.24) !important;
  background:rgba(10,18,34,.62) !important;
  color:#fff !important;
  font-size:30px !important;
}

html[data-theme="light"] .news-hero-arrow,
html[data-theme="light"] .game-slider-arrow,
html[data-theme="light"] .health-slider-arrow,
html[data-theme="light"] .fashion-slider-btn,
html[data-theme="light"] .crypto-slider-btn,
html[data-theme="light"] .food-slider-arrow{
  background:rgba(255,255,255,.94) !important;
  color:#10233f !important;
  border-color:rgba(16,35,63,.12) !important;
}

@media (max-width: 980px){
  .news-hero-arrow,
  .game-slider-arrow,
  .health-slider-arrow,
  .fashion-slider-btn,
  .crypto-slider-btn,
  .food-slider-arrow{
    width:46px !important;
    height:46px !important;
  }
  .news-hero-arrow--prev,
  .game-slider-arrow.prev,
  .health-slider-arrow.prev,
  .fashion-slider-btn--prev,
  .crypto-slider-btn--prev,
  .food-slider-arrow.prev{left:12px !important;}
  .news-hero-arrow--next,
  .game-slider-arrow.next,
  .health-slider-arrow.next,
  .fashion-slider-btn--next,
  .crypto-slider-btn--next,
  .food-slider-arrow.next{right:12px !important;}
}
/* AXY FIXES FINAL */
@media (max-width:768px){
  .main-nav .primary-menu{ display:none; flex-direction:column; width:100%; padding:10px 0; }
  .main-nav.is-open .primary-menu{ display:flex; }
  .menu-toggle{ display:block; cursor:pointer; background:#0d5eff; color:#fff; border:none; padding:10px 18px; border-radius:10px; font-weight:700; font-size:14px; }
}
.ad-box--empty .ad-box-placeholder{ display:none; }
.news-hero-slide{ display:none !important; }
.news-hero-slide.is-active{ display:block !important; }
.news-hero-slide img,.hero-image img{ display:block !important; width:100% !important; height:450px !important; object-fit:cover !important; opacity:1 !important; visibility:visible !important; }
/* Reklam alanı fix */
.header-ad {
  display: none !important;
}
div[style*="margin-bottom:22px"] {
  display: none !important;
}

/* Magazine Mobile Menu Fix */
@media (max-width: 768px) {
  .magazine-toggle { display: block; background: #ff3b57; color: #fff; border: none; padding: 10px 18px; border-radius: 10px; font-weight: 700; cursor: pointer; margin: 10px 0; }
  .magazine-nav .magazine-menu { display: none; flex-direction: column; }
  .magazine-nav.is-open .magazine-menu { display: flex; }
}
/* Multi Demo Mobile Menu Fix */
@media (max-width: 768px) {
  .crypto-toggle, .fashion-toggle, .women-toggle, .sports-toggle, .food-toggle {
    display: block; border: none; padding: 10px 18px; border-radius: 10px; font-weight: 700; cursor: pointer; margin: 10px 0; color: #fff; background: #0d5eff;
  }
  .crypto-header-nav .crypto-header-menu,
  .fashion-nav .fashion-menu,
  .food-main-nav .food-menu,
  .sports-nav .sports-menu { display: none; flex-direction: column; }
  .crypto-header-nav.is-open .crypto-header-menu,
  .fashion-nav.is-open .fashion-menu,
  .food-main-nav.is-open .food-menu,
  .sports-nav.is-open .sports-menu { display: flex; }
}
/* Crypto Mobile Menu Fix */
@media (max-width: 768px) {
  .crypto-header-nav .crypto-header-menu {
    display: none !important;
    flex-direction: column !important;
  }
  .crypto-header-nav.is-open .crypto-header-menu {
    display: flex !important;
  }
}
@media (max-width: 768px) {
  .food-toggle{ display:block; background:#e85d2f; color:#fff; border:none; padding:10px 18px; border-radius:10px; font-weight:700; cursor:pointer; margin:10px 16px; }
  .food-nav-wrap{ display:none; }
  .food-nav-wrap.is-open{ display:block; }
}
/* News demo masaüstü menü fix */
@media (min-width: 769px) {
  .menu-toggle { display: none !important; }
  .primary-menu { display: flex !important; flex-wrap: wrap; gap: 8px; }
}
/* News demo masaüstü nav fix */
@media (min-width: 769px) {
  .main-nav-wrap .container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
  }
  .primary-menu {
    display: flex !important;
    flex-wrap: wrap;
    gap: 4px 12px;
    list-style: none;
    margin: 0;
    padding: 8px 0;
  }
  .primary-menu a {
    font-size: 13px;
    white-space: nowrap;
  }
}