.pdf-modal{
  width:min(94vw,1180px); max-width:none; height:min(92vh,900px);
  padding:0; border:0; border-radius:16px;
  background:var(--bde-palette-color-4,#F4F0EC); overflow:hidden;
}
.pdf-modal::backdrop{ background:rgba(20,16,14,.62); backdrop-filter:blur(2px); }
.pdf-flip{ width:100%; height:100%; }
.pdf-modal__close{
  position:absolute; top:12px; right:14px; z-index:10;
  width:40px; height:40px; border:0; border-radius:999px;
  background:var(--bde-brand-primary-color,#F37042); color:#fff;
  font-size:22px; line-height:1; cursor:pointer;
  transition:background .2s ease, transform .15s ease;
}
.pdf-modal__close:hover{ background:#E3673B; transform:scale(1.05); }
.pdf-modal__loading{
  position:absolute; inset:0; display:flex; align-items:center; justify-content:center;
  color:var(--bde-headings-color,#27221f); font-weight:600; font-size:1rem;
}
