html body {
    font-family: "Work Sans";
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

.uv-calendar-month,
.uv-calendar-table thead th,
.uv-mainmenubtn-cont.active .uv-btn-circleicon span,
.uv-eventslist-item .eventname,
.uv-listeventinfo .uv-name,
.uv-cellover .uv-celloverinner .name,
.uv-eventtitle h1 {
    text-transform: capitalize;
}

.uv-calendarpage .uv-section-inner h1 {
    font-weight: lighter;
}

.uv-eventbook {
    display: flex;
    flex-direction: column;
}

.uv-eventbook>div {
    order: 3;
}

.uv-eventbook>a {
    order: 2;
}

.uv-eventbook>.uv-event-items {
    order: 1;
}

/* @egt [UWS-7979] Real date */
table.uv-calendar-table a.flyer:is([href*="EVE110800020260512"]),
table.uv-calendar-table a:is([href*="EVE110800020260512"]),
.uv-calendar-list.uv-eventslist a.uv-event-item:is([href*="EVE110800020260512"]),
.uv-calevcarousel .owl-item:has(.uv-sqhbtns-itemcont a:is([href*="EVE110800020260512"])) {
    display: none;
    pointer-events: none;
    opacity: 0;
}

table.uv-calendar-table td:has(a:is([href*="EVE110800020260512"])) {
    background: #dddddd;
}