/*
  Simi self-managed website sandbox overrides.
  Purpose: preserve the current visual direction while making large
  desktop screens feel less sparse. No live site or DNS uses this file yet.
*/

@media (min-width: 1024px) {
  section {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }

  section:first-of-type {
    padding-top: 7rem !important;
  }

  .max-w-\[720px\] {
    max-width: 820px !important;
  }

  .max-w-\[800px\] {
    max-width: 980px !important;
  }

  .max-w-\[1000px\] {
    max-width: 1120px !important;
  }

  .mb-20 {
    margin-bottom: 4rem !important;
  }

  .gap-12 {
    gap: 2.25rem !important;
  }
}
