.reported-story-page {
  background: #f6f3ec;
}

.reported-main {
  width: min(92vw, 920px);
  margin: 0 auto;
  padding: 30px 24px 72px;
}

.reported-hero {
  padding: 8px 0 28px;
  border-bottom: 2px solid var(--ink);
}

.reported-status {
  margin-bottom: 12px;
  color: #666;
  font: 700 11px/1.3 Arial, Helvetica, sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.reported-hero h1 {
  max-width: 18ch;
  margin: 0;
  font-size: clamp(38px, 6vw, 72px);
  line-height: .98;
  letter-spacing: -.035em;
}

.reported-dek {
  max-width: 760px;
  margin: 20px 0 0;
  color: #333;
  font: 20px/1.42 Georgia, "Times New Roman", serif;
}

.reported-summary,
.reported-section,
.reported-timeline,
.reported-unanswered,
.reported-notes,
.reported-sources {
  margin-top: 34px;
}

.reported-summary p,
.reported-section p,
.reported-timeline p,
.reported-unanswered li,
.reported-notes p,
.reported-sources p {
  color: #222;
  font: 18px/1.62 Georgia, "Times New Roman", serif;
}

.reported-summary p:first-of-type {
  font-size: 22px;
  line-height: 1.5;
}

.reported-section h2 {
  margin: 0 0 14px;
  padding-top: 20px;
  border-top: 1px solid var(--ink);
  font-size: 30px;
  line-height: 1.08;
  letter-spacing: -.02em;
}

.report-cites {
  margin-left: 3px;
  font: 700 11px/1 Arial, Helvetica, sans-serif;
}

.report-cites a {
  color: var(--red);
  text-decoration: none;
}

.reported-timeline ol,
.reported-sources ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.reported-timeline li {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 22px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}

.reported-timeline time {
  font: 800 12px/1.4 Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

.reported-timeline p {
  margin: 0;
}

.reported-unanswered ul {
  margin: 0;
  padding-left: 22px;
}

.reported-unanswered li {
  margin: 10px 0;
}

.reported-notes aside {
  margin: 14px 0;
  padding: 16px 18px;
  border-left: 3px solid var(--red);
  background: rgba(255,255,255,.5);
}

.reported-notes h3 {
  margin: 0 0 6px;
  font: 900 13px/1.3 Arial, Helvetica, sans-serif;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.reported-notes p {
  margin: 0;
  font-size: 16px;
}

.reported-sources li {
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
}

.reported-source-type {
  margin-bottom: 4px;
  color: #777;
  font: 800 10px/1.2 Arial, Helvetica, sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.reported-sources a {
  font-weight: 800;
}

.reported-sources p {
  margin: 6px 0 0;
  color: #555;
  font-size: 14px;
  line-height: 1.45;
}

@media (max-width: 680px) {
  .reported-main {
    width: 100%;
    padding: 24px 16px 56px;
  }

  .reported-hero h1 {
    max-width: none;
  }

  .reported-dek {
    font-size: 18px;
  }

  .reported-summary p,
  .reported-section p,
  .reported-unanswered li {
    font-size: 17px;
  }

  .reported-timeline li {
    display: block;
  }

  .reported-timeline time {
    display: block;
    margin-bottom: 4px;
  }
}
