:root{
  --nn2027-red:#b5121b;
  --nn2027-red-dark:#8f1017;
  --nn2027-black:#111318;
  --nn2027-ink:#151821;
  --nn2027-muted:#5f6778;
  --nn2027-border:#dde2ea;
  --nn2027-surface:#ffffff;
  --nn2027-surface-soft:#f3f5f8;
  --nn2027-surface-dark:#0f1218;
  --nn2027-gold:#f5c84c;
  --nn2027-radius:24px;
  --nn2027-radius-sm:18px;
  --nn2027-shadow:0 18px 40px rgba(17,19,24,.08);
  --nn2027-font-ui:"Segoe UI Variable Text","Segoe UI","Helvetica Neue",sans-serif;
  --nn2027-font-display:"Arial Narrow","Helvetica Neue Condensed","Segoe UI",sans-serif;
}

body{
  font-family:var(--nn2027-font-ui);
  background:var(--nn2027-surface-soft);
  color:var(--nn2027-ink);
}

h1,h2,h3,h4,.nn-menu a,.nn2027-kicker,.nn2027-rank,.nn2027-classified-copy strong{
  font-family:var(--nn2027-font-display);
  letter-spacing:-.02em;
}

a{
  transition:color .2s ease,transform .2s ease,box-shadow .2s ease,background-color .2s ease,border-color .2s ease;
}

a:hover{
  color:var(--nn2027-red);
}

.nn-site-header{
  position:sticky;
  top:0;
  z-index:999;
  background:rgba(255,255,255,.98);
  backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(221,226,234,.9);
}

.nn-site-header.is-scrolled{
  box-shadow:0 18px 38px rgba(17,19,24,.08);
}

.nn-topbar{
  background:linear-gradient(90deg,var(--nn2027-black),#1e222c);
  color:#fff;
}

.nn-topbar-inner,
.nn-header-core-grid,
.nn-main-nav-row,
.nn-copy-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}

.nn-topbar-inner{
  min-height:42px;
  font-size:13px;
}

.nn-topbar-meta,
.nn-topbar-right{
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
}

.nn-topbar-chip{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:6px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  font-weight:700;
}

.nn-top-menu{
  display:flex;
  align-items:center;
  gap:14px;
  list-style:none;
  margin:0;
  padding:0;
}

.nn-top-menu a{
  color:rgba(255,255,255,.84);
}

.nn2027-social-links{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
}

.nn2027-social-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:8px 14px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.15);
  background:rgba(255,255,255,.08);
  color:#fff;
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
}

.nn2027-social-link:hover{
  background:#fff;
  color:var(--nn2027-black);
}

.nn-header-core{
  padding:16px 0;
  background:
    radial-gradient(circle at top left,rgba(181,18,27,.08),transparent 36%),
    linear-gradient(180deg,#fff,#fbfcfd);
}

.nn-header-core-grid{
  display:grid;
  grid-template-columns:minmax(220px,.75fr) minmax(320px,1.25fr) auto;
  align-items:center;
}

.nn-header-brand{
  min-width:0;
}

.nn-logo{
  display:inline-flex;
  align-items:center;
}

.nn-logo .custom-logo-link,
.nn-logo img,
.custom-logo-link img{
  display:block;
  width:auto;
  max-width:100%;
  height:auto;
  max-height:72px;
}

.nn2027-search-form{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:10px;
  align-items:center;
  background:#fff;
  border:1px solid var(--nn2027-border);
  border-radius:999px;
  padding:8px;
  box-shadow:0 10px 28px rgba(17,19,24,.06);
}

.nn2027-search-form input{
  width:100%;
  min-width:0;
  border:0;
  outline:0;
  background:transparent;
  padding:10px 14px;
  color:var(--nn2027-ink);
  font-size:15px;
}

.nn2027-search-form button,
.nn2027-header-pill,
.nn2027-section-more,
.nn2027-denuncia-shell a,
.nn2027-commerce-card .nn-btn-yellow,
.nn2027-commerce-card .nn-action,
.nn2027-classifieds-actions a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:10px 16px;
  border-radius:999px;
  border:0;
  cursor:pointer;
  text-decoration:none;
  font-size:13px;
  font-weight:900;
  text-transform:uppercase;
}

