/* Magazine / dossier print layer for report exports */
.rs-issue {
  background: #f6f0e6;
  color: #15110d;
  padding: clamp(28px, 5vw, 56px);
  max-width: 1040px;
  margin: 0 auto;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.58;
}
.rs-cover {
  min-height: 28vh;
  border-bottom: 3px solid #e85a2c;
  margin-bottom: 28px;
  padding-bottom: 24px;
}
.rs-cover h2 {
  font-size: clamp(38px, 6vw, 76px);
  line-height: 0.96;
  max-width: 900px;
}
.rs-kicker {
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #e85a2c;
}
.rs-issue .rs-finding {
  break-inside: avoid;
  border-top: 1px solid rgba(20, 16, 12, 0.18);
  padding-top: 20px;
  margin-top: 28px;
}
.rs-issue .rs-finding h3 {
  color: #e85a2c;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 16px;
}
.rs-issue .rs-finding p {
  font-size: 20px;
  max-width: 82ch;
}
.rs-issue .rs-foot {
  border-top: 2px solid rgba(20, 16, 12, 0.22);
  margin-top: 42px;
  padding-top: 16px;
}
@media print {
  @page { margin: 0.55in; }
  body { background: #fff !important; }
  .shell, .sidebar, .topbar, .contextbar, .notice:not(.print-keep), button, .btn { display: none !important; }
  .rs-issue {
    box-shadow: none !important;
    max-width: none;
    padding: 0;
  }
  .rs-cover { break-after: page; }
  .rs-issue .rs-finding:nth-of-type(4n) { break-after: page; }
}
