/* Editable market information and dated events reuse the public design tokens. */
.keybox__dates, .hours-card__dates { white-space: normal; text-wrap: balance; }
.hours-card__top { flex-wrap: wrap; }
.market-notice { padding-top: clamp(28px, 4vw, 44px); }
.market-notice + #willkommen { padding-top: clamp(24px, 3vw, 40px); }
.market-notice__box { border: 1px solid var(--gold-2); border-left: 5px solid var(--gold-2); border-radius: var(--r); background: var(--card); padding: 22px 26px; box-shadow: var(--shadow-sm); overflow-wrap: anywhere; }
.market-notice h2 { display: flex; align-items: center; gap: .5em; font-size: 1.2rem; color: var(--pine); }
.market-notice p { margin: 0; }
.programme { display: grid; gap: 38px; margin-top: 38px; }
.programme__date { font-size: clamp(1.15rem, 2vw, 1.4rem); margin-bottom: 16px; }
.programme__events { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.event-card { height: 100%; padding: clamp(22px, 3vw, 30px); border-radius: var(--r); border-top: 4px solid var(--gold); background: var(--card); color: var(--ink); box-shadow: var(--shadow-sm); overflow-wrap: anywhere; }
.event-card h4 { font-size: 1.4rem; margin: .5rem 0; color: var(--ink); }
.event-card__time { display: flex; align-items: flex-start; gap: .6em; font-weight: 800; color: var(--pine); font-size: .95rem; }
.event-card__time .ic { flex: none; width: 1.2em; height: 1.2em; margin-top: .25em; stroke: currentColor; fill: none; stroke-width: 1.8; }
.event-card__location { color: var(--red-2); font-weight: 700; font-size: .95rem; }
.event-card__description { color: var(--muted); }
.event-card p:last-child { margin-bottom: 0; }
@media (max-width: 640px) {
  .programme__events { grid-template-columns: 1fr; }
  .market-notice__box { padding: 20px; }
}

/* Symbol icons inherit an outline, instead of SVG's default solid fill. */
#mitmachen .btn .ic { width: 1.1em; height: 1.1em; flex: none; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.gallery__empty { grid-column: 1 / -1; color: var(--muted); }
.lb__status { color: var(--cream); max-width: 36ch; text-align: center; }
.lb__fig [hidden] { display: none; }

.map-consent[hidden], .map-disable[hidden] { display: none; }
.map-disable { border: 0; background: transparent; font: inherit; cursor: pointer; min-height: 44px; margin-right: 16px; text-decoration: underline; }
.map-consent .btn { white-space: normal; }
.map { aspect-ratio: auto; }
.map iframe { height: auto; aspect-ratio: 4 / 3; }
.map-consent { height: auto; min-height: 360px; }
