/* Erzwinge durchgehende Farbe statt Dreiecks-Gradient */
.fully_booked_start_days, 
.fully_booked_end_days,
.fully_booked_start_days a,
.fully_booked_end_days a {
    background-image: none !important;
    background-clip: border-box !important;
    border-radius: 0 !important;
}

#wc-bookings-booking-form .ui-datepicker .ui-datepicker-calendar .fully_booked_end_days.cbd-merged-day.cbd-merged-day {
    background:#e9bfbb!important;
}

/* Verhindere Hover-Effekte auf diesen "geblockten" Tagen */
.fully_booked_start_days:hover, 
.fully_booked_end_days:hover {
    cursor: default !important;
}