.calendar-event-select-modal {
    .calendar-event-select-modal__title {
        margin: {
            top: 0;
            bottom: 10px;
        }
    }
    .calendar-event-select-modal__sub_title {
        padding-top: 10px;
        font-size: 21px;
    }

    .bb-stacked-booking-time__text {
        font-size: 16px;
        
        &:not(:last-child) {
            margin-bottom: 5px;
        }
    }
}