/* 1. Szabad napok: üres / átlátszó */
.ahb_booked0 a {
    background: transparent !important;
    border: none !important;
    color: inherit !important;
}

/* 2. Foglalt napok (1-től 8-ig): FÉLIG PIROS */
.ahb_booked1 a,
.ahb_booked2 a,
.ahb_booked3 a,
.ahb_booked4 a,
.ahb_booked5 a,
.ahb_booked6 a,
.ahb_booked7 a,
.ahb_booked8 a {
    background: linear-gradient(45deg, #e53935 50%, transparent 50%) !important;
    border: 1px solid #e53935 !important;
    border-radius: 50% !important;
    color: #333333 !important;
}

/* 3. Teltház / teljesen betelt napok (9): TELJESEN PIROS */
.ahb_booked9 a {
    background: #e53935 !important;
    border: 1px solid #e53935 !important;
    border-radius: 50% !important;
    color: #ffffff !important;
}