.elementor-10518 .elementor-element.elementor-element-486c625{--display:flex;}/* Start custom CSS */html, body { height: 100%; }

.pdf-fullscreen {
  /* iOS-friendly viewport units */
  min-height: 100svh;   /* iOS 16+ */
  height: 100dvh;       /* dynamic viewport (iOS 16.4+) */
  width: 100%;
  margin: 0;
  padding: 0;
}

.pdf-fullscreen embed,
.pdf-fullscreen iframe,
.pdf-fullscreen object {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Fallback for older iOS Safari that ignores svh/dvh */
@supports (-webkit-touch-callout: none) {
  .pdf-fullscreen { height: 100vh; }
}/* End custom CSS */