
/* @egt [UWS-10023] */
.uws-event-columns .uws-event-maincol {
    display: flex;
    flex-direction: column;
}

/* @egt [UWS-10023] */
.uv-venue-logo-event-page {
    order: 1;
}

/* @egt [UWS-10023] */
.uwsjs-loadeventinventory.uws-event-inventory {
    order: 3;
}

/* @egt [UWS-10023] */
.uv-event-info-cnt {
    order: 2;
}

/* @egt [UWS-10023] */
.uv-event-info-cnt {
    margin-bottom: 3em;
    /* padding-bottom: 3em; */
}

/* @egt [UWS-10023] */
.uv-event-info-cnt:not(:has(*)) {
    margin: 0;
    padding: 0;
}

/* @egt [UWS-10023] */
.uws-event-cont .uwseventdescr:before {
    bottom: 0px;
    top: auto;
}

/* @egt [UWS-10023] */
.uws-event-cont .uwseventdescr {
    padding-top: 2em;
    margin-top: 0;
    padding-bottom: 3em;
}

@media (max-width: 850px) {
    /* @egt [UWS-10023] */
    .uws-event-info .uwseventdescr {
        display: none;
    }

    /* @egt [UWS-10023] */
    .uws-event-cont .uws-event-maincol .uwseventdescr {
        display: block;
    }
}