/* El Pregonero — sistema "la carta". Watchdog en voz del pueblo.
   Sistema canónico: ver DESIGN.md.

   ── SISTEMA TIPOGRÁFICO (disciplinado) ──────────────────────────────
   UNA familia para todo: SANS (Suisse Intl; cae a Inter si no está).
   La jerarquía la dan el TAMAÑO, el PESO y el COLOR — nunca cambiar de
   fuente. La marca también es sans, distinguida por peso y tamaño.
   (La serif GT Sectra queda RESERVADA en --serif para un posible guiño
   en el masthead cuando se cargue; hoy no se usa: la Caslon gratis no
   convence y mezclar dos tipos ensuciaba.)

   Escala (móvil primero), toda en una sans:
     marca .......... 25 / 700
     entradilla ..... 20 / 400
     titular ........ 18 / 700
     cuerpo ......... 17 / 400
     enlace ......... 14 / 600 / rojo
     etiqueta ....... 12 / 700 / VERSALITA / rojo
   Color: tinta #141414, gris frío #6b6b6b, rojo de acento #c8102e.
   ──────────────────────────────────────────────────────────────────── */

@font-face {
  font-family: 'Suisse Intl';
  src: url('assets/SuisseIntl-Book.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Suisse Intl';
  src: url('assets/SuisseIntl-BookIt.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Suisse Intl';
  src: url('assets/SuisseIntl-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --paper: #ffffff;
  --ink: #141414;
  --muted: #6b6b6b;
  --line: #e7e7e7;
  --accent: #c8102e;
  --sans: 'Suisse Intl', 'Neue Haas Grotesk Text', 'Avenir Next', Arial, system-ui, -apple-system, sans-serif;
  --serif: 'GT Sectra', Georgia, serif;   /* reservada; hoy sin uso */
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; }

body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
::selection { background: var(--accent); color: #fff; }
a { color: var(--accent); }
i { font-style: italic; }

.sheet { max-width: 600px; margin: 0 auto; padding: 36px 22px 72px; }

/* ── Membrete ─────────────────────────────────────────── */
.cabecera { padding-bottom: 20px; border-bottom: 1px solid var(--line); margin-bottom: 30px; }
.cabecera::before {            /* tirilla roja: el guiño al bando */
  content: ''; display: block; width: 30px; height: 3px;
  background: var(--accent); margin-bottom: 16px;
}
.cabecera .marca {
  font-family: var(--sans); font-weight: 700;
  font-size: 25px; line-height: 1; letter-spacing: -.02em; color: var(--ink);
}
.cabecera .marca span { font-weight: 400; color: var(--muted); }
.cabecera .edicion {
  margin-top: 11px;
  font-size: 11px; font-weight: 600; letter-spacing: .13em;
  text-transform: uppercase; color: var(--muted);
}

.backbar { margin-bottom: 24px; }
.backbar a { color: var(--muted); text-decoration: none; font-size: 13px; }
.backbar a:hover { color: var(--accent); }

/* ── Entradilla (el gancho) ───────────────────────────── */
.entradilla { margin-bottom: 14px; }
.entradilla p { font-size: 20px; line-height: 1.48; margin-bottom: 12px; text-wrap: pretty; }
.entradilla p:last-child { margin-bottom: 0; }

/* ── Secciones ────────────────────────────────────────── */
.grupo-titulo {
  font-size: 12px; font-weight: 700; letter-spacing: .14em;
  text-transform: uppercase; color: var(--accent);
  border-top: 2px solid var(--ink); padding-top: 14px;
  margin: 38px 0 22px;
}

/* ── Apuntes ──────────────────────────────────────────── */
.apunte { margin: 0 0 24px; }
.apunte + .apunte { border-top: 1px solid var(--line); padding-top: 24px; }
.grupo .apunte:last-child { margin-bottom: 0; }
.apunte .titulo {
  font-weight: 700; font-size: 18px; line-height: 1.3;
  margin-bottom: 9px; text-wrap: pretty; color: var(--ink);
}
.apunte p { font-size: 17px; line-height: 1.6; margin-bottom: 7px; }
.apunte p:last-of-type { margin-bottom: 0; }
.apunte p b { font-weight: 700; }
.apunte .dato { font-weight: 700; }

a.fuente, a.leer {
  display: inline-block; margin-top: 11px;
  font-size: 14px; font-weight: 600; color: var(--accent); text-decoration: none;
}
a.fuente:hover, a.leer:hover { text-decoration: underline; }

/* ── Firma / cierre ───────────────────────────────────── */
.firma { margin-top: 48px; padding-top: 24px; border-top: 2px solid var(--ink); }
.firma .despedida { font-size: 18px; font-weight: 600; }
.firma .pie { margin-top: 14px; font-size: 12px; color: var(--muted); line-height: 1.55; }
.firma .pie a { color: var(--muted); }

/* ── Crónica del pleno (lectura) ──────────────────────── */
.cronica-head { margin-bottom: 28px; }
.cronica-head .kicker {
  font-size: 12px; font-weight: 700; letter-spacing: .14em;
  text-transform: uppercase; color: var(--accent);
}
.cronica-head h1 {
  font-size: 27px; font-weight: 700; line-height: 1.15;
  letter-spacing: -.01em; margin: 12px 0 13px; text-wrap: balance; color: var(--ink);
}
.cronica-head .meta { font-size: 13px; color: var(--muted); }
.cronica-head .meta b { color: var(--ink); font-weight: 600; }

.cuerpo p { font-size: 17px; line-height: 1.66; margin-bottom: 15px; text-wrap: pretty; }
.cuerpo p b { font-weight: 700; }

/* ── Índice (archivo) ─────────────────────────────────── */
.lista { list-style: none; margin-top: 4px; }
.lista li { border-top: 1px solid var(--line); }
.lista li:first-child { border-top: none; }
.lista a {
  display: block; padding: 20px 0; text-decoration: none; color: inherit;
  transition: padding-left .14s ease;
}
.lista a:hover { padding-left: 6px; }
.lista .fecha {
  font-size: 11px; font-weight: 600; letter-spacing: .12em;
  text-transform: uppercase; color: var(--muted);
}
.lista .titulo { font-size: 18px; font-weight: 700; line-height: 1.3; margin-top: 6px; text-wrap: pretty; }
.lista a:hover .titulo { color: var(--accent); }

/* ── El detalle (la letra pequeña, debajo de la crónica) ── */
.leer-pleno {
  display: inline-block; margin-top: 6px;
  font-size: 15px; font-weight: 600; color: var(--accent); text-decoration: none;
}
.leer-pleno:hover { text-decoration: underline; }

.detalle { margin-top: 42px; }
.detalle-titulo {
  font-size: 12px; font-weight: 700; letter-spacing: .14em;
  text-transform: uppercase; color: var(--accent);
  border-top: 2px solid var(--ink); padding-top: 14px; margin-bottom: 22px;
}
.ficha { margin: 0 0 20px; }
.ficha + .ficha { border-top: 1px solid var(--line); padding-top: 20px; }
.ficha-titulo { font-weight: 700; font-size: 16px; line-height: 1.3; margin-bottom: 4px; }
.ficha-detalle { font-size: 15px; line-height: 1.55; color: var(--muted); margin-bottom: 0; }
.ficha .fuente { margin-top: 8px; font-size: 13px; }

/* ── Portada multi-concejo: rejilla de ediciones (sin cajas) ── */
.rejilla { display: grid; grid-template-columns: 1fr 1fr; gap: 0 30px; margin-top: 6px; }
.edicion-item { border-top: 1px solid var(--line); }
.rejilla > .edicion-item:nth-child(1),
.rejilla > .edicion-item:nth-child(2) { border-top: none; }
.edicion-item a, .edicion-item .bloque {
  display: block; padding: 18px 0; text-decoration: none; color: inherit;
}
.edicion-item a { transition: padding-left .14s ease; }
.edicion-item a:hover { padding-left: 6px; }
.edicion-item .nombre {
  font-size: 21px; font-weight: 700; line-height: 1.2;
  letter-spacing: -.01em; color: var(--ink); text-wrap: pretty;
}
.edicion-item a:hover .nombre { color: var(--accent); }
.edicion-item .nombre.prox { color: var(--muted); font-weight: 400; }
.edicion-item .meta {
  margin-top: 5px; font-size: 11px; font-weight: 600; letter-spacing: .12em;
  text-transform: uppercase; color: var(--muted);
}
@media (max-width: 480px) {
  .rejilla { grid-template-columns: 1fr; }
  .rejilla > .edicion-item:nth-child(2) { border-top: 1px solid var(--line); }
}

/* ── Landing de producto ──────────────────────────────── */
.landing-page {
  overflow-x: hidden;
  background: #fff;
}

.landing-page main {
  width: 100%;
  overflow-x: clip;
}

.gate-active .gated-content {
  display: none;
}

.landing-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100% - 32px, 1180px);
  margin: 0 auto;
  padding: 18px 0;
  border-bottom: 1px solid var(--ink);
}

.landing-brand,
.landing-nav-link,
.landing-footer a,
.annual-link {
  color: var(--ink);
  text-decoration: none;
}

.landing-brand {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.landing-nav-link,
.landing-kicker,
.section-meta,
.price-note {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  line-height: 1.2;
  text-transform: uppercase;
  color: var(--muted);
}

.landing-nav-link:hover,
.landing-footer a:hover,
.annual-link:hover {
  color: var(--accent);
}

.landing-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 760px) minmax(300px, 420px);
  gap: clamp(24px, 4vw, 56px);
  align-items: end;
  width: min(100% - 32px, 1180px);
  margin: 0 auto;
  padding: clamp(24px, 3.8vw, 48px) 0 26px;
  border-bottom: 0;
  overflow: clip;
}

.landing-kicker {
  margin-bottom: 18px;
}

.landing-hero h1 {
  max-width: 820px;
  font-size: clamp(38px, 5.1vw, 64px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-wrap: balance;
}

.hero-accent {
  text-decoration-line: underline;
  text-decoration-color: var(--accent);
  text-decoration-thickness: .055em;
  text-underline-offset: .11em;
  text-decoration-skip-ink: auto;
}

.landing-lede {
  max-width: 680px;
  margin-top: 18px;
  font-size: clamp(17px, 1.75vw, 22px);
  line-height: 1.24;
}

.landing-lede p + p {
  margin-top: 14px;
}

.landing-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 10px;
  margin-top: 18px;
}

.choice {
  position: relative;
  display: inline-flex;
}

.choice-label {
  position: absolute;
  top: -11px;
  right: 12px;
  z-index: 1;
  border: 1px solid var(--line);
  padding: 4px 8px 3px;
  color: var(--muted);
  background: var(--paper);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
  transform: rotate(3deg);
  transform-origin: center;
  white-space: nowrap;
  pointer-events: none;
}

.outline-btn {
  position: relative;
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ink);
  border-radius: 0;
  padding: 12px 18px;
  color: var(--ink);
  background: #fff;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
  cursor: pointer;
}

