.live-match-board{display:flex;flex-direction:column;align-items:center;gap:10px;margin:12px 0 10px;width:100%}.live-match-board[hidden]{display:none!important}.live-match-row{width:100%;display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:10px}.live-team{display:flex;align-items:center;gap:8px;min-width:0}.live-team-home{justify-content:flex-end;text-align:right}.live-team-away{justify-content:flex-start;text-align:left}.live-team span{font-size:1.05rem;font-weight:850;color:#26102f;line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.live-team img{width:38px;height:38px;object-fit:contain;flex-shrink:0}.live-score-box{display:flex;align-items:center;justify-content:center;min-width:94px;padding:9px 12px;background:#f4f1ea;color:#26102f;border-radius:9px;font-size:1.42rem;font-weight:950;letter-spacing:.02em;line-height:1}.live-match-status{font-size:.95rem;font-weight:950;color:#26102f;text-align:center;text-transform:uppercase;letter-spacing:.025em}.no-live-match-state strong,.no-live-match-state small{display:block}.current-scoreboard{display:none!important}@media(max-width:540px){.live-match-board{gap:8px;margin:10px auto 8px;max-width:360px}.live-match-row{display:grid;grid-template-columns:1fr 76px 1fr;grid-template-areas:'home home away' 'homeLogo score awayLogo';column-gap:8px;row-gap:7px;align-items:center;justify-content:center;margin:0 auto}.live-team{display:contents}.live-team-home span{grid-area:home;text-align:left}.live-team-away span{grid-area:away;text-align:right}.live-team-home img{grid-area:homeLogo;justify-self:end}.live-team-away img{grid-area:awayLogo;justify-self:start}.live-team span{display:block;font-size:.8rem;letter-spacing:.045em;max-width:none;width:100%;white-space:nowrap;overflow:hidden;text-overflow:clip}.live-team img{width:30px;height:30px}.live-score-box{grid-area:score;justify-self:center;min-width:76px;padding:8px 10px;font-size:1.12rem;border-radius:8px}.live-match-status{font-size:.78rem;letter-spacing:.04em}.current-match-card{padding-left:22px!important;padding-right:22px!important}}@media(max-width:380px){.live-match-board{max-width:320px}.live-match-row{grid-template-columns:1fr 68px 1fr;column-gap:6px}.live-team span{font-size:.74rem}.live-team img{width:27px;height:27px}.live-score-box{min-width:68px;padding:7px 8px;font-size:1rem}}