:root {
  --page-bg: #cacacc;
  --font-serif: "Newsreader", Georgia, "Times New Roman", serif;
}

html {
  background: var(--page-bg);
}

body {
  margin: 0;
  background: var(--page-bg);
  color: #111;
  font-family: var(--font-serif);
  font-size: 1.0625rem;
  line-height: 1.55;
  font-optical-sizing: auto;
}

a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.12em;
  text-decoration-color: rgba(12, 12, 20, 0.35);
}

a:visited {
  color: inherit;
}

a:hover {
  text-decoration-color: currentColor;
}

.site-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid rgba(12, 12, 20, 0.12);
}

.site-name {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.2;
  text-decoration: none;
  color: inherit;
}

.site-name h1 {
  margin: 0;
  font: inherit;
}

.site-name a {
  color: inherit;
  text-decoration: none;
}

.site-nav {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.5rem 1.25rem;
  font-size: 1.125rem;
}

.site-nav a {
  text-decoration: none;
}

.site-nav a:hover {
  text-decoration: underline;
}

.site-nav a[aria-current="page"] {
  font-weight: bold;
}

main {
  padding: 1.25rem 1.5rem;
  max-width: 42rem;
}

main > ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 2rem;
  row-gap: 0.15em;
}

main ul,
main ol {
  list-style: none;
  margin: 1em 0 0;
  padding: 0;
}

main li::before {
  content: "- ";
}

h1.page-lead {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.4;
}

.verified-reports-suggest {
  margin: 1.5rem 0 0;
  padding: 0;
  border: 0;
  font-size: 0.75rem;
  line-height: 1.4;
}

.verified-reports-suggest__toggle {
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  cursor: pointer;
  color: var(--page-bg);
  user-select: none;
}

.verified-reports-suggest__toggle::-webkit-details-marker {
  display: none;
}

.verified-reports-suggest__chevron {
  display: inline-block;
  width: 0.45em;
  height: 0.45em;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(-45deg);
  transform-origin: 35% 65%;
  transition: transform 0.15s ease;
}

.verified-reports-suggest[open] .verified-reports-suggest__chevron {
  transform: rotate(45deg);
}

.verified-reports-suggest p {
  margin: 0.5rem 0 0;
  color: #111;
}

.site-footer {
  margin: 0;
  padding: 2rem 1.5rem 2.5rem;
  text-align: center;
  font-size: 0.875rem;
  color: rgba(12, 12, 20, 0.55);
}

.site-footer p {
  margin: 0;
}

.admin-preview-banner {
  margin: 0;
  padding: 0.4rem 1rem;
  text-align: center;
  font-size: 0.85rem;
  background: #6b4f1d;
  color: #fff;
}
