/**
 * TOOSST — beheerde agenda en nieuws in de bestaande kaartstijl.
 *
 * Ontwerp & realisatie: j.kiewiet
 * Website: https://interbit.nl
 */
.show-without-poster .show-details { grid-column: 2 / -1; }
.show-details, .news-copy { min-width: 0; overflow-wrap: anywhere; }
.show-ticket-price { color: var(--cream); font-weight: 500; }
.news-photo { position: relative; display: block; width: min(100%, 680px); padding: 0; margin-top: 32px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--plum); }
.news-photo img { width: 100%; height: auto; max-height: 520px; object-fit: contain; }
.news-item + .news-item { margin-top: 32px; }
.cms-empty { color: var(--muted); padding: 28px; border: 1px solid var(--line); }
@media (max-width:380px) { .show-without-poster .show-details { grid-column: 1; } }
