/* ── Custom spacing extensions (not in Bootstrap 5 default scale) ── */
/* Bootstrap ships mt-1 through mt-5. These add mt-6, mt-7, mt-8 etc.  */
/* spacing-extensions.css formerly contained Bootstrap utility re-definitions */
/* which were redundant. Only the non-standard values are kept here.    */

.py-7 {
  padding-top: 5.5rem !important;
  padding-bottom: 4.5rem !important;
}

.pt-7 {
  padding-top: 6rem !important;
}

.pb-7 {
  padding-bottom: 6rem !important;
}

@media (min-width: 768px) {
  .mt-md-6 {
    margin-top: 4.5rem !important;
  }
  .mt-md-8 {
    margin-top: 7.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .py-lg-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
}
