:root{--columns:1;--gap:1rem}@keyframes dot-bounce{0%{transform:translateY(0)}5%{transform:translateY(2px)}20%{transform:translateY(-8px)}35%{transform:translateY(4px)}40%{transform:translateY(0)}to{transform:translateY(0)}}@keyframes dot-fade{0%{opacity:1}50%{opacity:.2}to{opacity:1}}@keyframes dot-pulse{0%{transform:scale(1)}5%{transform:scale(.98)}50%{transform:scale(1.5)}to{transform:scale(1)}}@keyframes full-height{0%{height:0}to{height:100%}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.m-around-the-league__list{display:flex;flex-wrap:wrap;list-style:none;margin:var(--around-league-list-margin,0 -.75rem)}.m-around-the-league__item{border-bottom:0;flex:var(--around-the-league-list-item-flex,0 1 100%);margin-bottom:var(--around-league-list-item-margin-bottom,1.5rem);padding:var(--around-league-list-item-padding,0 .75rem)}@media screen and (min-width:48em){.m-around-the-league__item{flex:var(--around-the-league-list-item-flex,0 1 50%)}}.m-around-the-league__block{background-color:#fff;display:flex;flex-wrap:wrap;font-weight:600;gap:var(--around-league-list-item-block-gap,0);justify-content:space-between}.m-around-the-league__teams{flex-grow:1;padding:var(--around-league-list-item-team-padding,1rem)}.m-around-the-league__team{align-items:center;display:flex;font-family:Outfit,Helvetica,Roboto,Arial,sans-serif;font-size:var(--around-the-league-team-font-size,inherit);font-weight:inherit}.m-around-the-league__team--home{margin-bottom:0}.m-around-the-league__team-crest{height:1.5625rem;margin:var(--around-league-list-item-team-crest-margin,-.25rem .25rem 0 0);width:1.5625rem}.m-around-the-league__team-name{display:block;margin-right:auto;overflow:hidden;padding-right:.5rem;text-overflow:ellipsis;white-space:nowrap}.m-around-the-league__team-score{font-family:Outfit,Helvetica,Roboto,Arial,sans-serif;font-size:var(--around-league-score-font-size,inherit);font-weight:inherit}.m-around-the-league__time{align-items:center;background-color:transparent;display:flex;flex:0 0 5rem;flex-direction:column;font-family:Outfit,Helvetica,Roboto,Arial,sans-serif;font-size:var(--around-league-list-item-team-time-font-size,inherit);justify-content:center;padding:var(--around-league-list-item-team-padding,1rem)}.m-around-the-league__time-status{font-size:var(--around-league-list-item-team-time-font-size,.75rem);font-weight:inherit}.m-around-the-league{--around-league-list-item-margin-bottom:0;--around-league-list-item-padding:0;--around-league-list-item-team-padding:0;--around-league-list-item-team-time-font-size:0;--around-league-list-margin:0;--around-the-league-list-item-flex:unset}.m-around-the-league__list{gap:var(--gap,1rem);--columns:1}.m-around-the-league__item{flex-basis:calc(100%/var(--columns, 1) - var(--gap, 1rem)/var(--columns, 1)*(var(--columns, 1) - 1))}.m-around-the-league__block{border-bottom:.125rem solid #cdd2d9;flex-direction:column;justify-content:flex-start;padding:0 0 1rem}.m-around-the-league__teams{display:flex;flex-direction:column;gap:.25rem}.m-around-the-league__team{gap:.5rem}.m-around-the-league__team-score{color:red}.m-around-the-league__time{align-items:flex-start;flex:unset;font-weight:400;justify-content:flex-start}.m-around-the-league__date{font-size:.875rem}