.nn2027-search-form button,
.nn2027-header-pill--primary,
.nn2027-denuncia-shell a,
.nn2027-classifieds-actions a:first-child{
  background:var(--nn2027-red);
  color:#fff;
}

.nn2027-search-form button:hover,
.nn2027-header-pill--primary:hover,
.nn2027-denuncia-shell a:hover,
.nn2027-classifieds-actions a:first-child:hover{
  background:var(--nn2027-red-dark);
  color:#fff;
}

.nn2027-header-cta{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
  justify-content:flex-end;
}

.nn2027-header-pill{
  background:#fff;
  color:var(--nn2027-black);
  border:1px solid var(--nn2027-border);
}

.nn2027-header-pill--accent{
  background:var(--nn2027-gold);
  color:var(--nn2027-black);
  border-color:transparent;
}

.nn-main-nav{
  background:linear-gradient(90deg,var(--nn2027-red),#d4202c);
}

.nn-main-nav-row{
  min-height:58px;
}

.nn-menu-toggle{
  display:none;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:11px 16px;
  border:1px solid rgba(255,255,255,.22);
  border-radius:14px;
  background:rgba(255,255,255,.12);
  color:#fff;
  font-weight:900;
}

.nn-menu{
  display:flex;
  align-items:center;
  gap:18px;
  list-style:none;
  margin:0;
  padding:0;
  width:100%;
  overflow:auto;
}

.nn-menu li{
  flex:0 0 auto;
}

.nn-menu a{
  display:inline-flex;
  align-items:center;
  min-height:58px;
  color:#fff;
  font-size:14px;
  font-weight:900;
  text-transform:uppercase;
  white-space:nowrap;
}

.nn-menu-highlight{
  color:var(--nn2027-gold)!important;
}

.nn-main{
  display:block;
  padding:18px 0 32px;
}

.nn2027-home{
  display:grid;
  gap:22px;
}

.nn2027-banner .nn-wrap,
.nn2027-breaking .nn-wrap{
  display:block;
}

.nn2027-banner .nn-banner-plugin-position,
.nn2027-banner .nn-ad,
.nn2027-banner .nnbp-banner,
.nn2027-banner .nnep-banner-rotativo{
  margin:0 auto!important;
}

.nn2027-breaking-shell{
  display:grid;
  grid-template-columns:190px minmax(0,1fr);
  background:linear-gradient(90deg,var(--nn2027-surface-dark),#171b24);
  border-radius:20px;
  overflow:hidden;
  box-shadow:var(--nn2027-shadow);
}

.nn2027-breaking-label{
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:4px;
  padding:18px 20px;
  background:linear-gradient(180deg,var(--nn2027-red),#d11c28);
  color:#fff;
}

.nn2027-breaking-label strong{
  font-size:28px;
  line-height:.95;
  text-transform:uppercase;
}

.nn2027-breaking-label span{
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.06em;
}

.nn2027-breaking-marquee{
  display:flex;
  align-items:center;
  min-height:76px;
  overflow:hidden;
}

.nn2027-breaking-shell .nn-headline-news-v202-track{
  display:flex;
  align-items:center;
  width:max-content;
  min-width:100%;
  animation:nn2027Headline 30s linear infinite;
}

.nn2027-breaking-shell:hover .nn-headline-news-v202-track{
  animation-play-state:paused;
}

.nn2027-breaking-shell .nn-headline-news-v202-item{
  display:inline-flex!important;
  align-items:center;
  gap:12px;
  min-width:340px;
  height:100%;
  padding:0 24px;
  color:#fff!important;
  border-left:1px solid rgba(255,255,255,.08);
  background:transparent!important;
}

.nn2027-breaking-shell .nn-headline-news-v202-item time{
  color:var(--nn2027-gold)!important;
  font-size:13px!important;
  font-weight:1000!important;
}

.nn2027-breaking-shell .nn-headline-title-v203{
  color:#fff!important;
  font-size:14px!important;
  font-weight:900!important;
  text-transform:uppercase;
}

@keyframes nn2027Headline{
  0%{transform:translateX(0)}
  100%{transform:translateX(-50%)}
}

.nn2027-hero-grid,
.nn2027-section-grid--two,
.nn2027-commerce-grid,
.nn-footer-grid{
  display:grid;
  gap:22px;
}

.nn2027-hero-grid{
  grid-template-columns:minmax(0,1.5fr) minmax(260px,.92fr) minmax(300px,.8fr);
  align-items:start;
}

.nn2027-hero-lead,
.nn2027-latest-rail,
.nn2027-story-section,
.nn2027-most-read-panel,
.nn2027-region-shell,
.nn2027-denuncia-shell,
.nn2027-commerce-card,
.nn2027-commercial-shell,
.nn-footer-card{
  background:var(--nn2027-surface);
  border:1px solid var(--nn2027-border);
  border-radius:var(--nn2027-radius);
  box-shadow:var(--nn2027-shadow);
}

.nn2027-hero-lead,
.nn2027-story-section,
.nn2027-most-read-panel,
.nn2027-region-shell,
.nn2027-denuncia-shell,
.nn2027-commerce-card,
.nn2027-commercial-shell{
  padding:22px;
}

.nn2027-hero-kicker-row,
.nn2027-quick-links{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
}

.nn2027-kicker,
.nn2027-section-head span,
.nn2027-classified-copy small{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:6px 12px;
  border-radius:999px;
  background:#f1d6d8;
  color:var(--nn2027-red);
  font-size:11px;
  font-weight:1000;
  text-transform:uppercase;
  letter-spacing:.06em;
}

.nn2027-quick-links a{
  display:inline-flex;
  align-items:center;
  min-height:36px;
  padding:8px 12px;
  border-radius:999px;
  background:#f4f6fa;
  border:1px solid var(--nn2027-border);
  color:var(--nn2027-black);
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
}

.nn2027-hero-media,
.nn2027-story-lead-media,
.nn2027-highlight-media{
  display:block;
  overflow:hidden;
  border-radius:20px;
}

.nn2027-hero-media img,
.nn2027-story-lead-media img,
.nn2027-highlight-media img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}

.nn2027-hero-media img{
  min-height:380px;
}

.nn2027-hero-body{
  display:grid;
  gap:12px;
  padding-top:18px;
}

.nn2027-hero-tag{
  display:inline-flex;
  align-items:center;
  width:max-content;
  padding:6px 12px;
  border-radius:999px;
  background:var(--nn2027-black);
  color:#fff;
  font-size:11px;
  font-weight:1000;
  text-transform:uppercase;
}

.nn2027-hero-body h1{
  margin:0;
  font-size:clamp(34px,4vw,54px);
  line-height:.98;
}

.nn2027-hero-body p{
  margin:0;
  color:var(--nn2027-muted);
  font-size:18px;
  line-height:1.6;
}

.nn2027-hero-meta{
  display:flex;
  align-items:center;
  gap:16px;
  flex-wrap:wrap;
  color:var(--nn2027-muted);
  font-size:13px;
  font-weight:800;
}

.nn2027-hero-secondary,
.nn2027-highlight-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}

.nn2027-secondary-card,
.nn2027-highlight-card{
  display:grid;
  gap:12px;
  background:var(--nn2027-surface);
  border:1px solid var(--nn2027-border);
  border-radius:20px;
  overflow:hidden;
  box-shadow:0 10px 28px rgba(17,19,24,.06);
}

.nn2027-secondary-media,
.nn2027-story-item-media{
  display:block;
  overflow:hidden;
}

.nn2027-secondary-media img{
  width:100%;
  height:168px;
  object-fit:cover;
}

.nn2027-secondary-body,
.nn2027-highlight-body{
  display:grid;
  gap:8px;
  padding:0 16px 16px;
}

.nn2027-secondary-body span,
.nn2027-highlight-body span,
.nn2027-story-item-body span{
  color:var(--nn2027-red);
  font-size:11px;
  font-weight:1000;
  text-transform:uppercase;
  letter-spacing:.05em;
}

.nn2027-secondary-body h3,
.nn2027-highlight-body h3,
.nn2027-story-lead-body h3,
.nn2027-story-item-body h4,
.nn2027-commerce-card h2,
.nn2027-commercial-shell h2{
  margin:0;
  line-height:1.05;
}

.nn2027-secondary-body h3{
  font-size:22px;
}

.nn2027-highlight-strip{
  display:grid;
  gap:14px;
}

.nn2027-section-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:18px;
  margin-bottom:18px;
}

