/* Presentation rules only for the WordPress embed. The PDF/A4 source remains unchanged. */
html,
body {
  background: #f5f0e7;
  overflow-x: hidden;
}

.a4-document {
  width: 100%;
  margin: 0;
  background: #f5f0e7;
  box-shadow: none;
  overflow: visible;
}

.a4-page {
  width: 100%;
  margin: 0 auto;
  box-shadow: none;
}

/* Keep native dialogs centered in the visible iframe viewport after auto-resizing. */
.profile-lightbox[open],
.font-lightbox[open] {
  position: fixed;
  inset: 50% auto auto 50%;
  margin: 0;
  transform: translate(-50%, -50%);
  z-index: 2147483647;
}

@media screen and (max-width: 210mm) {
  .a4-document,
  .a4-page {
    width: 100% !important;
  }
}
