body {
  --font-heading: 'Inter', sans-serif;
  --font-body: 'Inter', sans-serif;
  --color-primario: #C41E1E;
  --color-secundario: #1A1A1A;
  --header-bg: #FFFFFF;
  --header-text: #1A1A1A;
  --header-border: var(--color-primario);
  --card-radius: 8px;
  --card-shadow: 0 2px 8px rgba(0,0,0,0.08);
  --card-border: none;
  --section-accent: var(--color-primario);
}

body { font-family: var(--font-body); }
h1, h2, h3, h4, h5, h6,
.hero-title, .section-title, .article-title, .card-title,
.logo, .category-title {
  font-family: var(--font-heading);
}

body.theme-orlandoledger{
  --color-bg:#faf9f6;
  --color-surface:#f1efe9;
  --color-text:#14181f;
  --color-divider:#dcd8cf;
  --color-accent:#c0392b;
  --color-accent-700:#a5311f;
  --color-primario:#c0392b;
  --color-secundario:#1a1a1a;
  --ol-serif:"Playfair Display",Georgia,"Times New Roman",serif;
  --ol-body:"Source Serif 4",Georgia,serif;
  --ol-label:"Archivo",system-ui,sans-serif;
  background:var(--color-bg);
  color:var(--color-text);
  font-family:var(--ol-body);
  -webkit-font-smoothing:antialiased;
}

body.theme-orlandoledger .ol-btn{display:inline-flex;align-items:center;justify-content:center;font-family:var(--ol-label);font-weight:600;text-transform:uppercase;letter-spacing:.06em;font-size:12px;padding:11px 20px;border:0;border-radius:2px;cursor:pointer;text-decoration:none;background:var(--color-accent);color:#fff;transition:background .15s}
body.theme-orlandoledger .ol-btn:hover{background:var(--color-accent-700)}
body.theme-orlandoledger a:focus-visible,body.theme-orlandoledger button:focus-visible,body.theme-orlandoledger input:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}

body.theme-orlandoledger .site-header{background:var(--color-bg);border-top:3px solid var(--color-accent);border-bottom:1px solid var(--color-text);box-shadow:none}
body.theme-orlandoledger .header-inner{max-width:1180px;margin:0 auto;padding:14px 24px;display:flex;align-items:center;gap:26px}
body.theme-orlandoledger .logo *,body.theme-orlandoledger .logo-clave,body.theme-orlandoledger .logo-nacional{font-family:var(--ol-serif)!important;font-weight:800;color:var(--color-text)!important}
body.theme-orlandoledger .logo-img{height:30px!important}
body.theme-orlandoledger .main-nav{display:flex;gap:20px;flex:1;flex-wrap:wrap}
body.theme-orlandoledger .nav-link{font-family:var(--ol-label)!important;font-weight:600;text-transform:uppercase;letter-spacing:.06em;font-size:12px;color:var(--color-text)!important}
body.theme-orlandoledger .nav-link:hover,body.theme-orlandoledger .nav-link.active{color:var(--color-accent)!important}
body.theme-orlandoledger .search-form input{background:var(--color-surface);border:1px solid var(--color-divider);border-radius:2px;font-family:var(--ol-body)}
body.theme-orlandoledger .search-form button{color:var(--color-accent)}
body.theme-orlandoledger .hamburger span{background:var(--color-text)}

body.theme-orlandoledger main{background:var(--color-bg)}
body.theme-orlandoledger .article-container{max-width:700px;margin:0 auto;padding:0 24px}
body.theme-orlandoledger .article-hero{max-width:1000px;margin:26px auto 0;aspect-ratio:16/9;overflow:hidden}
body.theme-orlandoledger .article-hero img{width:100%;height:100%;object-fit:cover}
body.theme-orlandoledger .article-hero-overlay{display:none}
body.theme-orlandoledger .breadcrumb{font-family:var(--ol-label);font-size:12px;color:color-mix(in srgb,var(--color-text) 55%,transparent);padding:22px 0 0}
body.theme-orlandoledger .breadcrumb a{color:var(--color-accent)}
body.theme-orlandoledger .article-badge{background:none;color:var(--color-accent);border:0;padding:0;text-transform:uppercase;letter-spacing:.1em;font-weight:700;font-size:12px;font-family:var(--ol-label)}
body.theme-orlandoledger .article-title{font-family:var(--ol-serif);font-weight:800;font-size:46px;line-height:1.08;letter-spacing:-.005em;color:var(--color-text);margin:14px 0 0}
body.theme-orlandoledger .article-subtitle{font-family:var(--ol-body);font-size:19px;line-height:1.5;color:color-mix(in srgb,var(--color-text) 72%,transparent);margin:14px 0 0}
body.theme-orlandoledger .article-content{font-family:var(--ol-body);font-size:18px;line-height:1.72;color:var(--color-text);max-width:38em}
body.theme-orlandoledger .article-content a{color:var(--color-accent);text-underline-offset:3px}
body.theme-orlandoledger .article-content h2,body.theme-orlandoledger .article-content h3{font-family:var(--ol-serif);font-weight:700}
body.theme-orlandoledger .article-content blockquote{border-left:3px solid var(--color-accent);margin:26px 0;padding:4px 0 4px 20px;font-family:var(--ol-serif);font-style:italic;font-size:24px;line-height:1.4;color:var(--color-accent-700)}
body.theme-orlandoledger .related-section .section-title{font-family:var(--ol-serif);font-weight:700;color:var(--color-text);border-bottom:2px solid var(--color-accent);text-transform:none}

