: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{background:linear-gradient(180deg,#2e2e2e,#000 49.52%);background:var(--around-league-bg-color,#000);border-radius:.5rem;border-radius:var(--around-league-border-radius,0);color:#fff;color:var(--around-league-color,#fff);margin:0;margin:var(--around-league-margin,0);padding:2rem;padding:var(--around-league-padding,1rem)}.m-around-the-league__list{display:flex;flex-wrap:wrap;list-style:none;margin:0 -.75rem;margin:var(--around-league-list-margin,0 -.75rem)}.m-around-the-league__item{border:0;border-width:1px;flex:0 1 100%;flex:var(--around-the-league-list-item-flex,0 1 100%);margin-bottom:1.5rem;margin-bottom:var(--around-league-list-item-margin-bottom,1.5rem);padding:0 .75rem;padding:var(--around-league-list-item-padding,0 .75rem)}@media screen and (min-width:48em){.m-around-the-league__item{flex:0 1 50%;flex:var(--around-the-league-list-item-flex,0 1 50%)}}.m-around-the-league__block{background:#e6e6e6;background:var(--around-league-list-item-block-bg-color,#e6e6e6);border:1px solid transparent;border:var(--around-league-list-item-border,1px solid transparent);border-radius:0;border-radius:var(--around-league-list-item-block-border-radius,0);color:#fff;display:flex;flex-direction:row;flex-direction:var(--around-league-list-item-block-flex-direction,row);flex-wrap:wrap;font-weight:700;gap:0;gap:var(--around-league-list-item-block-gap,0);justify-content:space-between;overflow:hidden;padding:0;padding:var(--around-league-list-item-block-padding,0)}.m-around-the-league__teams{flex-grow:1;padding:1rem 0 0;padding:var(--around-league-list-item-team-padding,1rem)}.m-around-the-league__team{align-items:center;display:flex;font-family:Ubuntu,Helvetica,Roboto,Arial,sans-serif;font-size:inherit;font-size:var(--around-the-league-team-font-size,inherit);font-weight:inherit}.m-around-the-league__team--home{margin-bottom:.5rem}.m-around-the-league__team-crest{height:1.5625rem;margin:-.25rem .25rem 0 0;margin:var(--around-league-list-item-team-crest-margin,-.25rem .25rem 0 0);text-align:center;width:1.5625rem}.m-around-the-league__team-crest :is(img){max-height:100%}.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:Ubuntu,Helvetica,Roboto,Arial,sans-serif;font-size:inherit;font-size:var(--around-league-score-font-size,inherit);font-weight:inherit}.m-around-the-league__time{align-items:center;align-items:var(--around-league-list-time-align-items,center);background-color:transparent;color:#fff;color:var(--around-league-list-item-block-color,#fff);display:flex;flex:1 0 100%;flex:var(--around-league-list-item-team-time-flex,1 0 100%);flex-direction:column;flex-direction:var(--around-league-list-time-flex-direction,column);font-family:Ubuntu,Helvetica,Roboto,Arial,sans-serif;font-size:inherit;font-size:var(--around-league-list-item-team-time-font-size,inherit);justify-content:center;justify-content:var(--around-league-list-time-time-justify-content,center);padding:0 0 1rem;padding:var(--around-league-list-item-team-padding,1rem);position:relative}.m-around-the-league__time.playing:after,.m-around-the-league__time.playing:before{background:#f6c554;border-radius:50%;content:"";display:block;height:.625rem;position:absolute;right:0;top:.1875rem;width:.625rem}@media(prefers-reduced-motion:no-preference){.m-around-the-league__time.playing:after{animation:dot-pulse 2s infinite;opacity:.5}}.m-around-the-league__time-status{font-size:.75rem;font-size:var(--around-league-list-item-team-time-font-size,.75rem);font-weight:inherit}.m-around-the-league__time-status:before{content:"-";display:inline-block;padding:0 .25rem;padding:var(--around-league-list-item-team-time-status-separator-padding,0 .25rem)}.m-around-the-league{--around-league-padding:2rem;--around-league-border-radius:0.5rem;--around-league-bg-color:linear-gradient(180deg,#2e2e2e,#000 49.52%);--around-league-list-item-block-flex-direction:column-reverse;--around-league-list-time-flex-direction:row;--around-league-list-time-time-justify-content:flex-start;--around-league-list-item-team-time-font-size:0.75rem;--around-league-list-item-block-color:#f6c554;--around-league-list-item-team-time-bg-color:#f6c554;--around-league-list-item-block-padding:1rem;--around-league-list-item-block-border-radius:0.5rem;--around-league-list-item-border:1px solid #3f300f}.m-around-the-league__teams{--around-league-list-item-team-padding:1rem 0 0}.m-around-the-league__time{--around-league-list-item-team-padding:0 0 1rem;border-bottom:2px solid #3f300f}.m-around-the-league__time-status{display:flex}.m-around-the-league{--around-league-list-item-block-bg-color:#171717}.m-around-the-league__block.playing{--around-league-list-item-border:1px solid #fcd069}