#web5 .time-range-selector {
    display: none;
}

#web5 .discount-badge.discount-badge--type-6 {
    background-color: #ff5544;
    background-image: url('https://cdn.janto.es/pro/web5/global/2174/images/DECO/20260616101616_17815977763202estrella.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #ffffff;
    color: transparent;
    padding: 0px;
    width: 22px;
    height: 22px;
}

#web5 .time-slot-selector__button .discount-badge.discount-badge--type-7 {
    background-color: #e5e5e5!important;
    background-image: url('https://cdn.janto.es/pro/web5/global/2166/images/DECO/20260811113219_17864407390565icono-pr.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #ffffff;
    color: transparent;
    padding: 0px;
    width: 22px;
    height: 22px;
}

#web5 .calendar__day .discount-badge.discount-badge--type-7 {
    display: none;
}

#web5 .very_high_occupancy {
    background-color: #fc9403;
}

#web5 .no_occupancy {
    background-color: #707070;
}

#web5 .ticket-selector {
    flex-direction: row;
}

#web5 .ticket-selector__actions {
    align-self: center;
}

#web5 .calendar__day .discount-badge--type-10:before {
    content: "10"
}

#web5 .calendar__day .discount-badge--type-20:before {
    content: "20"
}

#web5 .calendar__day .discount-badge--type-30:before {
    content: "30"
}

#web5 .calendar__day .discount-badge--type-40:before {
    content: "40"
}

#web5 .calendar__day .discount-badge--type-50:before {
    content: "50"
}

.calendar:before {
    padding: 16px;
    padding-left: 50px;
    background-color: #ffffff;
    border: 2px solid #e5e5e5;
    border-radius: 4px;
    width: auto;
    display: block;
    margin-bottom: 24px;
    text-align: left;
    background-image: url('https://cdn.janto.es/pro/web5/global/2174/images/DECO/20260616101616_17815977763202estrella.png');
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: 16px;
}

.calendar:lang(es):before {
    content: 'Lunes d\0000EDa del espectador';
}

.calendar:lang(ca):before {
    content: 'Dilluns dia de l\000027 espectador';
}

.calendar:lang(en):before {
    content: 'Discount Monday';
}

@media only screen and (max-width: 768px) {
    #web5 .calendar__day-content .discount-badge.discount-badge--type-6 {
        width: 16px;
        height: 16px;
    }

    #web5 .time-slot-selector__button .discount-badge.discount-badge--type-6,
    #web5 .time-slot-selector__button .discount-badge.discount-badge--type-7 {
        width: 20px;
        height: 20px;
    }

    #web5 .ticket-selector {
        flex-direction: column;
    }
} 