body.theme-orlandoledger .category-header .category-title,body.theme-orlandoledger .page-title{font-family:var(--ol-serif);font-weight:800;color:var(--color-text)}
body.theme-orlandoledger .card .card-title,body.theme-orlandoledger .article-card h3{font-family:var(--ol-serif);font-weight:700;line-height:1.14}
body.theme-orlandoledger .card .card-title a,body.theme-orlandoledger .article-card h3 a{color:var(--color-text);text-decoration:none}
body.theme-orlandoledger .card .card-title a:hover,body.theme-orlandoledger .article-card h3 a:hover{color:var(--color-accent)}
body.theme-orlandoledger .badge,body.theme-orlandoledger .category-badge,body.theme-orlandoledger .card-category{font-family:var(--ol-label);text-transform:uppercase;letter-spacing:.08em;font-weight:700;color:var(--color-accent);background:none}

body.theme-orlandoledger .site-footer,body.theme-orlandoledger footer{background:var(--color-secundario);color:#cfcfcf}
body.theme-orlandoledger .site-footer a,body.theme-orlandoledger footer a{color:#cfcfcf}
body.theme-orlandoledger .site-footer a:hover,body.theme-orlandoledger footer a:hover{color:var(--color-accent)}
body.theme-orlandoledger .site-footer h3,body.theme-orlandoledger footer h3,body.theme-orlandoledger .footer-title{font-family:var(--ol-serif);color:#fff}

.pauta-slot{position:relative;margin:18px auto;text-align:center;max-width:100%}
.pauta-slot .pauta-label{display:block;font-size:9px;letter-spacing:.14em;text-transform:uppercase;color:#9aa2b1;opacity:.7;margin-bottom:4px;font-family:system-ui,-apple-system,sans-serif}
.pauta-slot .pauta-link{display:inline-block;line-height:0;max-width:100%}
.pauta-slot .pauta-img{max-width:100%;height:auto;border-radius:8px;display:block;margin:0 auto}
.pauta-slot .pauta-beacon{position:absolute;left:-9999px;width:1px;height:1px;opacity:0;pointer-events:none}
.pauta-top .pauta-img,.pauta-footer .pauta-img{max-width:970px}
.pauta-in_article{margin:26px auto}
.pauta-in_article .pauta-img{max-width:728px}
.pauta-sidebar .pauta-img{max-width:336px}
@media(max-width:600px){.pauta-top .pauta-img,.pauta-footer .pauta-img,.pauta-in_article .pauta-img{max-width:100%}}

.pauta-empty .pauta-house{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;text-decoration:none;box-sizing:border-box;width:100%;margin:0 auto;padding:10px 14px;border:2px dashed #cbd5e3;border-radius:8px;background:repeating-linear-gradient(45deg,#f7f9fc,#f7f9fc 10px,#eef2f8 10px,#eef2f8 20px);color:#5b6472;transition:border-color .2s ease,color .2s ease,background .2s ease}
.pauta-empty .pauta-house:hover{border-color:#1CA9E0;color:#0A2A43;background:#f4f9fd}
.pauta-empty .pauta-house-text{font-family:system-ui,-apple-system,sans-serif;font-weight:800;letter-spacing:.06em;font-size:15px;text-transform:uppercase;line-height:1.1}
.pauta-empty .pauta-house-sub{font-family:system-ui,-apple-system,sans-serif;font-size:11px;opacity:.85}
.pauta-top .pauta-house,.pauta-footer .pauta-house{max-width:970px;min-height:90px}
.pauta-in_article .pauta-house{max-width:728px;min-height:90px}
.pauta-sidebar .pauta-house{max-width:336px;min-height:280px}
@media(max-width:600px){.pauta-top .pauta-house,.pauta-footer .pauta-house,.pauta-in_article .pauta-house{min-height:70px}.pauta-empty .pauta-house-text{font-size:13px}}