.game-details{display:grid;gap:2px;margin:0 0 18px;padding:12px 0;border-top:1px solid rgba(18,61,43,.18);border-bottom:1px solid rgba(18,61,43,.18)}.game-details span{font-size:.62rem;font-weight:700;letter-spacing:.11em}.game-details strong{font:400 1.25rem "Libre Caslon Display",Georgia,serif;color:#d97085}

/* The grid centers any number of matchups instead of stretching sparse rows. */
.game-grid{display:grid!important;grid-template-columns:repeat(auto-fit,320px)!important;justify-content:center!important;gap:20px;border:0!important;width:100%}
.game-card{width:100%;border:1px solid #123d2b!important;min-height:350px}
.game-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}
.game-flags{display:flex;align-items:center;gap:10px;min-height:44px;line-height:1}
.game-flags img{display:block;width:48px;height:32px;object-fit:cover;border:1px solid rgba(18,61,43,.2);box-shadow:0 2px 8px rgba(9,43,29,.12)}
.game-flags span{margin:0!important;font-size:.62rem!important;font-weight:700!important;letter-spacing:.12em!important;opacity:.5}
.sport-label{display:inline-flex;align-items:center;white-space:nowrap;border:1px solid rgba(18,61,43,.28);border-radius:999px;padding:6px 9px;font-size:.62rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.game-card h3{margin-top:30px}
.team-logos{display:flex;align-items:center;gap:9px;min-height:44px}
.team-logo{width:42px;height:42px;object-fit:contain}
.team-logos .versus{font-size:.62rem;font-weight:700;letter-spacing:.12em;opacity:.5}
@media(max-width:520px){.game-grid{grid-template-columns:minmax(0,1fr)!important;gap:14px}.game-card{min-height:300px}.sport-label{font-size:.58rem}.game-flags img{width:42px;height:28px}}
