/* Scoped spacing adjustments for AGB page */

.agb-content main {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

/* Slightly increase on medium screens to match md:py-10 rhythm */
@media (min-width: 768px) {
  .agb-content main {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
}

/* Tighter heading rhythm within AGB content */
.agb-content h1,
.agb-content h2 { margin-top: 0; }