.terms-shell {
  width: min(820px, calc(100% - 1.25rem));
}

.terms-card {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 1.25rem 1.1rem;
}

.terms-card .board-brand {
  display: inline-block;
  font-size: 0.92rem;
  line-height: 1;
  font-weight: 700;
  margin: 0;
}

.terms-title {
  margin-top: 0.95rem;
  margin-bottom: 0.45rem;
  font-size: clamp(2rem, 6vw, 3.2rem);
}

.terms-updated {
  margin-bottom: 1.1rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.terms-content {
  display: grid;
  gap: 1rem;
}

.terms-section h2 {
  margin-bottom: 0.45rem;
  font-size: 1.05rem;
}

.terms-section p {
  margin-bottom: 0.65rem;
  color: var(--text);
  line-height: 1.55;
}

.terms-list {
  margin: 0 0 0.8rem 1.1rem;
  padding: 0;
  color: var(--text);
}

.terms-list li {
  margin-bottom: 0.35rem;
  line-height: 1.5;
}

@media (min-width: 720px) {
  .terms-card {
    padding: 1.5rem 1.45rem;
  }
}
