body {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  color: #1a1a1a;
  background: #f7f5f0;
  line-height: 1.65;
}
.wrap {
  max-width: 720px;
  margin: 0 auto;
  padding: 1.5rem 1.25rem 3rem;
  background: #fff;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.06);
}
header {
  border-bottom: 2px solid #2c5282;
  margin-bottom: 1.5rem;
  padding-bottom: 0.75rem;
}
header h1 {
  margin: 0 0 0.35rem;
  font-size: 1.55rem;
  color: #1e3a5f;
}
header .meta {
  font-size: 0.85rem;
  color: #555;
  font-family: Arial, Helvetica, sans-serif;
}
nav.breadcrumb {
  font-size: 0.82rem;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 1rem;
}
nav.breadcrumb a {
  color: #2c5282;
}
h2 {
  font-size: 1.15rem;
  color: #234e70;
  margin-top: 1.75rem;
}
p,
li {
  font-size: 1rem;
}
.report-tag {
  display: inline-block;
  font-size: 0.72rem;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  background: #edf2f7;
  color: #2d3748;
  padding: 0.2rem 0.5rem;
  margin-bottom: 0.75rem;
}
ul.reports {
  list-style: none;
  padding: 0;
}
ul.reports li {
  margin: 0.85rem 0;
  padding: 0.75rem 0;
  border-bottom: 1px solid #e2e8f0;
}
ul.reports a {
  color: #1e3a5f;
  font-weight: bold;
  text-decoration: none;
}
ul.reports a:hover {
  text-decoration: underline;
}
ul.reports .desc {
  display: block;
  font-size: 0.92rem;
  color: #444;
  margin-top: 0.35rem;
  font-weight: normal;
}
footer {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid #ddd;
  font-size: 0.8rem;
  color: #666;
  font-family: Arial, Helvetica, sans-serif;
}
.cite {
  font-size: 0.88rem;
  color: #555;
  border-left: 3px solid #cbd5e0;
  padding-left: 0.75rem;
  margin: 1.25rem 0;
}
ul.local-resources {
  list-style: disc;
  padding-left: 1.35rem;
  margin: 0.75rem 0 1rem;
}
ul.local-resources li {
  margin: 0.55rem 0;
}
ul.local-resources a {
  color: #2c5282;
  font-weight: bold;
}
.local-resources-note {
  font-size: 0.88rem;
  color: #555;
  font-family: Arial, Helvetica, sans-serif;
}
.see-also-local {
  font-size: 0.92rem;
  background: #f7fafc;
  border: 1px solid #e2e8f0;
  padding: 0.85rem 1rem;
  margin: 1.5rem 0;
}
.see-also-local a {
  color: #2c5282;
}