.outline-btn:hover {
  border-color: var(--accent);
  color: var(--accent);
}

.outline-btn-secondary {
  color: var(--accent);
  border-color: var(--accent);
}

.hero-map {
  display: block;
  align-self: center;
  width: 100%;
  margin: 0;
  padding-bottom: 10px;
}

.hero-map img {
  display: block;
  width: 100%;
  height: auto;
}

.product-section {
  width: min(100% - 32px, 1180px);
  margin: 0 auto;
  padding: 0 0 clamp(8px, 1.2vw, 14px);
  scroll-margin-top: 32px;
}

.section-change {
  padding-top: clamp(34px, 5vw, 68px);
}

.product-section + .product-section {
  padding-top: 0;
}

.product-section + .product-section::before {
  content: none;
}

.section-grid,
.subscribe-layout {
  display: grid;
  grid-template-columns: minmax(0, 680px) minmax(220px, 1fr);
  gap: clamp(22px, 5vw, 64px);
  align-items: start;
}

.product-explain .section-grid {
  grid-template-columns: 1fr;
  gap: 22px;
}

.product-explain .section-art {
  padding-top: 0;
}

.product-explain .reference-figure {
  width: min(100%, 760px);
}

.section-copy {
  max-width: 680px;
}

.section-copy h2 {
  margin-bottom: 22px;
  font-size: clamp(38px, 6.5vw, 92px);
  font-weight: 700;
  line-height: .94;
  letter-spacing: 0;
  text-wrap: balance;
}

