/* Restricted check-in dates render with a neutral (not unavailable-grey) appearance. */
.homelocal-range-calendar .day-of-month.unavailable.checkin-restricted,
.homelocal-availability-calendar .day-of-month.checkin-blocked:not(.checkout-booked):not(.checkin-booked) {
    color: #000 !important;
    opacity: 1 !important;
}
