/* Documento legible también sin JavaScript y desde el menú de impresión. */
.pv-page{text-align:left}
.pv-barra,.pv-pie{max-width:900px;margin:0 auto;padding:28px 24px;
  display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:20px}
.pv-barra img{display:block;max-width:100%;height:auto}
.pv-barra a,.pv-pie a,.pv-documento a{color:var(--olive);text-underline-offset:3px}
.pv-documento{max-width:760px;margin:24px auto;padding:clamp(24px,5vw,48px);
  background:var(--cream);border-radius:26px;overflow-wrap:anywhere}
.pv-documento h1{font-size:clamp(28px,5vw,38px);line-height:1.15;
  font-weight:800;letter-spacing:-.025em;margin-bottom:12px}
.pv-documento h2{font-size:16px;font-weight:800;color:var(--olive);
  line-height:1.4;margin:30px 0 10px}
.pv-documento p{font-size:15px;font-weight:500;line-height:1.75}
.pv-documento p+p{margin-top:12px}
.pv-pie{font-size:13px}
@media (max-width:820px){.pv-documento{margin:12px 20px}}
@media print{
  .pv-barra,.pv-pie,.saltar,body::after{display:none}
  .pv-documento{max-width:none;margin:0;padding:0;border-radius:0;background:none}
  .pv-documento h2{break-after:avoid}
  .pv-documento p{orphans:3;widows:3}
  .pv-borrador{break-inside:avoid}
}
