/* Dispatches — the long-form pages at communitycastnow.com/dispatches/.
 *
 * Loaded after /styles.css, which supplies --navy, --slate, --paper, --line,
 * --amber, --alert, --ink, the two typefaces, and the section/footer rules.
 * Only the additions a page of running prose needs live here.
 */

.crumb {
  border-bottom: 1px solid var(--line);
  padding: 18px 0;
  font-size: .88rem;
}
.crumb a { color: var(--slate); text-decoration: none; }
.crumb a:hover { text-decoration: underline; }

.dispatchhead { padding-top: 48px; }
.dispatchhead h1 {
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(1.7rem, 3.6vw, 2.6rem);
  line-height: 1.22;
  margin: 0 0 1.1rem;
  max-width: 24ch;
}

.attrib {
  border-left: 4px solid var(--amber);
  padding: 4px 0 4px 16px;
  margin: 0 0 2.4rem;
  color: var(--slate);
  font-size: .98rem;
  max-width: 62ch;
}

.body { max-width: 66ch; }
.body p { margin: 0 0 1.3rem; font-size: 1.05rem; line-height: 1.68; }
.body p:first-of-type { font-size: 1.14rem; color: var(--ink); }

/* The disclosure block. Styled like the advisory on the homepage on
 * purpose: on a government-facing site, a caveat that looks like a caveat
 * is worth more than one that hides. */
.provenance {
  margin: 2.8rem 0 0;
  padding: 20px 22px;
  background: #f4f6f9;
  border: 1px solid var(--line);
  border-left: 5px solid var(--alert);
  max-width: 66ch;
}
.provenance .hd {
  font-weight: 700;
  font-size: .82rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--alert);
  margin: 0 0 .5rem;
}
.provenance p { font-size: .92rem; line-height: 1.6; margin: 0 0 .7rem; color: var(--slate); }
.provenance p:last-child { margin-bottom: 0; }

.dispatchlist { list-style: none; padding: 0; margin: 2.2rem 0 0; max-width: 68ch; }
.dispatchlist li { border-top: 1px solid var(--line); padding: 22px 0; }
.dispatchlist li:last-child { border-bottom: 1px solid var(--line); }
.dispatchlist .tagline {
  font-size: .76rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--slate);
  margin: 0 0 .45rem;
}
.dispatchlist h2 {
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 1.2rem;
  line-height: 1.3;
  margin: 0 0 .45rem;
}
.dispatchlist h2 a { color: var(--navy); text-decoration: none; }
.dispatchlist h2 a:hover { text-decoration: underline; }
.dispatchlist p { margin: 0; color: var(--slate); font-size: .97rem; max-width: 62ch; }

.nextstep { margin-top: 2.6rem; padding-top: 1.8rem; border-top: 1px solid var(--line); max-width: 66ch; }