.nn2027-section-head h2{
  margin:10px 0 6px;
  font-size:clamp(24px,2vw,36px);
  line-height:1;
}

.nn2027-section-head p{
  margin:0;
  color:var(--nn2027-muted);
  line-height:1.55;
}

.nn2027-section-more{
  background:#f4f6fa;
  color:var(--nn2027-black);
  border:1px solid var(--nn2027-border);
}

.nn2027-latest-rail{
  padding:22px;
}

.nn2027-latest-list{
  display:grid;
  gap:10px;
}

.nn2027-latest-item{
  display:grid;
  grid-template-columns:58px minmax(0,1fr);
  gap:12px;
  align-items:start;
  padding:14px;
  border-radius:18px;
  background:#f8fafc;
  border:1px solid var(--nn2027-border);
}

.nn2027-latest-item time{
  color:var(--nn2027-red);
  font-size:14px;
  font-weight:1000;
}

.nn2027-latest-item strong{
  display:block;
  font-size:15px;
  line-height:1.28;
}

.nn2027-section-grid--two{
  grid-template-columns:repeat(2,minmax(0,1fr));
}

.nn2027-story-layout{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(240px,.85fr);
  gap:18px;
}

.nn2027-story-lead{
  display:grid;
  gap:16px;
}

.nn2027-story-lead-image{
  min-height:260px;
}

