.tz-fixtures-cards{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(280px,320px);gap:20px;padding:16px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}
.tz-fixtures-cards::-webkit-scrollbar{height:8px}
.tz-fixtures-cards::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:8px}
.fx-card{scroll-snap-align:start;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 8px 22px rgba(17,24,39,.08);display:flex;flex-direction:column;justify-content:space-between;min-height:220px;transition:box-shadow .2s ease,transform .2s ease}
.fx-card:hover{box-shadow:0 12px 26px rgba(17,24,39,.12);transform:translateY(-2px)}
.fx-body{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:16px;padding:24px 22px}
.fx-center{color:#6b7280;font-weight:700}
.fx-team-col{display:flex;flex-direction:column;align-items:center;gap:10px}
.fx-team-col .team-logo{width:56px;height:56px;object-fit:contain;border-radius:50%;box-shadow:0 0 0 1px #e5e7eb;background:#fff}
.fx-team-col .team-logo.lg{width:64px;height:64px}
.fx-team-col .team-name{font-size:14px;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:180px;text-align:center}
.fx-footer{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:#f6f7fb;border-top:1px solid #e5e7eb}
.fx-date{font-size:13px;color:#0f172a;font-weight:700}
.fx-go{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:999px;background:#fff;border:1px solid #e5e7eb;box-shadow:0 1px 2px rgba(0,0,0,.04);text-decoration:none}
.fx-go:hover{background:#f8fafc}
.fx-go-ic{display:inline-block;width:9px;height:9px;border-right:2px solid #6b7280;border-top:2px solid #6b7280;transform:rotate(45deg)}
/* Evidenza quando collegato a pronostico */
.fx-card{position:relative}
.fx-card.has-prono{border-color:#3b82f6}
.fx-badge{position:absolute;top:10px;right:10px;background:#e0ecff;color:#1d4ed8;font-weight:700;font-size:10px;padding:4px 6px;border-radius:999px;letter-spacing:.02em}
.@media (max-width: 640px){.tz-fixtures-cards{grid-auto-columns:minmax(240px,1fr);gap:14px;padding:12px}.fx-body{padding:18px}.fx-team-col .team-logo{width:48px;height:48px}.fx-team-col .team-logo.lg{width:54px;height:54px}}
