.wbk_booking_calendar__empty-month {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 16px;
    background-color: rgba(255, 255, 255, 0.88);
    pointer-events: auto;
}

.wbk_booking_calendar__empty-month-message {
    margin: 0;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #22292f;
    text-align: center;
}

.wbk_booking_calendar__empty-month-button.wbk_button {
    padding: 8px 16px !important;
    min-height: 36px;
    font-size: 14px;
    line-height: 20px;
    gap: 8px;

    .wbk_button__icon svg {
        width: 10px;
        height: 16px;
    }
}