/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
#booking_section .easepick-wrapper .day {
    cursor: default !important;
}

    #booking_section .easepick-wrapper .day.locked {
        background: #cfcfcf !important;
        color: #555 !important;
        text-decoration: none !important;
        border-radius: 0 !important;
    }

    #booking_section .easepick-wrapper .day:not(.locked):not(.not-available) {
        color: #555;
    }

    #booking_section .easepick-wrapper .day:hover {
        background: transparent !important;
    }

.availability-legend {
    display: flex;
    gap: 20px;
    justify-content: center;
    /*margin-top: 15px;*/
    font-size: 14px;
}

    .availability-legend i {
        display: inline-block;
        width: 14px;
        height: 14px;
        margin-right: 6px;
        vertical-align: middle;
    }

    .availability-legend .available {
        background: #fff;
        border: 1px solid #ddd;
    }

    .availability-legend .occupied {
        background: #cfcfcf;
    }