.wpk-calendar-shortcode-wrap {
    min-height: 410px;
}

.wpk-calendar-shortcode-wrap .booked-calendarSwitcher,
.wpk-calendar-shortcode-wrap .booked_calendar_chooser {
    width: 100%;
}

.wpk-first-step {
    display: flex;
    align-items: center;
    padding: 10px;
    background: #e5e7e933;
}

.wpk-first-step .booked-calendarSwitcher {
    border: none !important;
    font-family: 'Montserrat';
}

.wpk-first-step .booked-calendarSwitcher > p i.fa-solid {
    font-size: 22px;
}

.wpk-first-step .booked-calendarSwitcher > p select {
    font-size: 18px;
}

.booked-calendarSwitcher.calendar::before {
    content: '';
}