/** Focused-reader-only integration with the active Daily Dose site shell. */
body.dds-focused-reader-page .dds-site-header {
  position: static;
  top: auto;
}

body.dds-focused-reader-page .dds-site-header.is-scrolled {
  border-color: transparent;
  box-shadow: none;
}

.dds-focused-skip-link {
  position: fixed;
  z-index: 100000;
  top: 8px;
  left: 8px;
  padding: 10px 14px;
  color: #fff;
  background: #0a2943;
  border-radius: 4px;
  transform: translateY(-180%);
}

.dds-focused-skip-link:focus {
  transform: translateY(0);
}

.dds-focused-reader-main {
  min-height: 60vh;
}

.dds-focused-fallback-header,
.dds-focused-fallback-footer {
  padding: 18px clamp(20px, 4vw, 64px);
  background: #fff;
}

.dds-focused-reader-noscript {
  max-width: 760px;
  margin: 48px auto;
  padding: 28px;
  color: #152b3f;
  background: #fffefa;
  border: 1px solid #d7e0e7;
  border-radius: 16px;
}
