/*
Theme Name: Diario Victoria 2026
Theme URI: https://dev.diariovictoria.com.ar
Author: ZARO
Description: Theme editorial de Diario Victoria basado en la portada modular de El Heraldo.
Version: 0.28.1
Text Domain: dv2026
*/

:root {
  --dv-ink: #212121;
  --dv-muted: #68737d;
  --dv-line: #eeeeee;
  --dv-paper: #ffffff;
  --dv-soft: #eeeeee;
  --dv-sky: #00558c;
  --dv-blue: #00558c;
  --dv-navy: #00558c;
  --dv-green: #42a846;
  --dv-max: 1512px;
  --dv-content-max: 1380px;
  --dv-gap: clamp(16px, 1.6vw, 28px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--dv-ink);
  background: var(--dv-paper);
  font-family: Montserrat, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
}
body.dv-ui-open { overflow: hidden; }
h1, h2, h3, h4, p { color: var(--dv-ink); line-height: normal; }
h1 { font-size: 36px; font-weight: 700; }
h2 { font-size: 28px; font-weight: 700; }
h3 { font-size: 20px; font-weight: 600; }
h4 { font-size: 18px; font-weight: 600; }
p { font-size: 18px; font-weight: 400; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.dv-shell { --dv-shell-max: var(--dv-max); width: min(calc(100% - 32px), var(--dv-shell-max)); margin-inline: auto; }
main.dv-shell, main > .dv-shell { --dv-shell-max: var(--dv-content-max); }

.dv-header { position: relative; z-index: 30; background: #fff; border-bottom: 1px solid var(--dv-line); }
.dv-header__ad { padding-top: 22px; }
.dv-header__ad .dv-banner { margin-block: 0 28px; }
.dv-header__main { min-height: 104px; display: grid; grid-template-columns: 1fr minmax(260px, 580px) 1fr; align-items: center; gap: 30px; }
.dv-header__tools { display: flex; align-items: center; gap: 22px; }
.dv-menu-trigger, .dv-search-trigger, .dv-close-button {
  border: 0;
  background: transparent;
  color: var(--dv-ink);
  cursor: pointer;
}
.dv-menu-trigger { padding: 8px 0; display: inline-flex; align-items: center; gap: 10px; font: inherit; font-size: 14px; font-weight: 700; }
.dv-menu-trigger svg, .dv-search-trigger svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }
.dv-search-trigger { width: 42px; height: 42px; padding: 9px; display: grid; place-items: center; border-radius: 999px; }
.dv-menu-trigger:hover, .dv-search-trigger:hover { color: var(--dv-blue); }
.dv-brand { display: block; justify-self: center; width: min(100%, 210px); }
.dv-brand img { width: 100%; max-height: 88px; object-fit: contain; }
.dv-socials { display: flex; justify-content: flex-end; align-items: center; gap: 18px; }
.dv-socials a { width: 25px; height: 25px; display: grid; place-items: center; color: var(--dv-ink); }
.dv-socials img { width: 21px; height: 21px; display: block; object-fit: contain; }
.dv-nav { border-top: 1px solid var(--dv-line); }
.dv-nav__inner { min-height: 49px; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 24px; }
.dv-nav__scroll { min-width: 0; overflow-x: auto; scrollbar-width: none; }
.dv-nav__scroll::-webkit-scrollbar { display: none; }
.dv-nav__list { width: max-content; margin: 0; padding: 0; min-height: 49px; display: flex; justify-content: flex-start; align-items: center; gap: clamp(22px, 2.2vw, 38px); list-style: none; font-size: 13px; font-weight: 700; white-space: nowrap; text-transform: uppercase; }
.dv-nav__list a { display: block; padding-block: 16px; }
.dv-nav__list a:hover { color: var(--dv-blue); }
.dv-nav__home svg { width: 21px; height: 21px; display: block; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.dv-nav__date { color: var(--dv-ink); font-size: 12px; font-weight: 600; text-align: right; white-space: nowrap; }

.dv-sticky-header { position: fixed; z-index: 70; inset: 0 0 auto; height: 66px; display: flex; align-items: center; background: rgba(255,255,255,.98); border-bottom: 1px solid var(--dv-line); box-shadow: 0 8px 24px rgba(0,0,0,.08); transform: translateY(-110%); visibility: hidden; transition: transform .22s ease, visibility .22s ease; }
.dv-sticky-header--visible { transform: translateY(0); visibility: visible; }
.dv-sticky-header__inner { display: grid; grid-template-columns: 42px 105px minmax(0, 1fr) auto; align-items: center; gap: 22px; }
.dv-sticky-header__menu { width: 42px; height: 42px; justify-content: center; padding: 8px; }
.dv-sticky-header__brand { display: block; width: 105px; }
.dv-sticky-header__brand img { width: 100%; max-height: 46px; object-fit: contain; }
.dv-sticky-header__context { min-width: 0; margin: 0; overflow: hidden; color: var(--dv-ink); font-size: 20px; font-weight: 600; text-overflow: ellipsis; white-space: nowrap; }
.dv-sticky-header__nav { min-width: 0; overflow-x: auto; scrollbar-width: none; }
.dv-sticky-header__nav::-webkit-scrollbar { display: none; }
.dv-sticky-header__nav .dv-nav__list { width: max-content; min-height: 0; margin-inline: auto; gap: clamp(14px, 1.6vw, 26px); font-size: 11px; }
.dv-sticky-header__nav .dv-nav__list a { padding-block: 10px; }
.dv-sticky-header__nav .dv-nav__home svg { width: 18px; height: 18px; }
.dv-sticky-header__date { font-size: 11px; font-weight: 600; text-align: right; white-space: nowrap; }

.dv-ui-backdrop { position: fixed; z-index: 80; inset: 0; background: rgba(12, 20, 26, .72); backdrop-filter: blur(2px); }
.dv-drawer { position: fixed; z-index: 90; inset: 0 auto 0 0; width: min(340px, 88vw); padding: 22px 24px 36px; overflow-y: auto; background: #fff; box-shadow: 20px 0 60px rgba(0,0,0,.18); transform: translateX(-105%); transition: transform .28s ease; }
.dv-drawer[aria-hidden="false"] { transform: translateX(0); }
.dv-drawer__head { min-height: 64px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--dv-line); }
.dv-drawer__head strong { font-size: 21px; }
.dv-close-button { width: 42px; height: 42px; display: grid; place-items: center; font-size: 38px; font-weight: 300; line-height: 1; }
.dv-drawer__categories { margin: 24px 0 0; padding: 0; display: grid; grid-template-columns: 1fr; gap: 0; list-style: none; }
.dv-drawer__categories a { display: block; padding: 13px 4px; border-bottom: 1px solid var(--dv-line); font-size: 15px; font-weight: 700; }
.dv-drawer__categories a:hover { color: var(--dv-blue); }

.dv-search-overlay { position: fixed; z-index: 100; inset: 0 0 auto; min-height: 150px; max-height: min(620px, 78vh); padding: 34px max(68px, calc((100vw - var(--dv-content-max)) / 2)) 24px; overflow-y: auto; background: #fff; box-shadow: 0 18px 50px rgba(0,0,0,.2); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: opacity .2s ease, visibility .2s ease, transform .2s ease; }
.dv-search-overlay[aria-hidden="false"] { opacity: 1; visibility: visible; transform: translateY(0); }
.dv-search-overlay__close { position: absolute; top: 12px; right: max(16px, calc((100vw - var(--dv-content-max)) / 2)); }
.dv-search-form { width: 100%; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px; border-bottom: 1px solid var(--dv-ink); }
.dv-search-form svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; }
.dv-search-form input { min-width: 0; padding: 12px 0; border: 0; outline: 0; background: transparent; color: var(--dv-ink); font: inherit; font-size: clamp(20px, 2.2vw, 28px); font-weight: 600; letter-spacing: -.02em; }
.dv-search-form input::placeholder { color: #adb5bb; }
.dv-search-form button { padding: 9px 18px; border: 0; border-radius: 999px; background: var(--dv-blue); color: #fff; font: inherit; font-size: 14px; font-weight: 700; cursor: pointer; }
.dv-live-search:empty { display: none; }
.dv-live-search { padding-top: 16px; }
.dv-live-search__status { margin: 0; color: var(--dv-muted); font-size: 13px; }
.dv-live-search__list { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 24px; list-style: none; }
.dv-live-search__item a { min-width: 0; padding: 8px; display: grid; grid-template-columns: 76px minmax(0, 1fr); align-items: center; gap: 12px; background: #fafafa; }
.dv-live-search__image { width: 76px; aspect-ratio: 16 / 10; overflow: hidden; background: var(--dv-soft); }
.dv-live-search__image img { width: 100%; height: 100%; display: block; object-fit: cover; }
.dv-live-search__item h3 { margin: 0; display: -webkit-box; overflow: hidden; font-size: 15px; line-height: 1.25; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.dv-live-search__item time { display: block; margin-top: 5px; color: var(--dv-muted); font-size: 11px; }

.dv-banner { display: grid; place-items: center; overflow: hidden; padding: 10px; background: repeating-linear-gradient(135deg, #f5f5f5 0, #f5f5f5 8px, #ededed 8px, #ededed 10px); color: #86919a; text-align: center; }
.dv-banner--managed { padding: 0; background: transparent; overflow: visible; }
.dv-banner--leaderboard { min-height: clamp(120px, 18vw, 250px); margin-block: 28px; }
.dv-banner--horizontal { min-height: 105px; margin-block: 28px; }
.dv-banner--sidebar { min-height: 300px; }
.dv-banner img { width: 100%; height: 100%; object-fit: contain; }

.dv-hero { margin-top: clamp(36px, 4vw, 64px); display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: var(--dv-gap); align-items: stretch; }
.dv-superfeatured { margin-top: clamp(36px, 4vw, 64px); display: grid; gap: var(--dv-gap); }
.dv-superfeatured--one { grid-template-columns: 1fr; }
.dv-superfeatured--two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.dv-superfeatured .dv-card__media { min-height: 620px; }
.dv-superfeatured--one .dv-card__media { height: clamp(360px, 42vw, 550px); min-height: 0; max-height: 550px; aspect-ratio: auto; }
.dv-superfeatured--one .dv-card__overlay { align-items: center; text-align: center; }
.dv-superfeatured--one .dv-card__kicker--overlay,
.dv-superfeatured--one .dv-card__title--overlay { margin-inline: auto; }
.dv-superfeatured .dv-card__title--overlay { max-width: min(92%, 980px); }
.dv-hero__lead { min-width: 0; grid-column: span 2; }
.dv-hero__lead .dv-card--lead, .dv-hero__lead .dv-card--lead .dv-card__media { height: 100%; }
.dv-hero__lead .dv-card--lead .dv-card__media { aspect-ratio: auto; min-height: 640px; }
.dv-hero__secondary { min-width: 0; display: grid; grid-template-rows: repeat(2, minmax(0, 1fr)); gap: var(--dv-gap); }
.dv-hero__secondary .dv-card { height: 100%; }
.dv-hero__secondary .dv-card__media { aspect-ratio: 16 / 8.5; }
.dv-hero__rail { min-width: 0; display: flex; flex-direction: column; gap: var(--dv-gap); }
.dv-hero--no-lead .dv-hero__lead { display: none; }
.dv-hero--no-lead .dv-hero__secondary { grid-column: span 3; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: 1fr; }
.dv-hero__rail .dv-banner { margin: 0; min-height: 250px; aspect-ratio: 1 / 1; }
.dv-block > .dv-banner { margin-top: 0; margin-bottom: var(--dv-gap); }
.dv-grid-4 > .dv-banner--grid { margin: 0; min-height: 0; aspect-ratio: auto; align-self: start; }
.dv-grid-4 > .dv-banner--grid .zb-banner { aspect-ratio: 1 / 1; }
.dv-grid-4 > .dv-banner--grid a,
.dv-grid-4 > .dv-banner--grid img { height: 100%; }
.dv-grid-4 > .dv-banner--grid img { object-fit: contain; }
.dv-poll { overflow: hidden; border: 1px solid var(--dv-line); background: #fff; }
.dv-poll iframe { display: block; width: 100%; height: 360px; border: 0; }
.dv-latest { border: 1px solid var(--dv-line); padding: 22px 24px 8px; background: #fff; }
.dv-section-title { margin: 0 0 10px; display: flex; align-items: center; gap: 12px; font-size: 28px; line-height: normal; }
.dv-section-title::after { content: ""; height: 4px; flex: 1; background: var(--dv-sky); }
.dv-hero__rail .dv-section-title::after { display: none; }
.dv-latest__list { list-style: none; padding: 0; margin: 0; }
.dv-latest__item { padding: 16px 0; border-bottom: 1px solid var(--dv-line); }
.dv-latest__time { color: var(--dv-blue); font-size: 11px; font-weight: 700; }
.dv-latest__item h4 { margin: 5px 0 0; display: -webkit-box; overflow: hidden; font-size: 18px; line-height: normal; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }

.dv-card { min-width: 0; overflow: hidden; border: 1px solid var(--dv-line); background: #fff; display: flex; flex-direction: column; }
.dv-card__media { position: relative; overflow: hidden; background: var(--dv-soft); aspect-ratio: 16 / 9; }
.dv-card__media { display: block; width: 100%; margin: 0; padding: 0; }
.dv-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.dv-card:hover .dv-card__media img { transform: scale(1.025); }
.dv-card__body { flex: 1; padding: 24px; display: flex; flex-direction: column; }
.dv-card__kicker { margin: 0; color: var(--dv-sky); font-size: 20px; line-height: normal; font-weight: 700; }
.dv-card__kicker { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.dv-card__title { margin: 8px 0 0; display: -webkit-box; overflow: hidden; color: var(--dv-ink); font-size: 20px; font-weight: 700; line-height: normal; letter-spacing: -.025em; -webkit-box-orient: vertical; -webkit-line-clamp: 4; }
.dv-card__date { display: block; margin-top: auto; padding-top: 16px; color: #9e9e9e; font-size: 12px; font-weight: 400; line-height: 1.3; }
.dv-card--lead, .dv-card--featured { border: 0; }
.dv-card--lead .dv-card__media, .dv-card--featured .dv-card__media { aspect-ratio: 16 / 11; }
.dv-card__overlay { position: absolute; inset: auto 0 0; z-index: 2; padding: clamp(22px, 4vw, 52px); display: flex; align-items: flex-start; flex-direction: column; }
.dv-card--lead .dv-card__media::after, .dv-card--featured .dv-card__media::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(to bottom, transparent, rgba(0,0,0,.28)); pointer-events: none; }
.dv-card__kicker--overlay { position: relative; z-index: 1; margin: 0 0 14px; color: #fff; font-size: clamp(14px, 1.4vw, 22px); text-transform: none; text-shadow: 0 0 6px rgba(0,0,0,.9); }
.dv-card__title--overlay { position: relative; z-index: 1; margin: 0; display: block; overflow: visible; max-width: 94%; color: var(--dv-ink); font-size: 36px; font-weight: 700; line-height: normal; }
.dv-card__title--overlay span { padding: .08em .3em .12em; background: #fff; box-decoration-break: clone; -webkit-box-decoration-break: clone; }
.dv-card--compact .dv-card__body { padding: 24px; }
.dv-card--compact .dv-card__title { font-size: 20px; line-height: normal; }

.dv-services { margin-block: 28px; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--dv-line); background: #fff; }
.dv-service { min-height: 82px; padding: 16px 22px; display: flex; align-items: center; justify-content: space-between; gap: 16px; border-right: 1px solid var(--dv-line); }
.dv-service:last-child { border-right: 0; }
.dv-service__label { color: var(--dv-muted); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.dv-service__value { margin-top: 4px; font-size: 18px; font-weight: 700; }
.dv-service__meta { color: var(--dv-blue); font-size: 12px; font-weight: 700; }

.dv-services-grid { margin-block: clamp(42px, 5vw, 76px); display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--dv-gap); align-items: stretch; scroll-margin-top: 90px; }
.dv-services-grid > section { height: 100%; margin-block: 0; display: flex; flex-direction: column; }
.dv-services-grid .dv-currency__head, .dv-services-grid .dv-river__head, .dv-services-grid .dv-pharmacy__head { min-height: 72px; padding: 14px 18px; display: flex; align-items: center; justify-content: center; text-align: center; }
.dv-services-grid .dv-currency__head h4, .dv-services-grid .dv-river__head h4, .dv-services-grid .dv-pharmacy__head h4 { margin: 0; font-size: 18px; line-height: normal; font-weight: 600; }
.dv-services-grid .dv-currency__body, .dv-services-grid .dv-river__body, .dv-services-grid .dv-pharmacy__body { flex: 1; }
.dv-services-grid .dv-currency__body { grid-template-columns: 42px minmax(0, 1fr) 42px; }
.dv-services-grid .dv-currency__track { grid-auto-columns: 100%; }
.dv-services-grid .dv-currency__item { padding-inline: 10px; }
.dv-services-grid .dv-currency__prices { gap: 22px; }
.dv-services-grid .dv-currency__prices strong { font-size: 23px; }
.dv-services-grid .dv-river__body { grid-template-columns: 42px minmax(0, 1fr) 42px; }
.dv-services-grid .dv-river__item { padding-inline: 8px; grid-template-columns: 1fr 64px 1fr; gap: 8px; }
.dv-services-grid .dv-river__item h3 { font-size: 19px; }
.dv-services-grid .dv-river__trend svg { width: 44px; height: 44px; }
.dv-services-grid .dv-river__level { font-size: 25px; }

.dv-currency { margin-block: clamp(42px, 5vw, 76px); border: 1px solid var(--dv-line); background: #fff; }
.dv-currency__head { min-height: 72px; padding: 14px 20px; display: flex; align-items: center; background: var(--dv-soft); }
.dv-currency__head h4 { margin: 0; text-transform: uppercase; }
.dv-currency__body { min-height: 132px; display: grid; grid-template-columns: 64px minmax(0, 1fr) 64px; align-items: stretch; }
.dv-currency__viewport { overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; outline: none; }
.dv-currency__viewport::-webkit-scrollbar { display: none; }
.dv-currency__track { min-height: 100%; display: grid; grid-auto-flow: column; grid-auto-columns: 50%; }
.dv-currency__item { padding: 16px 24px; display: grid; place-content: center; text-align: center; scroll-snap-align: start; }
.dv-currency__item + .dv-currency__item { border-left: 1px solid var(--dv-line); }
.dv-currency__item h3 { margin: 0 0 8px; color: var(--dv-ink); font-size: 20px; font-weight: 400; }
.dv-currency__prices { display: flex; justify-content: center; gap: clamp(26px, 4vw, 60px); }
.dv-currency__prices div { display: grid; gap: 3px; }
.dv-currency__prices strong { color: var(--dv-ink); font-size: 28px; line-height: 1; font-weight: 700; white-space: nowrap; }
.dv-currency__prices span { color: var(--dv-ink); font-size: 14px; }
.dv-currency__arrow { border: 0; background: #fff; color: var(--dv-ink); font-family: inherit; font-size: 46px; font-weight: 400; line-height: 1; cursor: pointer; }
.dv-currency__arrow:hover { color: var(--dv-blue); background: #fafafa; }
.dv-currency__source { display: block; padding: 0 24px 14px; color: var(--dv-muted); text-align: right; font-size: 11px; }

.dv-river { margin-block: clamp(42px, 5vw, 76px); border: 1px solid var(--dv-line); background: #fff; }
.dv-river__head { min-height: 72px; padding: 14px 20px; display: grid; place-items: center; background: #9de9f3; text-align: center; }
.dv-river__head h4 { margin: 0; text-transform: uppercase; }
.dv-river__body { min-height: 132px; display: grid; grid-template-columns: 68px minmax(0, 1fr) 68px; align-items: stretch; }
.dv-river__viewport { overflow: hidden; scroll-snap-type: x mandatory; outline: none; }
.dv-river__track { height: 100%; display: grid; grid-auto-flow: column; grid-auto-columns: 100%; }
.dv-river__item { padding: 16px 28px 12px; display: grid; grid-template-columns: minmax(180px, 1fr) 120px minmax(180px, 1fr); grid-template-rows: 1fr auto; align-items: center; gap: 8px 40px; text-align: center; scroll-snap-align: start; }
.dv-river__item h3 { margin: 0; font-size: 28px; font-weight: 600; }
.dv-river__trend { display: grid; place-items: center; }
.dv-river__trend svg { width: 58px; height: 58px; fill: none; stroke: currentColor; stroke-width: 3.5; stroke-linecap: round; stroke-linejoin: round; }
.dv-river__trend--up { color: #198754; }
.dv-river__trend--down { color: #c62828; transform: rotate(180deg); }
.dv-river__trend--same { color: #68737d; }
.dv-river__level { color: var(--dv-ink); font-size: 36px; font-weight: 700; white-space: nowrap; }
.dv-river__meta { grid-column: 1 / -1; color: var(--dv-muted); font-size: 12px; }
.dv-river__arrow { border: 0; background: #fff; color: var(--dv-ink); font-family: inherit; font-size: 46px; font-weight: 400; line-height: 1; cursor: pointer; }
.dv-river__arrow:hover { color: var(--dv-blue); background: #fafafa; }
.dv-river__source { display: block; padding: 0 24px 14px; color: var(--dv-muted); text-align: right; font-size: 11px; }

.dv-pharmacy { margin-block: clamp(42px, 5vw, 76px); border: 1px solid var(--dv-line); background: #fff; }
.dv-pharmacy__head { min-height: 72px; padding: 12px 18px; display: flex; align-items: center; background: #198754; color: #fff; }
.dv-pharmacy__head h4 { margin: 0; color: inherit; text-transform: uppercase; }
.dv-pharmacy__body { min-height: 132px; display: grid; grid-template-columns: 42px minmax(0, 1fr) 42px; align-items: stretch; }
.dv-pharmacy__viewport { overflow: hidden; scroll-snap-type: x mandatory; outline: none; }
.dv-pharmacy__track { height: 100%; display: grid; grid-auto-flow: column; grid-auto-columns: 100%; }
.dv-pharmacy__item { padding: 12px 8px 8px; display: grid; grid-template-columns: 48px minmax(0, 1fr) auto; align-items: center; gap: 8px 12px; scroll-snap-align: start; }
.dv-pharmacy__cross { color: #198754; font-size: 44px; line-height: 1; }
.dv-pharmacy__info { min-width: 0; }
.dv-pharmacy__info h3 { margin: 0 0 5px; font-size: 20px; font-weight: 700; }
.dv-pharmacy__info p { margin: 0; color: var(--dv-muted); font-size: 12px; line-height: 1.35; }
.dv-pharmacy__info p + p { margin-top: 2px; }
.dv-pharmacy__actions { grid-column: 3; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 7px; }
.dv-pharmacy__actions a { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 999px; color: #198754; background: #eef8f2; }
.dv-pharmacy__actions svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.dv-pharmacy__arrow { border: 0; background: #fff; color: var(--dv-ink); font-family: inherit; font-size: 46px; font-weight: 400; line-height: 1; cursor: pointer; }
.dv-pharmacy__arrow:hover { color: #198754; background: #fafafa; }
.dv-pharmacy__source-row { min-height: 25px; padding: 0 18px 12px; display: flex; justify-content: flex-end; align-items: center; gap: 5px; color: var(--dv-muted); font-size: 11px; }
.dv-pharmacy__source-row a { color: inherit; }
.dv-pharmacy__source-row time { color: inherit; }

.dv-currency__arrow:disabled, .dv-river__arrow:disabled, .dv-pharmacy__arrow:disabled { opacity: 0; pointer-events: none; }

.dv-block { margin-block: clamp(40px, 5vw, 76px); }
.dv-block__head { margin-bottom: 20px; display: flex; align-items: center; gap: 22px; }
.dv-block__head::before { content: ""; height: 1px; flex: 1; order: 2; background: #bdbdbd; }
.dv-block__title { margin: 0; order: 1; color: var(--dv-ink); font-size: 28px; line-height: normal; white-space: nowrap; }
.dv-block__more { margin: 0; order: 3; font-size: 20px; line-height: normal; font-weight: 600; white-space: nowrap; }
.dv-block__more a { color: var(--dv-ink); }
.dv-category-page .dv-banner--horizontal { margin-top: 30px; }
.dv-category-title { margin: 34px 0 22px; display: flex; align-items: center; gap: 22px; }
.dv-category-title::after { content: ""; height: 1px; flex: 1; background: #bdbdbd; }
.dv-category-title h1 { margin: 0; font-size: 28px; white-space: nowrap; }
.dv-category-featured { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--dv-gap); }
.dv-category-featured .dv-card__media { min-height: 520px; }
.dv-category-content { margin-top: var(--dv-gap); display: grid; grid-template-columns: minmax(0, 3fr) minmax(240px, 1fr); gap: var(--dv-gap); align-items: start; }
.dv-category-content--no-ad { grid-template-columns: 1fr; }
.dv-category-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(22px, 3vw, 44px) var(--dv-gap); }
.dv-category-ads { position: sticky; top: 86px; }
.dv-category-ads .dv-banner { margin: 0; min-height: 520px; }
.dv-load-more { margin-top: 34px; display: flex; justify-content: center; }
.dv-load-more a { min-width: 170px; padding: 13px 24px; border: 1px solid var(--dv-blue); color: var(--dv-blue); text-align: center; font-size: 16px; font-weight: 700; text-transform: uppercase; }
.dv-load-more a:hover { background: var(--dv-blue); color: #fff; }
.dv-portada-module--titled { margin-top: clamp(54px, 7vw, 96px); padding-block: clamp(30px, 4vw, 56px); background: #eeeeee; box-shadow: 0 0 0 100vmax #eeeeee; clip-path: inset(0 -100vmax); }
.dv-module-heading { margin-bottom: 20px; display: flex; align-items: center; gap: 22px; }
.dv-module-heading::after { content: ""; height: 1px; flex: 1; background: #bdbdbd; }
.dv-module-heading h2 { margin: 0; font-size: 28px; white-space: nowrap; }
.dv-hero--embedded { margin-top: 0; }
.dv-single-page .dv-banner--horizontal { margin-block: 30px; }
.dv-article__meta { margin-top: 34px; padding-bottom: 12px; display: flex; justify-content: space-between; align-items: center; gap: 24px; border-bottom: 1px solid #bdbdbd; }
.dv-article__categories { font-size: 18px; font-weight: 700; }
.dv-article__categories a { color: var(--dv-ink); }
.dv-article__meta time { color: var(--dv-muted); font-size: 14px; white-space: nowrap; }
.dv-article__layout { margin-top: 24px; display: grid; grid-template-columns: minmax(0, 3fr) minmax(250px, 1fr); gap: var(--dv-gap); align-items: start; }
.dv-article__kicker { margin: 0 0 10px; color: var(--dv-blue); font-size: 20px; font-weight: 700; line-height: 1.35; }
.dv-article__layout--no-ad { grid-template-columns: 1fr; }
.dv-article__main { min-width: 0; }
.dv-article__title { max-width: 1050px; margin: 0 0 26px; font-size: 36px; line-height: normal; letter-spacing: -.025em; }
.dv-article__image { margin: 0 0 30px; }
.dv-article__image img { width: 100%; }
.dv-article__image figcaption, .dv-entry-content figcaption { margin-top: 8px; color: var(--dv-muted); font-size: 12px; line-height: 1.45; }
.dv-article__aside { position: sticky; top: 86px; }
.dv-article__aside .dv-banner { margin: 0; min-height: 600px; }
.dv-article__body-layout { display: grid; grid-template-columns: 48px minmax(0, 920px); align-items: start; gap: 20px; }
.dv-share { position: sticky; top: 86px; display: flex; flex-direction: column; gap: 10px; }
.dv-share a, .dv-share button { width: 42px; height: 42px; padding: 10px; display: grid; place-items: center; border: 1px solid #d8d8d8; border-radius: 999px; background: #fff; color: var(--dv-ink); cursor: pointer; transition: color .2s ease, border-color .2s ease, background .2s ease; }
.dv-share a:hover, .dv-share button:hover, .dv-share button.is-copied { border-color: var(--dv-blue); background: var(--dv-blue); color: #fff; }
.dv-share img { width: 20px; height: 20px; }
.dv-share a:hover img { filter: invert(1); }
.dv-share svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.dv-entry-content { max-width: 920px; color: var(--dv-ink); font-size: 18px; line-height: 1.7; }
.dv-entry-content > *:first-child { margin-top: 0; }
.dv-entry-content p { margin: 0 0 1.45em; font-size: 18px; line-height: 1.7; }
.dv-entry-content h2 { margin: 1.7em 0 .65em; font-size: 28px; line-height: 1.2; }
.dv-entry-content h3 { margin: 1.6em 0 .6em; font-size: 20px; line-height: 1.3; }
.dv-entry-content h4 { margin: 1.5em 0 .55em; font-size: 18px; line-height: 1.35; }
.dv-entry-content ul, .dv-entry-content ol { margin: 0 0 1.5em; padding-left: 1.45em; }
.dv-entry-content li { margin-bottom: .55em; line-height: 1.65; }
.dv-entry-content blockquote { margin: 1.8em 0; padding: 6px 0 6px 24px; border-left: 4px solid var(--dv-blue); }
.dv-entry-content blockquote p { margin: 0; font-size: 22px; font-weight: 600; }
.dv-entry-content a { color: var(--dv-blue); text-decoration: underline; text-underline-offset: 3px; }
.dv-entry-content figure { margin: 2em 0; }
.dv-entry-content img { width: auto; max-width: 100%; }
.dv-entry-content iframe, .dv-entry-content video { max-width: 100%; }
.dv-entry-content .wp-block-embed__wrapper { position: relative; overflow: hidden; }
.dv-entry-content table { width: 100%; margin: 1.8em 0; border-collapse: collapse; font-size: 15px; }
.dv-entry-content th, .dv-entry-content td { padding: 12px; border: 1px solid #d6d6d6; text-align: left; }
.dv-entry-content hr { margin: 2.2em 0; border: 0; border-top: 1px solid #bdbdbd; }
.dv-related { margin-block: clamp(48px, 6vw, 82px); }
.dv-grid-4 { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: var(--dv-gap); }
.dv-footer-news { margin-top: clamp(60px, 8vw, 110px); padding-top: 28px; border-top: 1px solid var(--dv-line); }
.dv-footer-news__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: var(--dv-gap); }
.dv-footer-news__column h2 { margin: 0; padding-bottom: 10px; border-bottom: 3px solid var(--dv-blue); font-size: 18px; font-weight: 700; line-height: 1.25; }
.dv-footer-news__list { display: grid; }
.dv-footer-news__empty { margin: 0; padding: 16px 0; color: var(--dv-muted); font-size: 13px; }
.dv-footer-news__item { min-width: 0; padding: 14px 0; display: grid; grid-template-columns: 88px minmax(0, 1fr); align-items: center; gap: 14px; border-bottom: 1px solid var(--dv-line); }
.dv-footer-news__image { width: 88px; aspect-ratio: 16 / 10; overflow: hidden; background: var(--dv-soft); }
.dv-footer-news__image img { width: 100%; height: 100%; display: block; object-fit: cover; }
.dv-footer-news__item h3 { margin: 0; display: -webkit-box; overflow: hidden; color: var(--dv-ink); font-size: 15px; font-weight: 600; line-height: 1.3; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.dv-grid-main { display: grid; grid-template-columns: minmax(0, 3fr) minmax(250px, 1fr); gap: var(--dv-gap); }
.dv-stack { display: grid; gap: var(--dv-gap); }

.dv-footer { margin-top: 70px; background: var(--dv-soft); color: var(--dv-ink); }
.dv-footer__inner { padding-block: 34px 28px; }
.dv-footer__top { min-height: 72px; display: grid; grid-template-columns: 1fr minmax(220px, 320px) 1fr; align-items: center; gap: 28px; border-bottom: 1px solid #cfcfcf; }
.dv-footer__socials { display: flex; align-items: center; gap: 18px; }
.dv-footer__socials a { width: 24px; height: 24px; display: grid; place-items: center; }
.dv-footer__socials img { width: 20px; height: 20px; display: block; }
.dv-footer__brand { display: block; justify-self: center; }
.dv-footer__brand img { width: min(100%, 250px); max-height: 48px; display: block; object-fit: contain; }
.dv-footer__services-link { justify-self: end; color: var(--dv-ink); font-size: 14px; font-weight: 700; }
.dv-footer__categories { padding-block: 24px; border-bottom: 1px solid #cfcfcf; }
.dv-footer__categories ul { margin: 0; padding: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 30px; list-style: none; }
.dv-footer__categories a { color: var(--dv-ink); font-size: 13px; font-weight: 600; }
.dv-footer__legal { padding-top: 24px; display: grid; justify-items: center; text-align: center; }
.dv-footer__legal p { margin: 0; color: var(--dv-ink); font-size: 13px; line-height: 1.55; }
.dv-footer__credit { margin-top: 18px; display: flex; align-items: center; gap: 9px; color: var(--dv-muted); font-size: 11px; }
.dv-footer__credit img { width: auto; max-width: 100%; height: auto; max-height: 25px; display: block; }

@media (max-width: 980px) {
  .dv-header__main { grid-template-columns: auto minmax(220px, 1fr) auto; gap: 20px; }
  .dv-menu-trigger span { display: none; }
  .dv-nav__date { display: none; }
  .dv-nav__inner { grid-template-columns: minmax(0, 1fr); }
  .dv-sticky-header__inner { grid-template-columns: 42px 96px minmax(0, 1fr); gap: 14px; }
  .dv-sticky-header__brand { width: 96px; }
  .dv-sticky-header__date { display: none; }
  .dv-hero { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dv-superfeatured .dv-card__media { min-height: 540px; }
  .dv-superfeatured--one .dv-card__media { height: clamp(360px, 52vw, 550px); min-height: 0; }
  .dv-hero__lead { grid-column: 1 / -1; }
  .dv-hero--no-lead .dv-hero__secondary { grid-column: 1 / -1; }
  .dv-hero__lead .dv-card--lead .dv-card__media { min-height: 560px; }
  .dv-grid-main { grid-template-columns: 1fr; }
  .dv-grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dv-footer-news__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dv-services { grid-template-columns: 1fr; }
  .dv-services-grid { grid-template-columns: 1fr; }
  .dv-services-grid > section { min-height: auto; }
  .dv-services-grid .dv-currency__head, .dv-services-grid .dv-river__head, .dv-services-grid .dv-pharmacy__head { min-height: 72px; }
  .dv-services-grid .dv-currency__track { grid-auto-columns: 50%; }
  .dv-category-content { grid-template-columns: 1fr; }
  .dv-category-ads { position: static; }
  .dv-category-ads .dv-banner { min-height: 180px; }
  .dv-article__layout { grid-template-columns: 1fr; }
  .dv-article__aside { position: static; }
  .dv-article__aside .dv-banner { min-height: 180px; }
  .dv-service { border-right: 0; border-bottom: 1px solid var(--dv-line); }
  .dv-service:last-child { border-bottom: 0; }
}

@media (max-width: 620px) {
  .dv-shell { width: min(calc(100% - 22px), var(--dv-shell-max)); }
  .dv-header__ad { padding-top: 10px; }
  .dv-header__ad .dv-banner { min-height: 72px; margin-bottom: 12px; }
  .dv-header__main { min-height: 76px; grid-template-columns: auto 1fr auto; gap: 10px; }
  .dv-header__tools { gap: 2px; }
  .dv-socials a:not(:first-child) { display: none; }
  .dv-socials { gap: 0; }
  .dv-sticky-header { height: 58px; }
  .dv-sticky-header__inner { grid-template-columns: 38px 82px minmax(0, 1fr); gap: 9px; }
  .dv-sticky-header__brand { width: 82px; }
  .dv-sticky-header__context { font-size: 16px; }
  .dv-drawer { padding-inline: 20px; }
  .dv-drawer__categories { grid-template-columns: 1fr; }
  .dv-search-overlay { min-height: 132px; padding: 30px 16px 18px; }
  .dv-search-form { grid-template-columns: auto 1fr; gap: 10px; }
  .dv-search-form svg { width: 22px; height: 22px; }
  .dv-search-form input { font-size: 20px; }
  .dv-search-form button { grid-column: 1 / -1; justify-self: end; }
  .dv-live-search__list { grid-template-columns: 1fr; }
  .dv-currency__head { min-height: 64px; padding: 14px 16px; }
  .dv-currency__head h4 { font-size: 18px; }
  .dv-currency__body { grid-template-columns: 42px minmax(0, 1fr) 42px; }
  .dv-currency__track { grid-auto-columns: 100%; }
  .dv-services-grid .dv-currency__track { grid-auto-columns: 100%; }
  .dv-currency__item { padding: 24px 10px; }
  .dv-currency__prices { gap: 24px; }
  .dv-currency__prices strong { font-size: 23px; }
  .dv-currency__arrow { font-size: 46px; }
  .dv-river__head { min-height: 64px; padding: 14px 16px; }
  .dv-river__head h4 { font-size: 18px; }
  .dv-services-grid .dv-currency__head, .dv-services-grid .dv-river__head, .dv-services-grid .dv-pharmacy__head { min-height: 64px; }
  .dv-river__body { grid-template-columns: 42px minmax(0, 1fr) 42px; }
  .dv-river__item { padding: 22px 8px 18px; grid-template-columns: 1fr 64px 1fr; gap: 8px; }
  .dv-river__item h3 { font-size: 19px; }
  .dv-river__trend svg { width: 44px; height: 44px; }
  .dv-river__level { font-size: 25px; }
  .dv-river__arrow { font-size: 46px; }
  .dv-hero { grid-template-columns: 1fr; }
  .dv-superfeatured--two { grid-template-columns: 1fr; }
  .dv-superfeatured .dv-card__media { min-height: 500px; }
  .dv-superfeatured--one .dv-card__media { height: 420px; min-height: 0; }
  .dv-hero__lead { grid-column: auto; }
  .dv-hero__lead .dv-card--lead .dv-card__media { min-height: 520px; }
  .dv-hero__secondary, .dv-grid-4 { grid-template-columns: 1fr; }
  .dv-footer-news__grid { grid-template-columns: 1fr; }
  .dv-hero--no-lead .dv-hero__secondary { grid-column: auto; grid-template-columns: 1fr; }
  .dv-card--lead .dv-card__media { aspect-ratio: 4 / 3; }
  .dv-card__overlay { padding: 18px; }
  .dv-card__title--overlay { max-width: 100%; font-size: 36px; }
  .dv-card__body, .dv-card--compact .dv-card__body { padding: 18px; }
  .dv-category-featured, .dv-category-grid { grid-template-columns: 1fr; }
  .dv-category-featured .dv-card__media { min-height: 430px; }
  .dv-category-title h1, .dv-module-heading h2 { font-size: 24px; }
  .dv-article__meta { align-items: flex-start; flex-direction: column; gap: 8px; }
  .dv-article__meta time { white-space: normal; }
  .dv-article__title { font-size: 36px; }
  .dv-article__body-layout { grid-template-columns: 1fr; gap: 18px; }
  .dv-share { position: static; flex-direction: row; }
  .dv-entry-content, .dv-entry-content p { font-size: 17px; }
  .dv-footer__top { grid-template-columns: 1fr; justify-items: center; padding-bottom: 24px; }
  .dv-footer__services-link { justify-self: center; }
}
