/* Hide booking step cards 1 / 2 / 3 on phone only.
   Desktop/tablet-large stays unchanged.
*/

@media (max-width: 820px) {
    .booking-steps,
    .steps,
    .step-tabs,
    .booking-step-tabs,
    .step-cards,
    .booking-step-cards,
    .booking-progress {
        display: none !important;
    }
}
