/* Componentes aislados: misma paleta y fuentes que la web. */
.veg-medicion {
  box-sizing: border-box;
  position: fixed;
  bottom: max(12px, env(safe-area-inset-bottom));
  left: 12px;
  z-index: 1000;
  width: min(440px, calc(100% - 24px));
  max-height: 50vh;
  max-height: 50dvh;
  overflow-y: auto;
  padding: 18px;
  background: var(--paper);
  color: var(--ink);
  border: 1px solid var(--ink);
  border-top: 3px solid var(--orange);
  font-family: Texto, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}
.veg-medicion[hidden] { display: none; }
.veg-medicion strong { font-size: 16px; }
.veg-medicion p { margin: 6px 0 12px; font-size: 14px; line-height: 1.5; }
.veg-medicion a, footer .veg-privacidad-nota a { color: inherit; text-decoration: underline; }
.veg-medicion-acciones { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.veg-medicion-acciones button {
  min-height: 44px;
  border: 1px solid var(--ink);
  padding: 8px;
  background: var(--paper);
  color: var(--ink);
  font: inherit;
  font-weight: 600;
  cursor: pointer;
}
.veg-medicion-acciones button:hover { background: var(--orange); }
footer .veg-medicion-preferencias {
  min-height: 44px;
  padding: 8px 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: 400 14px/1.5 Texto, sans-serif;
  text-decoration: underline;
  cursor: pointer;
}
.veg-medicion button:focus-visible, .veg-medicion a:focus-visible,
footer .veg-medicion-preferencias:focus-visible, footer .veg-privacidad-nota a:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 3px;
}
body.veg-consent-visible { padding-bottom: var(--veg-consent-space, 220px); }
@media (max-width: 800px) {
  body.veg-consent-visible .wa-flotante,
  body.veg-consent-visible .whatsapp-float {
    bottom: calc(var(--veg-consent-space, 220px) + env(safe-area-inset-bottom));
  }
  .veg-medicion { padding: 14px; }
}
footer .veg-privacidad-nota {
  flex-basis: 100%;
  grid-column: 1 / -1;
  width: 100%;
  margin: 0;
  font-family: Texto, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0;
  text-transform: none;
  color: inherit;
}

/* Página de información, sin modificar los títulos de captación. */
body.veg-privacidad { background: var(--paper); color: var(--ink); }
.veg-privacidad main, .veg-privacidad > footer { max-width: 880px; margin: auto; padding: 32px 24px; }
.veg-privacidad h1 { font: 700 clamp(36px, 6vw, 64px)/1.1 Antonio, sans-serif; text-transform: uppercase; margin: 32px 0 24px; }
.veg-privacidad h2 { font: 700 26px/1.2 Antonio, sans-serif; text-transform: uppercase; margin: 32px 0 12px; }
.veg-privacidad p, .veg-privacidad li { font: 400 16px/1.65 Texto, sans-serif; margin-bottom: 12px; }
.veg-privacidad main a { color: inherit; text-decoration: underline; }
.veg-privacidad .veg-privacidad-marca { display: inline-block; }
.veg-privacidad-marca img { display: block; width: 124px; height: auto; }
