.dsh-card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:24px;margin:24px 0}.dsh-event-card{background:#fff;border:1px solid rgba(11,27,52,.16);border-radius:20px;overflow:hidden;box-shadow:0 10px 28px rgba(11,27,52,.08);transition:transform .2s ease,box-shadow .2s ease}.dsh-event-card:hover{transform:translateY(-3px);box-shadow:0 16px 36px rgba(11,27,52,.14)}.dsh-event-card__image{display:block;background:#07142d;aspect-ratio:16/10;overflow:hidden}.dsh-event-card__image img{width:100%;height:100%;object-fit:cover;display:block}.dsh-event-card__body{padding:22px}.dsh-event-card h3{font-size:1.35rem;line-height:1.2;margin:0 0 14px}.dsh-event-card h3 a{color:#172033;text-decoration:none}.dsh-event-card h3 a:hover{text-decoration:underline}.dsh-event-card__date{display:inline-block;background:linear-gradient(90deg,#e85b73,#f39b3d);color:#fff;font-weight:700;border-radius:999px;padding:8px 14px;margin-bottom:14px}.dsh-event-card__venue{color:#657086;font-size:.98rem;line-height:1.45;margin-top:6px}@media(max-width:680px){.dsh-card-grid{grid-template-columns:1fr}.dsh-event-card__body{padding:18px}}
