/* The existing contact cards remain intact; their heading and note now form
   one compact location region directly after the booking buttons. */
@layer locations-flow {
  #programare > .wrap > .programare-locations {
    margin: clamp(32px,5vw,52px) 0 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: none !important;
    scroll-margin-top: 100px;
  }
  #programare > .wrap > .programare-locations > .title {
    margin: 0 auto 24px !important;
  }
  #programare > .wrap > .programare-locations > .location-note {
    max-width: 760px;
    margin: 28px auto 0 !important;
  }
}