.section-copy p {
  max-width: 680px;
  margin-bottom: 12px;
  color: var(--ink);
  font-size: clamp(18px, 2.1vw, 25px);
  line-height: 1.28;
}

.section-copy p:last-child {
  margin-bottom: 0;
}

.section-copy .line-list {
  line-height: 1.36;
}

.section-copy .section-callout {
  max-width: 880px;
  margin-top: clamp(20px, 3vw, 34px);
  margin-bottom: 14px;
  font-size: clamp(30px, 4.1vw, 52px);
  font-weight: 700;
  line-height: 1.03;
  text-wrap: balance;
}

.product-section:first-of-type .section-callout {
  margin-top: 0;
}

.section-copy .bopa-callout {
  max-width: 760px;
  margin-bottom: 20px;
  font-size: clamp(42px, 6.2vw, 76px);
  line-height: .98;
}

.u-accent {
  text-decoration-line: underline;
  text-decoration-color: var(--accent);
  text-decoration-thickness: .08em;
  text-underline-offset: .13em;
  text-decoration-skip-ink: auto;
}

.wide-copy {
  max-width: 860px;
}

.bopa-figure {
  width: min(100%, 860px);
  margin: 20px 0 22px;
}

.bopa-figure img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid var(--ink);
}

.bopa-figure figcaption {
  margin-top: 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.bopa-placeholder {
  min-height: clamp(180px, 36vw, 420px);
  display: flex;
  align-items: center;
  border: 1px solid var(--ink);
  padding: 18px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1.35;
  text-transform: uppercase;
}

.section-art {
  display: flex;
  justify-content: flex-start;
  padding-top: 6px;
}

.landing-illo {
  width: min(100%, 360px);
  height: auto;
  overflow: visible;
}

.landing-illo path,
.landing-illo circle {
  fill: none;
  stroke: var(--ink);
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.landing-illo .scribble {
  stroke-width: 3;
}

.landing-illo .accent-line,
.landing-illo .accent-dot {
  stroke: var(--accent);
}

.landing-illo .accent-dot {
  fill: var(--accent);
}

.reference-figure {
  width: min(100%, 430px);
  margin: 0;
}

.reference-figure img {
  display: block;
  width: 100%;
  height: auto;
}

.asturias-mess {
  width: min(100%, 430px);
  margin: 0;
}

.asturias-mess svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}

.asturias-mess path,
.asturias-mess circle {
  fill: none;
  stroke: var(--ink);
  stroke-width: 3.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.asturias-mess .map-line {
  stroke-width: 4;
}

.asturias-mess .noise-line {
  stroke-width: 2.2;
  opacity: .72;
}

.asturias-mess .noise-line.faint {
  opacity: .28;
}

.asturias-mess .accent-dot {
  fill: var(--accent);
  stroke: var(--accent);
}

.product-turn {
  border-bottom: 0;
}

.narrow-copy {
  max-width: 780px;
}

.proof-section .section-copy p {
  max-width: 760px;
}

.subscribe-section {
  padding-bottom: clamp(28px, 4vw, 48px);
}

.subscribe-layout {
  grid-template-columns: 1fr;
  gap: 22px;
}

.subscribe-section .price-panel {
  width: min(100%, 430px);
}

.price-panel {
  border: 1px solid var(--ink);
  padding: 18px;
}

.price-option + .price-option {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.price {
  font-size: clamp(86px, 14vw, 156px);
  font-weight: 700;
  line-height: .85;
}

.price-yearly {
  color: var(--accent);
  font-size: clamp(62px, 10vw, 112px);
}

.price-note {
  margin-top: 8px;
  color: var(--ink);
}

.price-panel .outline-btn {
  width: 100%;
  margin-top: 22px;
}

.annual-link {
  display: inline-flex;
  width: 100%;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  border: 1px solid var(--accent);
  background: #fff;
  color: var(--ink);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.1;
  padding: 12px 18px;
  text-align: center;
  text-decoration: none;
}

.landing-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 680px);
  gap: 28px;
  width: min(100% - 32px, 1180px);
  margin: 0 auto;
  padding: 22px 0 34px;
}

.landing-footer a {
  font-size: 15px;
  font-weight: 700;
}

.landing-footer p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  align-items: baseline;
}

