@import url('/acquisition-base.css?v=20260721');

.acq-section[id],
.acq-form-shell[id],
:target {
  scroll-margin-top: 6.5rem;
}

@media (max-width: 640px) {
  .acq-section[id],
  .acq-form-shell[id],
  :target {
    scroll-margin-top: 5.5rem;
  }
}
