/* ---------------- @egt FES-4263 ---------------- */
/* .uv-page-events .uv-calendar-list.uv-eventslist .uv-calullist.uvismultiflyer li,
.uv-page-events .uv-calendar-list.uv-eventslist .uvismultiflyer .uv-calullist li a,
.uv-page-events .uv-calendar-list.uv-eventslist .uv-calullist.uvismultiflyer,
.uv-page-events .uv-calendar-list.uv-eventslist.uv-rwlvpools .uv-micro-row ul.uv-calullist.uvismultiflyer a {
    max-height: 6em;
    max-width: 6em;
} */

/* @egt */
/* .uv-page-events .uv-calendar-list.uv-eventslist .uv-calullist.uvismultiflyer li,
.uv-page-events .uv-calendar-list.uv-eventslist .uvismultiflyer .uv-calullist li a,
.uv-page-events .uv-calendar-list.uv-eventslist .uv-calullist.uvismultiflyer,
.uv-page-events .uv-calendar-list.uv-eventslist.uv-rwlvpools .uv-micro-row ul.uv-calullist.uvismultiflyer a {
    height: 6em;
    width: 6em;
} */

/* @egt */
.uv-page-events .uv-calendar-list.uv-eventslist ul.uv-calullist.uvismultiflyer {
    position: relative;
    -webkit-transform: translateY(0);
    height: fit-content;
    width: fit-content;
    max-width: none;
    max-height: none;
    flex-direction: column;
    /* min-width: 5.625em; */
    gap: 0.2em;
    align-items: end;
}

/* @egt */
.uv-page-events .uv-calendar-list.uv-eventslist.uv-rwlvpools .uv-micro-row ul.uv-calullist.uvismultiflyer a {
    padding: 0;
}

/* @egt */
.uv-page-events .uv-calendar-list.uv-eventslist.uv-rwlvpools .uv-micro-row ul.uv-calullist.uvismultiflyer a {
    min-width: 0;
    padding: 10px 20px;
}

/* @egt */
.uv-page-events .uv-calendar-list.uv-eventslist.uv-rwlvpools .uv-micro-row ul.uv-calullist.uvismultiflyer a,
.uv-page-events .uv-calendar-list.uv-eventslist.uv-rwlvpools .uv-micro-row ul.uv-calullist.uvismultiflyer img {
    transition: all 0.2s ease-in-out;
}

/* @egt */
.uv-page-events .uv-calendar-list.uv-eventslist.uv-rwlvpools .uv-micro-row ul.uv-calullist.uvismultiflyer img {
    display: none;
}

/* @egt */
/* .uv-page-events .uv-calendar-list.uv-eventslist.uv-rwlvpools .uv-micro-row ul.uv-calullist.uvismultiflyer a:hover img {
    transform: scale(0.9);
    box-shadow: 1px 1px 3px #00000040;
} */

/* @egt */
.uv-calendar-list.uv-rwlvpools .uv-micro-row.multi .uv-cont-img {
    position: relative;
    left: 2.9em;
}

/* @egt */
.uv-calendar-list.uv-rwlvpools .uv-micro-row.multi .uv-calullist.uvismultiflyer li a span {
    display: block;
    color: rgb(0, 0, 0);
    font-family: Commissioner, Montserrat, Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 9em;
    max-width: 9em;
}

/* @egt */
.uv-calendar-list.uv-rwlvpools .uv-micro-row.multi .uv-calullist.uvismultiflyer li a span::before {
    content: "Book: ";
}

@media screen and (max-width: 768px) {
    /* @egt */
    .uv-calendar-list.uv-rwlvpools .uv-micro-row.multi .uv-cont-img {
        /* left: auto;
        right: 0.5em; */
        position: static;
        margin-right: 6.375em;
    }

    /* @egt */
    .uv-micro-row.multi .daycont {
        position: absolute;
        right: 0;
    }
}

@media screen and (max-width: 600px) {
    /* @egt */
    .uv-calendar-list.uv-rwlvpools .uv-micro-row.multi .uv-cont-img {
        position: static;
    }

    /* @egt */
    .uv-calendar-list.uv-rwlvpools .uv-micro-row.multi .uv-calullist.uvismultiflyer li a span {
        max-width: 3em;
        white-space: normal;
        text-overflow: clip;
        max-height: 3em;
    }
}
/* ---------------- @egt End of FES-4263 ---------------- */