.matchGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
@media(max-width:980px){.matchGrid{grid-template-columns:1fr}}
.teamRow{display:grid;grid-template-columns:1fr auto 1fr;gap:10px;align-items:center;margin-top:10px}
.team{display:flex;gap:10px;align-items:center}
.team.right{justify-content:flex-end}
.team img{width:42px;height:42px;border-radius:16px;border:1px solid rgba(255,255,255,.14);background:rgba(0,0,0,.25)}