.nn2027-story-lead-body{
  display:grid;
  gap:10px;
}

.nn2027-story-lead-body span{
  color:var(--nn2027-red);
  font-size:11px;
  font-weight:1000;
  text-transform:uppercase;
}

.nn2027-story-lead-body h3{
  font-size:32px;
}

.nn2027-story-lead-body p{
  margin:0;
  color:var(--nn2027-muted);
  line-height:1.6;
}

.nn2027-story-lead-body time,
.nn2027-story-item-body time{
  color:var(--nn2027-muted);
  font-size:12px;
  font-weight:800;
}

.nn2027-story-list{
  display:grid;
  gap:12px;
}

.nn2027-story-item{
  display:grid;
  grid-template-columns:110px minmax(0,1fr);
  gap:12px;
  align-items:center;
  padding:12px;
  background:#f8fafc;
  border:1px solid var(--nn2027-border);
  border-radius:18px;
}

.nn2027-story-item-image{
  width:100%;
  height:82px;
  object-fit:cover;
  border-radius:14px;
}

.nn2027-story-item-body{
  display:grid;
  gap:6px;
}

.nn2027-story-item-body h4{
  font-size:18px;
  line-height:1.12;
}

.nn2027-most-read-list{
  display:grid;
  gap:10px;
}

.nn2027-most-read-item{
  display:grid;
  grid-template-columns:48px minmax(0,1fr);
  gap:12px;
  align-items:center;
  padding:14px;
  background:#f8fafc;
  border:1px solid var(--nn2027-border);
  border-radius:18px;
}

.nn2027-rank{
  display:flex;
  align-items:center;
  justify-content:center;
  width:48px;
  height:48px;
  border-radius:50%;
  background:var(--nn2027-red);
  color:#fff;
  font-size:18px;
  font-weight:1000;
}

.nn2027-most-read-copy{
  display:grid;
  gap:6px;
}

.nn2027-most-read-copy strong{
  font-size:18px;
  line-height:1.12;
}

