:root {
  --rs-field-gap-small: .8em;
  --rs-field-gap: 1.6em;
  --rs-bg-color: #fff;
}

@media not ((orientation: portrait) and (max-width: 550px)) {
  .pdf-view .view-mode--teaser {
    display: none;
  }
}
.pdf-view .view-mode--teaser .content-layout {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: var(--scouts-field-gap-small);
}
.pdf-view .view-mode--teaser .content-layout img {
  height: 6em;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  min-height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  box-shadow: 0 0 15px rgba(var(--bs-gray-800), var(--bs-link-opacity, 1));
}
.pdf-view .view-mode--teaser .content-layout .download-text {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
  font-weight: bold;
}
.pdf-view .pdf-reader {
  width: 100%;
  height: 90vh;
}
@media (orientation: portrait) and (max-width: 550px) {
  .pdf-view .pdf-reader {
    display: none;
  }
}

/*# sourceMappingURL=pdf.css.map*/