.prema-pdf-dialog {
  box-sizing: border-box;
  width: min(460px, calc(100vw - 32px));
  max-height: calc(100dvh - 32px);
  padding: 28px;
  border: 1px solid #70868e;
  border-radius: 20px;
  background: #304149;
  color: #fff;
  font-family: "DM Sans", sans-serif;
  overflow: auto;
}
.prema-pdf-dialog::backdrop { background: rgba(15, 28, 33, .7); }
.prema-pdf-dialog h2 { margin: 0 35px 16px 0; color: #fff; font: 700 22px/1.3 "DM Sans", sans-serif; }
.prema-pdf-dialog p { margin: 12px 0; font-size: 14px; line-height: 1.5; }
.prema-pdf-dialog .prema-pdf-close { position: absolute; top: 18px; right: 18px; border: 0; background: none; color: #fff; font: 26px/1 sans-serif; cursor: pointer; }
.prema-pdf-dialog .prema-pdf-actions { display: grid; gap: 12px; margin-top: 22px; }
.prema-pdf-dialog button:not(.prema-pdf-close) { min-height: 44px; border: 1px solid #a0b0b6; border-radius: 9px; background: transparent; color: #fff; font: 700 14px "DM Sans", sans-serif; cursor: pointer; }
.prema-pdf-dialog button:disabled { opacity: .5; cursor: default; }
.prema-pdf-dialog button:focus-visible { outline: 2px solid #fff; outline-offset: 4px; }
.prema-pdf-dialog [data-pdf-status] { min-height: 1.5em; }
.prema-pdf-dialog [data-pdf-status].is-error { color: #ffd0c5; }
.prema-pdf-dialog [data-pdf-email-note] { color: #c5d1d5; font-size: 12px; overflow-wrap: anywhere; }
