/* ============================================================================
   Sanebopas Kitchen — Terms & Conditions Page Styles
   Keep minimal and leverage base.css utilities
   ============================================================================ */

/* Page rhythm for legal sections */
.legal-section {
  padding-top: var(--space-4);
  padding-bottom: var(--space-4);
  border-top: 1px solid var(--color-gray-200);
}

.legal-section:first-of-type {
  border-top: none;
}

.legal-section h2 {
  margin-bottom: var(--space-3);
}

.legal-section p {
  max-width: 75ch;
}
