.dil-event-plan {
--dil-event-plan-muted: #555;
color: #000;
background: #fff;
width: 100%;
}
.dil-event-plan__filters {
display: flex;
align-items: center;
justify-content: flex-start;
gap: 0.75rem;
margin: 0 0 clamp(2rem, 5vw, 4rem);
}
.dil-event-plan__filters select {
min-width: 10rem;
padding: 0.45rem 2rem 0.45rem 0.7rem;
border: 3px solid #000;
border-radius: 0;
color: #000;
background: #fff;
font: inherit;
font-size: 0.8rem;
font-weight: 700;
cursor: pointer;
}
.dil-event-plan__filters select:focus-visible {
outline: 0;
border-color: #000;
box-shadow: none;
}
.dil-event-plan__list {
margin: 0;
padding: 0;
}
.dil-event-plan__day {
display: grid;
grid-template-columns: minmax(11rem, 18%) minmax(0, 1fr);
gap: clamp(1.25rem, 4vw, 4rem);
margin: 0;
padding: 0 0 clamp(2.5rem, 5vw, 5rem);
}
.dil-event-plan__day-label {
position: sticky;
top: 1rem;
align-self: start;
z-index: 1;
margin: 0;
padding: 0.25rem 0;
color: #000;
background: #fff;
font-size: clamp(1.35rem, 2.2vw, 2.2rem);
font-weight: 700;
line-height: 1.15;
}
.dil-event-plan__day-items {
list-style: none;
margin: 0;
padding: 0;
}
.dil-event-plan__day[hidden],
.dil-event-plan__item[hidden],
.dil-event-plan__filter-empty[hidden] {
display: none !important;
}
.dil-event-plan__item {
margin: 0;
padding: 0;
}
.dil-event-plan__item + .dil-event-plan__item {
margin-top: 2.25rem;
}
.dil-event-plan__trigger {
display: grid;
grid-template-columns: minmax(0, 1fr) minmax(8rem, 20%);
gap: clamp(1rem, 3vw, 3rem);
width: 100%;
padding: 0.1rem 0 0.35rem;
border: 0;
border-radius: 0;
color: inherit;
background: transparent;
text-align: left;
cursor: pointer;
font: inherit;
}
.dil-event-plan__trigger:hover .dil-event-plan__title,
.dil-event-plan__trigger:focus-visible .dil-event-plan__title {
text-decoration: underline;
text-decoration-thickness: 1px;
text-underline-offset: 0.18em;
}
.dil-event-plan__trigger:focus-visible {
outline: 0;
}
.dil-event-plan button:focus,
.dil-event-plan button:focus-visible,
.dil-event-plan button:active,
.dil-event-plan__modal:focus,
.dil-event-plan__modal:focus-visible {
outline: none !important;
border: 0 !important;
box-shadow: none !important;
}
.dil-event-plan__body {
display: flex;
flex-direction: column;
align-items: flex-start;
align-self: start;
min-width: 0;
}
.dil-event-plan__meta,
.dil-event-plan__modal-meta,
.dil-event-plan__modal-kicker {
display: flex;
flex-wrap: wrap;
gap: 0.35rem 0.8rem;
margin: 0 0 0.35rem;
color: var(--dil-event-plan-muted);
font-size: 0.78rem;
font-weight: 700;
letter-spacing: 0.03em;
line-height: 1.35;
text-transform: uppercase;
}
.dil-event-plan__meta span + span::before {
content: '/';
margin-right: 0.8rem;
}
.dil-event-plan__title {
display: block;
font-size: clamp(1.25rem, 2vw, 2rem);
font-weight: 700;
line-height: 1.1;
}
.dil-event-plan__presenter {
display: block;
margin-top: 0.35rem;
font-size: 0.95rem;
font-weight: 700;
line-height: 1.35;
}
.dil-event-plan__short-text {
display: block;
max-width: 46rem;
margin-top: 0.55rem;
font-size: 1rem;
line-height: 1.5;
}
.dil-event-plan__short-text p {
margin: 0;
}
.dil-event-plan__thumbnail {
display: block;
align-self: start;
min-width: 0;
width: 100%;
aspect-ratio: 4 / 3;
}
.dil-event-plan__thumbnail:empty {
display: none;
}
.dil-event-plan__thumbnail img {
display: block;
width: 100%;
height: 100%;
object-fit: contain;
filter: none;
}
.dil-event-plan__modal-image img {
display: block;
width: 100%;
height: auto;
filter: none;
}
.dil-event-plan__empty {
margin: 0;
padding: 2rem 0;
}
.dil-event-plan__filter-empty {
margin: 0;
padding: 1rem 0;
color: var(--dil-event-plan-muted);
}
.dil-event-plan__modal {
width: min(48rem, calc(100% - 2rem));
max-height: min(48rem, calc(100vh - 2rem));
margin: auto;
padding: 0;
border: 0;
border-radius: 0;
color: #000;
background: #fff;
}
.dil-event-plan__modal::backdrop {
background: rgba(0, 0, 0, 0.72);
}
.dil-event-plan__modal-inner {
position: relative;
overflow: auto;
max-height: min(48rem, calc(100vh - 2rem));
padding: clamp(1.25rem, 4vw, 3rem);
}
.dil-event-plan__modal-close {
position: absolute;
top: clamp(1.25rem, 4vw, 3rem);
right: clamp(1.25rem, 4vw, 3rem);
display: grid;
width: 1.5rem;
height: 1.5rem;
place-items: center;
margin: 0;
padding: 0;
border: 0;
border-radius: 0;
color: #000;
background: transparent;
font: inherit;
font-size: 1.25rem;
font-weight: 400;
line-height: 1;
cursor: pointer;
text-transform: uppercase;
}
.dil-event-plan__modal-close span {
display: block;
margin: 0;
font-size: inherit;
font-weight: 400;
line-height: 1;
}
.dil-event-plan__modal-close:focus-visible {
outline: none !important;
box-shadow: none !important;
text-decoration: underline;
text-decoration-thickness: 1px;
text-underline-offset: 0.25rem;
}
.dil-event-plan__modal-title {
margin: 0 0 1.5rem;
font-size: clamp(1.8rem, 4vw, 3.25rem);
line-height: 1.02;
}
.dil-event-plan__modal-presenter {
margin: -0.75rem 0 1.75rem;
font-size: 1.05rem;
font-weight: 700;
line-height: 1.4;
}
.dil-event-plan__modal-kicker {
margin-bottom: 0.55rem;
}
.dil-event-plan__modal-image {
max-width: 12rem;
margin: 0 0 2rem;
}
.dil-event-plan__modal-content {
max-width: 42rem;
font-size: 1.05rem;
line-height: 1.65;
}
.dil-event-plan__modal-content > :first-child {
margin-top: 0;
}
.dil-event-plan__modal-content > :last-child {
margin-bottom: 0;
}
@media (max-width: 680px) {
.dil-event-plan__filters {
justify-content: flex-start;
flex-wrap: wrap;
margin-bottom: 2rem;
}
.dil-event-plan__filters select {
min-width: 0;
}
.dil-event-plan__day {
display: block;
padding-bottom: 2.5rem;
}
.dil-event-plan__day-label {
top: 0;
margin-bottom: 0.9rem;
padding: 0.75rem 0 0.5rem;
font-size: 1.3rem;
}
.dil-event-plan__trigger {
grid-template-columns: minmax(0, 1fr) 5.5rem;
gap: 0.8rem;
padding: 0.2rem 0 0.65rem;
}
.dil-event-plan__meta {
font-size: 0.68rem;
}
.dil-event-plan__title {
font-size: 1.08rem;
}
.dil-event-plan__short-text {
margin-top: 0.6rem;
font-size: 0.9rem;
line-height: 1.4;
}
}