:root {
  color-scheme: dark;
  font-family: Inter, system-ui, sans-serif;
  background: #070a0e;
  color: #f5f7fa;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  background: radial-gradient(circle at 80% 0, #0b2d50, #070a0e 35%);
}
main {
  margin: auto;
  max-width: 850px;
  padding: 70px 25px 120px;
}
a {
  color: #48a1ff;
}
main > a {
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
}
.eyebrow {
  color: #087dff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 2px;
  margin-top: 60px;
}
h1 {
  font-size: clamp(44px, 7vw, 72px);
  line-height: 1;
  margin: 0;
}
.updated {
  color: #74808c;
  font-size: 12px;
}
section {
  border-top: 1px solid #303842;
  margin-top: 40px;
  padding-top: 25px;
}
h2 {
  font-size: 21px;
  margin-top: 34px;
}
p {
  color: #aeb7c1;
  font-size: 14px;
  line-height: 1.8;
}
.legal-credit {
  border-top: 1px solid #202832;
  color: #65707b;
  font-size: 10px;
  margin: auto;
  max-width: 850px;
  padding: 22px 25px 35px;
}
.legal-credit a {
  color: #8f9aa5;
  text-decoration: none;
}
.legal-credit a:hover {
  color: #48a1ff;
}
#state-specific-addendum h3 {
  font-size: 18px;
  margin-top: 32px;
}
#state-specific-addendum h4 {
  font-size: 15px;
  margin-bottom: 10px;
}
#state-specific-addendum li {
  color: #aeb7c1;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 10px;
}
.legal-table-scroll {
  max-width: 100%;
  overflow-x: auto;
}
.legal-table {
  border-collapse: collapse;
  width: 100%;
  min-width: 640px;
  color: #aeb7c1;
  font-size: 14px;
  line-height: 1.7;
}
.legal-table th,
.legal-table td {
  border: 1px solid #303842;
  padding: 12px;
  text-align: left;
  vertical-align: top;
}
.legal-table thead th {
  background: #101b28;
  color: #f5f7fa;
}
