.sfc-event-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}
.sfc-card{border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;background:#fff;display:flex;flex-direction:column}
.sfc-card img{width:100%;height:auto;max-height:220px;object-fit:cover}
.sfc-card .body{padding:12px}
