html {
  scroll-behavior: smooth;
}

body {
  font-feature-settings: "cv02", "cv03", "cv04", "cv11", "ss01", "ss03";
}

.print-story {
  break-inside: avoid;
  page-break-inside: avoid;
}

.print-story + .print-story {
  border-top: 1px solid rgb(9 9 11 / 0.1);
  margin-top: 2.5rem;
  padding-top: 2.5rem;
}

@page {
  margin: 0.75in;
}

@media print {
  html {
    scroll-behavior: auto;
  }

  body {
    background: white;
    color: #18181b;
  }

  .flash,
  .screen-only {
    display: none !important;
  }

  .print-batch {
    margin: 0;
    max-width: none;
    padding: 0;
  }

  .print-header {
    padding-bottom: 0.45in;
  }

  .print-stories {
    margin-top: 0.45in;
  }
}