.nn2027-most-read-copy em{
  color:var(--nn2027-muted);
  font-size:12px;
  font-style:normal;
  font-weight:800;
}

.nn2027-region-shell .nn-region-city-final-v1618{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:14px!important;
}

.nn2027-region-shell .nn-region-city-card-final-v1618{
  background:#f8fafc!important;
  border:1px solid var(--nn2027-border)!important;
  border-radius:18px!important;
  padding:18px!important;
  box-shadow:none!important;
}

.nn2027-denuncia-shell{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  background:linear-gradient(135deg,#111318,#251318 72%,#47080d);
  border-color:#3c0d12;
  color:#fff;
}

.nn2027-denuncia-shell span{
  display:inline-flex;
  align-items:center;
  padding:6px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  color:var(--nn2027-gold);
  font-size:11px;
  font-weight:1000;
  text-transform:uppercase;
}

.nn2027-denuncia-shell h2,
.nn2027-denuncia-shell p{
  color:#fff;
}

.nn2027-commerce-grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
}

.nn2027-commerce-card{
  display:grid;
  gap:16px;
}

.nn2027-commerce-card > span{
  display:inline-flex;
  width:max-content;
  align-items:center;
  padding:6px 12px;
  border-radius:999px;
  background:#f1d6d8;
  color:var(--nn2027-red);
  font-size:11px;
  font-weight:1000;
  text-transform:uppercase;
}

.nn2027-commerce-card p{
  margin:0;
  color:var(--nn2027-muted);
  line-height:1.6;
}

.nn2027-photo-actions,
.nn2027-classifieds-actions{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
}

.nn2027-commerce-card .nn-action,
.nn2027-classifieds-actions a:nth-child(2){
  background:#fff;
  color:var(--nn2027-black);
  border:1px solid var(--nn2027-border);
}

.nn2027-commerce-card .nn-action.nn-dark,
.nn2027-classifieds-actions a:nth-child(3){
  background:var(--nn2027-black);
  color:#fff;
}

.nn2027-photo-events,
.nn2027-classifieds-grid{
  display:grid;
  gap:14px;
}

.nn2027-photo-events .nnc-grid,
.nn2027-photo-events .nnep-events-grid,
.nn2027-photo-events .fvp-events-grid,
.nn2027-photo-events .fvup-events-grid,
.nn2027-photo-events .events-grid,
.nn2027-photo-events .album-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:14px!important;
}

.nn2027-photo-events .nnc-card,
.nn2027-photo-events .nnep-event-card,
.nn2027-photo-events .fvp-event-card,
.nn2027-photo-events .fvup-event-card,
.nn2027-photo-events .event-card,
.nn2027-photo-events .album-card{
  min-width:0!important;
  background:#f8fafc!important;
  border:1px solid var(--nn2027-border)!important;
  border-radius:18px!important;
  overflow:hidden!important;
  box-shadow:none!important;
}

.nn2027-photo-events img{
  width:100%!important;
  height:170px!important;
  object-fit:cover!important;
}

.nn2027-photo-events h3,
.nn2027-photo-events h4,
.nn2027-photo-events strong,
.nn2027-photo-events b{
  font-size:16px!important;
  line-height:1.2!important;
}

.nn2027-classifieds-grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
}

.nn2027-classified-card{
  display:grid;
  grid-template-columns:86px minmax(0,1fr);
  gap:12px;
  align-items:center;
  padding:12px;
  border-radius:18px;
  background:#f8fafc;
  border:1px solid var(--nn2027-border);
}

