/* Book a Lesson sidebar cleanup — v0.3.10 */

/* The removed contact card no longer occupies sidebar space. */
.sds-booking-page .sds-booking-sidebar {
  align-content: start;
}

@media (max-width: 1020px) {
  .sds-booking-page .sds-booking-steps {
    grid-column: 1 / -1;
  }
}
