/* Homepage teaser only. Archive and single Event UI V4 remain unchanged. */
a.event-card.ev-home-compact{display:grid;grid-template-columns:88px minmax(0,1fr);gap:16px;align-items:start;padding:18px;border-radius:14px;min-width:0;height:100%;text-decoration:none;color:inherit}
.ev-home-compact .ev-home-compact-art{width:88px;height:132px;overflow:hidden;border-radius:8px;background:var(--soft);display:flex;align-items:center;justify-content:center}
.ev-home-compact .ev-real-image{width:100%;height:100%;max-height:132px;object-fit:cover}
.ev-home-compact .ev-portrait{object-fit:contain}
.ev-home-compact .ev-placeholder{min-height:0;height:100%}
.ev-home-compact .ev-placeholder svg{width:34px;height:34px}
.ev-home-compact .ev-home-compact-copy{min-width:0}
.ev-home-compact .ev-home-compact-date{font-size:13px;line-height:1.4;font-weight:600;color:var(--red);margin:0 0 7px}
.ev-home-compact h3{font-size:19px;line-height:1.2;margin:0 0 8px;overflow-wrap:break-word}
.ev-home-compact .ev-home-compact-venue{font-size:13px;line-height:1.4;margin:0;color:var(--muted,#626262)}
.ev-home-compact .ev-home-compact-meta{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;margin-top:9px}
.ev-home-compact .price{font-size:11px;margin:0;padding:4px 7px}
.ev-home-compact .ev-home-compact-sessions{font-size:12px;line-height:1.3;color:var(--muted,#626262)}
a.ev-home-compact:focus-visible{outline:3px solid var(--red);outline-offset:3px}
@media(min-width:701px) and (max-width:1000px){a.event-card.ev-home-compact{grid-template-columns:64px minmax(0,1fr);gap:10px;padding:12px}.ev-home-compact .ev-home-compact-art{width:64px;height:96px}.ev-home-compact h3{font-size:17px}}
@media(max-width:700px){a.event-card.ev-home-compact{grid-template-columns:84px minmax(0,1fr);gap:14px;padding:14px;height:auto}.ev-home-compact .ev-home-compact-art{width:84px;height:126px}.ev-home-compact h3{font-size:19px}.ev-home-compact .ev-home-compact-date{font-size:13px}}