.nn2027-classified-thumb{
  display:flex;
  align-items:center;
  justify-content:center;
  width:86px;
  height:86px;
  border-radius:16px;
  overflow:hidden;
  background:linear-gradient(135deg,#f3d777,#d99a00);
}

.nn2027-classified-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.nn2027-classified-thumb b{
  color:#422a00;
  font-size:22px;
  font-weight:1000;
}

.nn2027-classified-copy{
  display:grid;
  gap:6px;
}

.nn2027-classified-copy strong{
  font-size:18px;
  line-height:1.1;
}

.nn2027-classified-copy em,
.nn2027-classified-copy span{
  color:var(--nn2027-muted);
  font-size:12px;
  font-style:normal;
  font-weight:800;
}

.nn2027-classified-copy span{
  color:var(--nn2027-red);
  font-size:15px;
  font-weight:1000;
}

.nn2027-commercial-shell{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}

.nn2027-commercial-copy p{
  margin:0;
  color:var(--nn2027-muted);
  line-height:1.6;
}

.nn2027-commercial-actions{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
}

.nn2027-commercial-actions .nn2027-header-pill{
  min-height:46px;
}

.nn2027-empty-state{
  padding:18px;
  border-radius:18px;
  background:#fff7dc;
  border:1px solid #f1dc92;
  color:#6f4c00;
  font-weight:800;
}

.nn-footer{
  background:linear-gradient(180deg,#0f1218,#161b24);
  color:#fff;
  border-top:1px solid rgba(255,255,255,.08);
}

.nn-footer .nn-wrap{
  padding-top:0;
}

.nn-footer .nn-ad,
.nn-footer .nn-banner-plugin-position,
.nn-footer .nnbp-banner{
  margin:0 auto 18px!important;
}

.nn-footer-grid{
  grid-template-columns:1.35fr 1fr 1fr 1fr;
  padding:14px 0 24px;
}

.nn-footer-card{
  padding:20px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.08);
  border-radius:22px;
  box-shadow:none;
}

.nn-footer-brand p,
.nn-footer-card p,
.nn-copy{
  color:rgba(255,255,255,.76);
}

.nn-footer-card h3{
  margin:0 0 14px;
  font-size:20px;
}

.nn-footer-card a{
  display:block;
  color:#fff;
  margin-bottom:10px;
  font-weight:700;
}

.nn-footer-menu{
  display:grid;
  gap:10px;
  list-style:none;
  margin:0 0 10px;
  padding:0;
}

.nn-footer-menu a{
  display:block;
  margin:0;
}

.nn-footer-card .nn2027-social-links a{
  display:inline-flex;
  margin:0;
}

.nn-copy{
  border-top:1px solid rgba(255,255,255,.08);
  padding:16px 0 26px;
  font-size:13px;
}

.nn-copy-row{
  justify-content:space-between;
  align-items:flex-start;
  gap:14px;
}

.single .nn-content-layout{
  grid-template-columns:minmax(0,1fr) 320px;
  gap:28px;
  align-items:start;
}

.single .nn-single-premium,
.single .nn-sidebar .nn-widget,
.single .nn-sidebar .nn-share-card,
.single .nn-sidebar .nn-related,
.single .nn-sidebar .nn-region-more{
  border:1px solid var(--nn2027-border);
  box-shadow:var(--nn2027-shadow);
}

.single .nn-sidebar{
  position:sticky;
  top:130px;
  display:grid;
  gap:16px;
}

.nn-mobile-bottom-nav{
  background:rgba(255,255,255,.98)!important;
  border-top:1px solid var(--nn2027-border)!important;
  box-shadow:0 -10px 32px rgba(17,19,24,.08)!important;
}

.nn-mobile-bottom-nav a{
  color:var(--nn2027-black)!important;
}

.nn-mobile-bottom-nav a b{
  font-size:11px;
}

@media(max-width:1180px){
  .nn-header-core-grid{
    grid-template-columns:minmax(220px,.9fr) minmax(0,1fr);
  }

  .nn2027-header-cta{
    grid-column:1/-1;
    justify-content:flex-start;
  }

  .nn2027-hero-grid{
    grid-template-columns:minmax(0,1fr);
  }

  .nn2027-highlight-grid,
  .nn2027-classifieds-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .nn2027-region-shell .nn-region-city-final-v1618{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }

  .nn-footer-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:900px){
  .nn-topbar-right .nn-top-menu{
    display:none;
  }

  .nn-menu-toggle{
    display:inline-flex;
  }

  .nn-main-nav-row{
    position:relative;
    align-items:center;
  }

  .nn-menu{
    display:none;
    position:absolute;
    left:0;
    right:0;
    top:calc(100% + 10px);
    flex-direction:column;
    align-items:stretch;
    gap:0;
    padding:12px 16px;
    background:#fff;
    border:1px solid var(--nn2027-border);
    border-radius:18px;
    box-shadow:var(--nn2027-shadow);
    overflow:hidden;
    z-index:20;
  }

  .nn-main-nav.nn-open .nn-menu,
  .nn-menu.is-open{
    display:flex;
  }

  .nn-menu a{
    min-height:46px;
    color:var(--nn2027-black);
    border-bottom:1px solid var(--nn2027-border);
  }

  .nn-menu li:last-child a{
    border-bottom:0;
  }

  .nn2027-hero-secondary,
  .nn2027-section-grid--two,
  .nn2027-commerce-grid,
  .nn2027-classifieds-grid,
  .nn-footer-grid{
    grid-template-columns:1fr;
  }

  .nn2027-story-layout{
    grid-template-columns:1fr;
  }

  .nn2027-story-lead-body h3{
    font-size:28px;
  }

  .single .nn-content-layout{
    grid-template-columns:1fr;
  }

  .single .nn-sidebar{
    position:static;
  }
}

@media(max-width:720px){
  .nn-topbar-inner{
    min-height:38px;
  }

  .nn-topbar-meta{
    gap:8px;
  }

  .nn-topbar-chip{
    padding:5px 10px;
    font-size:11px;
  }

  .nn2027-top-social{
    display:none;
  }

  .nn-header-core{
    padding:12px 0;
  }

  .nn-header-core-grid{
    grid-template-columns:1fr;
    gap:12px;
  }

  .nn2027-search-form{
    grid-template-columns:minmax(0,1fr);
    border-radius:22px;
  }

  .nn2027-header-cta{
    gap:8px;
  }

  .nn2027-header-pill{
    flex:1 1 calc(50% - 8px);
  }

  .nn-main{
    padding-top:14px;
    padding-bottom:82px;
  }

  .nn2027-breaking-shell{
    grid-template-columns:1fr;
  }

  .nn2027-breaking-label{
    padding:14px 16px;
  }

  .nn2027-breaking-shell .nn-headline-news-v202-item{
    min-width:280px;
    padding:0 16px;
  }

  .nn2027-hero-lead,
  .nn2027-latest-rail,
  .nn2027-story-section,
  .nn2027-most-read-panel,
  .nn2027-region-shell,
  .nn2027-denuncia-shell,
  .nn2027-commerce-card,
  .nn2027-commercial-shell{
    padding:18px;
    border-radius:20px;
  }

  .nn2027-section-head{
    flex-direction:column;
    align-items:flex-start;
    margin-bottom:14px;
  }

  .nn2027-hero-media img{
    min-height:250px;
  }

  .nn2027-hero-body h1{
    font-size:32px;
  }

  .nn2027-hero-body p{
    font-size:16px;
  }

  .nn2027-hero-secondary,
  .nn2027-highlight-grid{
    grid-template-columns:1fr;
  }

  .nn2027-story-item{
    grid-template-columns:90px minmax(0,1fr);
  }

  .nn2027-story-item-image{
    height:72px;
  }

  .nn2027-region-shell .nn-region-city-final-v1618{
    grid-template-columns:1fr!important;
  }

  .nn2027-denuncia-shell,
  .nn2027-commercial-shell,
  .nn-copy-row{
    flex-direction:column;
    align-items:flex-start;
  }

  .nn2027-photo-events .nnc-grid,
  .nn2027-photo-events .nnep-events-grid,
  .nn2027-photo-events .fvp-events-grid,
  .nn2027-photo-events .fvup-events-grid,
  .nn2027-photo-events .events-grid,
  .nn2027-photo-events .album-grid,
  .nn2027-classifieds-grid{
    grid-template-columns:1fr!important;
  }

  .nn2027-photo-events img{
    height:150px!important;
  }

  .nn-footer-grid{
    grid-template-columns:1fr;
  }
}
