/* -------- Variables -------- */
:root {
  --danger: #c93333;
  --muted: #5c5555;
}

/* -------- Base -------- */
.container {
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
}

/* -------- Main Content -------- */
.terms h1 {
  font-size: 2.5rem;
  margin: 2rem 0 1rem;
  text-align: center;
}

.terms h2 {
  margin-top: 2.5rem;
  font-size: 1.5rem;
}

.terms h3 {
  margin-top: 1.5rem;
  font-size: 1.2rem;
}

.terms p,
.terms ul {
  font-size: 1rem;
  color: var(--muted);
}

.terms ul {
  padding-left: 1.2rem;
  list-style: disc;
}

.intro {
  font-size: 1.2rem;
  color: var(--danger);
  text-align: center;
  margin-top: 1rem;
}

.enforcement .accept {
  margin-top: 1rem;
  font-weight: 600;
  color: #ff5b5b;
}
