#LE-list .LE-calendar-day-box {
    border: 2px solid #F5F5F5;
    font-size: 14px;
}

#LE-list .LE-calendar-day-box .LE-calendar-day-box-figure {
    font-size: 22px;
}

#LE-list article.LE-single-event.opacity-30 .LE-single-event-image {
    opacity: var(--opacity-30);
}

#LE-list article.LE-single-event .LE-single-event-image img {
    transition-duration: 0.8s;
	height:auto !important;
}

#LE-list article.LE-single-event .LE-single-event-info {
    padding: 20px;
}

@media (max-width: 767px) {
    #LE-list article.LE-single-event .LE-single-event-info {
        margin-top: -40px;
    }
}

#LE-list article.LE-single-event .LE-single-event-info .datetable {
    margin-bottom: 0.5rem;
}

#LE-list article.LE-single-event .LE-single-event-info .timetable {
    margin-bottom: 0.5rem;
}

#LE-list article.LE-single-event .LE-single-event-info .location {
    margin-bottom: 0.5rem;
}

#LE-list article.LE-single-event ul.LE-single-event-info-category li a {
    font-size: 13px;
}

#LE-list article.LE-single-event .LE-single-event-info-title h2 {
    font-size: 24px;
    line-height: 1.25;
}

#LE-list article.LE-single-event .LE-single-event-info-icon a {
    font-size: 16px;
}

#LE-list article.LE-single-event .LE-single-event-info-icon-text {
    line-height: 1.3em;
}

#LE-list article.LE-single-event .LE-single-event-info-icon-text,
#LE-list article.LE-single-event .LE-single-event-info-extended {
    font-size: 14px;
    line-height: 1.4em;
}

#LE-list article.LE-single-event [class*='LE-single-event-info-chip-'] {
    font-size: 13px;
    border-radius: var(--LE-border-radius);
    padding: 4px 10px;
}

#LE-list article.LE-single-event .LE-single-event-info-chip-information {
    background: var( --e-global-color-ba0ec77);
    color: var( --e-global-color-primary);
}

#LE-list article.LE-single-event .LE-single-event-info-chip-warning {
    background: var( --e-global-color-1d52384);
    color: var( --e-global-color-d254bfa);
}

#LE-list article.LE-single-event .LE-single-event-info-chip-danger {
    background: var( --e-global-color-22a0a90);
    color: var( --e-global-color-197a7b0);
}


/*spinner on loading*/
#LE-list {
    min-height: 300px;
}

#LE-list .loading {
    position: absolute !important;
    z-index: 999;
    width: 100%;
    height: 90%;
    overflow: visible;
    border-radius: 8px;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.8);
}

@media (min-width: 320px) and (max-width: 767px) {
    #LE-list .loading {
        margin-top: -20%;
    }
}

#LE-list .loading ._loading_overlay_content {
    margin-top: 15%;
}

@media (min-width: 768px) {
    #LE-list article.LE-single-event:not(.LE-single-main-event):not(.LE-related) .LE-single-event-info.bg-light {
        box-shadow: -20px 0px 0px 0px var(--light);
    }
    #LE-list article.LE-single-event:not(.LE-single-main-event):not(.LE-related) .LE-single-event-info.bg-white {
        box-shadow: -20px 0px 0px 0px white;
    }
}


#LE-list article.LE-single-event.LE-related img{
    aspect-ratio: 4 / 3;
    object-fit: cover;
}


/* filters calendar */
#LE-list .LE-single-filter,
#LE-modal-filter .LE-single-filter {
    min-height: 48px;
}

#LE-list .LE-single-filter input,
#LE-list .LE-single-filter label,
#LE-list .LE-single-filter span.label-icon {
    font-size: .875rem;
}

#LE-list .LE-single-filter span.label-icon.selected {
    font-weight: 700;
    color: var(--e-global-color-primary);
}

/* dropdown filter calendar */

#LE-category-filter .LE-single-filter .dropdown-category,
#LE-category-filter .LE-single-filter .dropdown-category button,
#LE-category-filter .LE-single-filter .dropdown-collection-editions,
#LE-category-filter .LE-single-filter .dropdown-collection-editions button {
    width: 100%;
    text-align: left;
}

#LE-category-filter .LE-single-filter .dropdown-category button,
#LE-category-filter .LE-single-filter .dropdown-collection-editions button{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.LE-single-filter input,
.LE-single-filter label,
.LE-single-filter span.label-icon {
    font-size: .875rem;
}

.LE-single-filter span.label-icon.selected {
    font-weight: 700;
    color: var(--e-global-color-primary);
}



/* make the native arrow invisible and stretch it over the whole field so you can click anywhere in the input field to trigger the native datepicker*/
#LE-modal-filter .LE-single-filter input[type="date"]::-webkit-calendar-picker-indicator,
#LE-list .LE-single-filter input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 0;
    left: -100%;
    right: 0;
    bottom: 0;
    width: 200%;
    height: 100%;
    color: transparent;
    background: transparent;
}

#LE-list .LE-single-filter .dropdown {
    height: 100%;
}

#LE-category-filter .LE-single-filter.LE-dropdown{
    height: 100%;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    position: relative;
    z-index: 23;
}

#LE-category-filter .z-index-max .LE-single-filter.LE-dropdown{
    z-index: 24;
}

#LE-list .LE-single-filter .dropdown button {
    box-shadow: none !important;
}

#LE-list .LE-single-filter .dropdown .dropdown-toggle::after {
    display: none;
}

#LE-list .LE-single-filter .dropdown-advanced .dropdown-menu {
    width: 100%;
    transform: translate(0px, 43px) !important;
}

#LE-list .LE-single-filter .dropdown .dropdown-menu a {
    padding: 0;
}

#LE-list .LE-single-filter .dropdown .dropdown-item:hover,
.dropdown-item:focus {
    background-color: inherit;
}

#LE-list .LE-single-filter .dropdown .dropdown-item span {
    color: var(--e-global-color-secondary);
}

#LE-list .LE-single-filter .dropdown span.selected {
    font-weight: 700;
    color: var(--e-global-color-primary);
}

#LE-category-filter-mobile .LE-single-filter button:focus {
    outline: none;
}

.load-more-button {
    width: 72px;
    height: 72px;
}

.load-more-button > span {
    font-weight: 400;
    font-size: 40px;
    font-family: "HK Grotesk";
    line-height: 1.4em;
    padding-bottom: 4px;
}