.legal-page .landing-nav {
  margin-bottom: 36px;
}

.legal-page .legal-doc {
  width: min(100% - 32px, 760px);
  margin: 0 auto;
  padding: 0 0 72px;
}

.legal-doc header {
  padding-bottom: 22px;
  border-bottom: 2px solid var(--ink);
  margin-bottom: 28px;
}

.legal-kicker {
  color: var(--accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.legal-doc h1 {
  margin-top: 10px;
  font-size: clamp(34px, 7vw, 64px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-wrap: balance;
}

.legal-updated {
  margin-top: 14px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.legal-summary {
  border-bottom: 1px solid var(--line);
  padding-bottom: 22px;
  margin-bottom: 28px;
}

.legal-summary p,
.legal-doc section > p,
.legal-doc li {
  font-size: 17px;
  line-height: 1.62;
}

.legal-summary p + p,
.legal-doc section > p + p {
  margin-top: 12px;
}

.legal-doc section {
  margin-top: 30px;
}

.legal-doc h2 {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.18;
}

.legal-doc h3 {
  margin: 18px 0 8px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.25;
}

.legal-doc ul {
  margin: 10px 0 0 20px;
}

.legal-doc li + li {
  margin-top: 7px;
}

.legal-box {
  border: 1px solid var(--ink);
  padding: 16px;
  margin-top: 16px;
}

.legal-box p,
.legal-box li {
  font-size: 15px;
  line-height: 1.55;
}

.legal-box p + p {
  margin-top: 10px;
}

.legal-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 14px;
  font-size: 15px;
  line-height: 1.45;
}

.legal-table th,
.legal-table td {
  border-top: 1px solid var(--line);
  padding: 10px 0;
  text-align: left;
  vertical-align: top;
}

.legal-table th {
  width: 32%;
  padding-right: 18px;
  font-weight: 700;
}

.legal-note {
  color: var(--muted);
  font-size: 14px;
}

.legal-doc a {
  color: var(--accent);
  font-weight: 600;
}

.modal-open {
  overflow: hidden;
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(255, 255, 255, .92);
}

.modal-backdrop[hidden] {
  display: none;
}

.modal-panel {
  position: relative;
  width: min(100%, 620px);
  border: 1px solid var(--ink);
  background: #fff;
  padding: clamp(22px, 4vw, 34px);
}

.modal-panel-corporate {
  border-top: 4px solid var(--accent);
}

.modal-close {
  position: absolute;
  top: 10px;
  right: 12px;
  border: 0;
  background: transparent;
  color: var(--ink);
  font-family: inherit;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
}

.modal-close:hover {
  color: var(--accent);
}

.modal-panel p {
  font-size: clamp(24px, 4vw, 38px);
  font-weight: 700;
  line-height: 1.08;
  text-wrap: balance;
}

.modal-illo {
  display: block;
  width: min(100%, 320px);
  height: auto;
  margin-top: 20px;
}

@media (max-width: 900px) {
  .landing-hero {
    display: block;
  }
  .hero-map {
    display: none;
  }
  .section-grid,
  .subscribe-layout,
  .landing-footer {
    grid-template-columns: 1fr;
  }
  .section-art {
    padding-top: 4px;
  }
  .reference-figure {
    width: min(100%, 560px);
  }
}

.oferta {
  margin: 40px 0;
  padding: 28px 0;
  border-top: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
}

.oferta .incluye p {
  font-size: 16px;
  line-height: 1.55;
  margin-bottom: 6px;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.cta {
  display: inline-block;
  padding: 13px 22px;
  border: 1px solid var(--ink);
  border-radius: 0;
  color: var(--ink);
  background: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.cta:hover {
  color: var(--accent);
  border-color: var(--accent);
}

@media (max-width: 480px) {
  body { font-size: 16px; }
  .sheet { padding: 28px 18px 56px; }
  .cronica-head h1 { font-size: 24px; }
  .cta { width: 100%; text-align: center; }
  .landing-nav,
  .landing-hero,
  .product-section,
  .landing-footer {
    width: min(100% - 28px, 1180px);
  }
  .landing-hero {
    min-height: auto;
    padding-top: 34px;
    padding-bottom: 34px;
  }
  .landing-hero h1 {
    font-size: clamp(34px, 9.2vw, 40px);
  }
  .landing-lede {
    font-size: 18px;
    line-height: 1.28;
  }
  .landing-actions,
  .landing-actions .outline-btn,
  .choice {
    width: 100%;
  }
  .section-grid,
  .subscribe-layout,
  .landing-footer {
    grid-template-columns: 1fr;
  }
  .section-copy h2 {
    font-size: clamp(38px, 12vw, 54px);
  }
  .section-copy p {
    font-size: 18px;
    line-height: 1.3;
  }
  .section-art {
    padding-top: 8px;
  }
  .landing-illo {
    width: min(100%, 310px);
  }
  .price-panel {
    padding: 14px;
  }
  .price {
    font-size: 88px;
  }
}
