/* Print styles — loaded with media: print in libraries.yml. */

/* Hide non-content elements */
.otb-header,
.otb-footer,
.otb-theme-toggle,
.otb-filter,
.otb-film__toggle,
.otb-film__purchase,
.otb-hero__cta,
.tabs,
.messages,
.otb-notice {
  display: none !important;
}

/* Reset to light mode */
body {
  color: #000;
  background: #fff;
}

.main {
  background: #fff !important;
  box-shadow: none !important;
}

a {
  color: #000;
  text-decoration: underline;
}

/* Show URLs after links */
.otb-page__body a[href^="http"]::after {
  content: " (" attr(href) ")";
  font-size: 0.8em;
  font-weight: normal;
}

img {
  max-width: 100% !important;
}
