/* PAGE-SPECIFIC STYLES FOR TERMS & CONDITIONS */

.terms-list {
  list-style: disc inside;
  margin-bottom: var(--space-4);
  margin-left: var(--space-4);
  color: var(--color-text);
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
}

.acceptance-cta {
  display: flex;
  justify-content: flex-start;
  margin-top: var(--space-4);
}
.acceptance-cta .button {
  font-size: var(--font-size-lg);
  padding: var(--space-3) var(--space-8);
  text-transform: none;
}

@media (max-width: 650px) {
  .heraldic-border.card {
    padding: var(--space-4) var(--space-1);
  }
  .acceptance-cta {
    justify-content: center;
  }
}

/* Make numbered sections extra clear on mobile */
@media (max-width: 500px) {
  .heraldic-border.card h2 {
    font-size: var(--font-size-lg);
    margin-top: var(--space-6);
  }
}
