.fco-standings-score{white-space:nowrap;font-family:var(--body-font-family);color:var(--alternate-text-color);border-radius:4px;justify-content:center;align-items:center;padding:2px;font-size:10px;font-weight:700;display:flex}@container fco-standings-table (width>=600px){.fco-standings-score{padding:2px 7px;font-size:12px}}.fco-standings-score__win{background-color:var(--standings-score-color-win)}.fco-standings-score__draw{background-color:var(--standings-score-color-draw)}.fco-standings-score__lose{background-color:var(--standings-score-color-lose)}.fco-standings-table{overflow-x:auto;container:fco-standings-table/inline-size}@container fco-standings-table (width>=600px){.fco-standings-table .fco-toggle-switch.fco-standings-table__switch--hide-on-desktop{display:none}}.fco-standings-table__team-image{min-block-size:24px;min-inline-size:24px}.fco-standings-table__wrapper{justify-content:space-between;align-items:center;gap:16px;display:flex}.fco-standings-table__table{border-collapse:collapse;border:none;inline-size:100%}.fco-standings-table__cell{vertical-align:middle;text-align:center;background-color:var(--bg-light);inline-size:1%;color:var(--text-color);font-size:14px;font-family:var(--body-font-family);border:none;padding:8px 4px}@container fco-standings-table (width>=350px){.fco-standings-table__cell{padding:6px}}.fco-standings-table__cell--custom-heading,.fco-standings-table__cell--form,.fco-standings-table__cell--team{text-align:start}.fco-standings-table__cell--team{inline-size:100%}@container fco-standings-table (width>=350px){.fco-standings-table__cell--team{inline-size:50%}}.fco-standings-table__cell--head,.fco-standings-table__cell--position{font-weight:700}.fco-standings-table__cell--position:not(.fco-standings-table__cell--head){font-family:var(--header-font-family);font-size:18px}.fco-standings-table__cell--marker{padding:0 6px;position:relative}.fco-standings-table__cell--marker .fco-standings-marker{position:absolute;inset-block:2px}.fco-standings-table__cell--hidable{display:none}@container fco-standings-table (width>=600px){.fco-standings-table__cell--hidable{display:table-cell}}.fco-standings-table__cell--position-change{inline-size:auto;padding-inline:0}.fco-standings-table__row:nth-child(odd) .fco-standings-table__cell{background-color:var(--odd-row-bg-color)}.fco-standings-table__row--selected:nth-child(2n) .fco-standings-table__cell,.fco-standings-table__row--selected:nth-child(odd) .fco-standings-table__cell{background-color:var(--alternate-bg-color);color:var(--alternate-text-color)}.fco-standings-table__team{color:inherit;flex-direction:row;place-content:center flex-start;align-items:center;gap:8px;text-decoration:none;display:flex;container:fco-standings-table-team/inline-size}.fco-standings-table__team-name{font-weight:700}.fco-standings-table__team-name--long{display:none}@container fco-standings-table-team (width>=25ch){.fco-standings-table__team-name--short{display:none}.fco-standings-table__team-name--long{display:inline}}.fco-standings-table__form{flex-direction:row;place-content:center flex-start;align-items:center;gap:4px;display:flex}.fco-standings-table .fco-dropdown{-webkit-margin-start:auto;inline-size:-moz-fit-content;inline-size:fit-content;margin-inline-start:auto}.fco-standings-table .fco-toggle-switch{flex-wrap:nowrap;inline-size:-moz-fit-content;inline-size:fit-content;display:flex}.fco-standings-table .fco-toggle-switch>.fco-toggle-switch__label{align-items:center;font-size:14px;font-weight:700;display:flex;inset-block-start:0}.fco-standings-table__position-change-indicator{justify-content:center;align-items:center;inline-size:20px;display:flex}.fco-standings{-webkit-padding-after:26px;flex-direction:column;gap:26px;padding-block-end:26px;container:fco-standings/inline-size}.fco-standings,.fco-standings__last-updated{background-color:var(--bg-light);display:flex}.fco-standings__last-updated{gap:16px;padding:24px 4px}.fco-standings__last-updated-text{font-family:var(--body-font-family);color:var(--standings-last-updated-text-color);align-items:center;font-size:12px;font-weight:600;display:flex}.fco-standings__title{font-family:var(--header-font-family);background-color:var(--alternate-bg-color);color:var(--alternate-text-color);flex-direction:row;align-self:center;align-items:center;gap:14px;max-inline-size:55%;font-size:1.375rem;line-height:1.5;display:flex}.fco-standings__title .fco-image{flex:none;align-self:baseline}@container fco-standings (width>=350px){.fco-standings__title{max-inline-size:100%}}.fco-standings__legend{grid-template-columns:repeat(2,1fr);grid-gap:10px;gap:10px;inline-size:100%;padding:0 18px;display:grid}@container fco-standings (width>=800px){.fco-standings__legend{grid-template-columns:repeat(4,1fr)}}.fco-standings__legend .fco-standings-marker{line-height:24px}.fco-standings__legend .fco-standings-marker:before{block-size:24px}.fco-responsive-table{inline-size:100%;display:block;overflow-y:auto}.fco-responsive-table table{border-collapse:collapse;table-layout:auto;caption-side:bottom;inline-size:100%}.fco-responsive-table table caption{text-align:end;color:var(--text-color);font-family:var(--body-font-family);font-size:12px;font-style:italic}.fco-responsive-table table td,.fco-responsive-table table th{text-align:start;color:var(--text-color);font-family:var(--body-font-family);inline-size:1px;padding-inline:12px}.fco-responsive-table table th{color:var(--body-table-head-color);background-color:var(--body-table-head-bg);padding-block:8px;font-size:12px;font-weight:700}.fco-responsive-table table td{-webkit-border-after:1px solid var(--body-table-border-color);border-block-end:1px solid var(--body-table-border-color);padding-block:12px;font-size:14px;font-weight:400}.fco-responsive-table table tr:nth-child(odd) td{background-color:var(--body-table-odd-bg);color:var(--body-table-odd-color)}.fco-responsive-table table tr:nth-child(2n) td{background-color:var(--body-table-even-bg);color:var(--body-table-even-color)}.fco-responsive-table table tr:last-of-type td{-webkit-border-after:none;border-block-end:none}.fco-tik-tok-embed{justify-content:center;align-items:start;min-block-size:740px;display:flex}.fco-tik-tok-embed .tiktok-embed{all:unset}.fco-tik-tok-embed .tiktok-embed>section{display:none}.fco-twitch-script-video-player{aspect-ratio:16/9;display:block}.fco-twitch-script-video-player__container{aspect-ratio:16/9;position:relative}.fco-twitch-script-video-player__container iframe{inline-size:100%;position:absolute;inset-block-start:0;inset-inline-start:0;block-size:100%!important}.fco-twitch-video-player{aspect-ratio:16/9;display:block}.fco-twitch-video-player__container{aspect-ratio:16/9;position:relative}.fco-twitch-video-player__container iframe{inline-size:100%;position:absolute;inset-block-start:0;inset-inline-start:0;block-size:100%!important}.fco-twitter-embed{align-items:start;min-block-size:500px;display:flex}@media (min-width:768px){.fco-twitter-embed{min-block-size:700px}}.fco-twitter-embed .twitter-tweet,.fco-twitter-embed blockquote{display:none}.fco-twitter-embed .twitter-tweet{margin:0 auto}.fco-w2w-evergreen-events{gap:var(--fco-spacing-sm);flex-direction:column;display:flex;container-type:inline-size}.fco-w2w-evergreen-events .fco-sports-event-with-ott{border-radius:var(--fco-radius-md);border:1px solid var(--fco-border-default);background-color:var(--fco-surface-1)}.fco-sports-event-with-ott{padding:var(--fco-spacing-sm);background-color:var(--fco-surface-1)}.fco-sports-event-with-ott .fco-link{color:inherit;-webkit-border-after:none;border-block-end:none;text-decoration:none}.fco-sports-event-with-ott__contestants-images{gap:var(--fco-spacing-1-5);-webkit-margin-after:var(--fco-spacing-xs);margin-block-end:var(--fco-spacing-xs);display:flex}.fco-sports-event-with-ott__contestants-images .fco-image__image{block-size:24px}.fco-sports-event-with-ott__name{font-family:var(--fco-font-family-body);font-size:var(--fco-size-body-sm);font-weight:var(--fco-font-weight-body-bold);color:var(--fco-body-default)}.fco-sports-event-with-ott__datetime{font-family:var(--fco-font-family-body);font-size:var(--fco-size-body-xs);font-weight:var(--fco-font-weight-body-medium);color:var(--fco-body-muted)}.fco-sports-event-with-ott .fco-ott-button{--fco-tv-channel-logo-size:24px;--fco-tv-channel-button-size:20px;-webkit-margin-before:var(--fco-spacing-md);background-color:var(--fco-surface-1);font-size:var(--fco-size-body-xs);margin-block-start:var(--fco-spacing-md)}@container (width>600px){.fco-sports-event-with-ott{grid-template-areas:"main";display:grid}.fco-sports-event-with-ott .fco-link,.fco-sports-event-with-ott .fco-ott-button{grid-area:main}.fco-sports-event-with-ott .fco-ott-button{place-self:end}}.fco-scrollable-section{grid-template-rows:repeat(3,auto);grid-template-columns:repeat(2,auto);inline-size:100%;display:grid}.fco-scrollable-section__heading{font-family:var(--fco-font-family-heading);font-size:var(--fco-size-heading-md);font-weight:var(--fco-font-weight-heading-bold);text-transform:uppercase;color:var(--fco-body-default);-webkit-padding-after:var(--fco-spacing-md);grid-area:1/1/auto/3;margin:0;padding-block-end:var(--fco-spacing-md);line-height:1}@container (width>=600px){.fco-scrollable-section__heading{font-size:var(--fco-size-heading-lg);-webkit-padding-after:var(--fco-spacing-lg);padding-block-end:var(--fco-spacing-lg)}}.fco-scrollable-section__scroll-container{grid-area:2/1/auto/3;grid-auto-flow:column;grid-template-rows:repeat(var(--scrollable-section-number-of-rows,1),1fr);justify-content:start;grid-gap:var(--fco-spacing-sm);gap:var(--fco-spacing-sm);scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none;margin:0;padding:0;display:grid;overflow:auto hidden}.fco-scrollable-section__scroll-container::-webkit-scrollbar{display:none}.fco-scrollable-section__scroll-container{scroll-snap-type:x mandatory}.fco-scrollable-section__scroll-container>*{scroll-snap-align:start;content-visibility:auto;contain-intrinsic-size:var(--card-intrinsic-size,auto 300px auto none)}.fco-scrollable-section .fco-scroll-indicator{grid-area:3/1/auto/3;place-self:center}.fco-scrollable-section .fco-scroll-indicator,.fco-scrollable-section__controls{-webkit-margin-before:var(--fco-spacing-md);margin-block-start:var(--fco-spacing-md)}.fco-scrollable-section__controls{grid-area:3/2/auto/3;justify-self:end;display:none}@media (min-width:1024px){.fco-scrollable-section__controls{gap:var(--fco-spacing-xs);display:flex}[dir=rtl] .fco-scrollable-section__controls{flex-direction:row-reverse}}.fco-scrollable-section__controls-button{cursor:pointer}.fco-scrollable-section__controls-button:disabled{cursor:auto}[dir=rtl] .fco-scrollable-section__controls-button>.fco-svg-icon{transform:rotate(180deg)}.fco-scrollable-section--edge-fade{position:relative}@container (width>=600px){.fco-scrollable-section--edge-fade:after,.fco-scrollable-section--edge-fade:before{content:"";z-index:3;pointer-events:none;grid-area:2/1/auto/3;inline-size:150px;position:absolute;inset-block:0}.fco-scrollable-section--edge-fade:before{background:linear-gradient(to left,var(--fco-surface-page-fade-out-0),var(--fco-surface-page-fade-out-100));inset-inline-start:0}.fco-scrollable-section--edge-fade:after,[dir=rtl] .fco-scrollable-section--edge-fade:before{background:linear-gradient(to right,var(--fco-surface-page-fade-out-0),var(--fco-surface-page-fade-out-100))}.fco-scrollable-section--edge-fade:after{inset-inline-end:0}[dir=rtl] .fco-scrollable-section--edge-fade:after{background:linear-gradient(to left,var(--fco-surface-page-fade-out-0),var(--fco-surface-page-fade-out-100))}.fco-scrollable-section--edge-fade[data-at-end=false]:before,.fco-scrollable-section--edge-fade[data-at-end=true]:after,.fco-scrollable-section--edge-fade[data-at-start=true]:before{display:none}}.fco-match-schedule-unit-widget{container-type:inline-size}@container (width>=600px){.fco-match-schedule-unit-widget .fco-scroll-indicator{display:none}}.fco-match-schedule-unit-widget .fco-scrollable-section__controls{padding-inline:var(--fco-spacing-xs);-webkit-margin-before:0;z-index:4;pointer-events:none;grid-area:2/1/auto/3;place-self:stretch stretch;margin-block-start:0;display:none;position:relative}@container (width>=600px){.fco-match-schedule-unit-widget .fco-scrollable-section__controls{flex-direction:row;justify-content:space-between;align-items:center;gap:0;display:flex}}.fco-match-schedule-unit-widget .fco-scrollable-section__controls-button{pointer-events:auto;border:1px solid var(--fco-border-default)}.fco-match-schedule-unit-widget .fco-scrollable-section__controls-button .fco-svg-icon{flex-shrink:0;block-size:24px;inline-size:24px}[dir=rtl] .fco-match-schedule-unit-widget .fco-scrollable-section__controls-button .fco-svg-icon{transform:rotate(180deg)}.fco-match-schedule-unit-widget .fco-scrollable-section__controls-button-left:disabled~.fco-scrollable-section__controls-button-right,.fco-match-schedule-unit-widget .fco-scrollable-section__controls-button-right:disabled~.fco-scrollable-section__controls-button-left{-webkit-margin-start:auto;margin-inline-start:auto}.fco-match-schedule-unit-widget .fco-scrollable-section__controls-button:disabled{display:none}.fco-match-schedule-unit-widget-card{--card-intrinsic-size:auto 296px auto none;border-radius:var(--fco-radius-lg);background-color:var(--fco-surface-1);border:var(--fco-border-weight-xs) solid var(--fco-border-default);flex-direction:column;flex-shrink:0;min-block-size:300px;inline-size:296px;display:flex;position:relative;overflow:hidden}@media (prefers-reduced-motion:no-preference){.fco-match-schedule-unit-widget-card{transition:opacity .25s cubic-bezier(.2,0,0,1)}}:is(.fco-match-schedule-unit-widget-card:has(.fco-match-schedule-unit-widget-card__link:hover),.fco-match-schedule-unit-widget-card:has(.fco-match-schedule-unit-widget-card__link:focus)){opacity:var(--fco-opacity-hover)}.fco-match-schedule-unit-widget-card:has(.fco-match-schedule-unit-widget-card__link:active){opacity:var(--fco-opacity-pressed)}.fco-match-schedule-unit-widget-card__link:before{content:"";z-index:1;position:absolute;inset:0}.fco-match-schedule-unit-widget-card__link:focus-visible{outline:none}.fco-match-schedule-unit-widget-card__link:focus-visible:before{outline:var(--fco-border-weight-md) solid var(--fco-border-focussed);border-radius:var(--fco-radius-lg)}.fco-match-schedule-unit-widget-card__crests{justify-content:center;align-items:center;gap:var(--fco-spacing-xl);background-color:var(--fco-surface-3);flex-shrink:0;block-size:164px;display:flex}.fco-match-schedule-unit-widget-card__crest{flex-shrink:0;block-size:84px;inline-size:84px}.fco-match-schedule-unit-widget-card__info{padding:var(--fco-spacing-md);flex-direction:column;flex:1 1;justify-content:space-between;display:flex}.fco-match-schedule-unit-widget-card__title{margin:0 0 var(--fco-spacing-2xs) 0;font-size:var(--fco-size-body-lg);color:var(--fco-body-default)}.fco-match-schedule-unit-widget-card__datetime,.fco-match-schedule-unit-widget-card__title{font-family:var(--fco-font-family-body);font-weight:var(--fco-font-weight-body-bold);line-height:1.4}.fco-match-schedule-unit-widget-card__datetime{font-size:var(--fco-size-body-xs);color:var(--fco-body-muted);-webkit-margin-after:auto;margin:0;margin-block-end:auto}.fco-match-schedule-unit-widget-card__date:after{content:" · "}.fco-match-schedule-unit-widget-card .fco-ott-button{z-index:2;-webkit-margin-before:var(--fco-spacing-lg);margin-block-start:var(--fco-spacing-lg);position:relative}.fco-match-schedule-unit-widget-card .fco-tv-channel__logo{--fco-tv-channel-logo-size:20px}.fco-match-schedule-unit-widget-card .fco-tv-channel{flex:1 0;block-size:36px}:is(.fco-match-schedule-unit-widget-card.fco-match-schedule-unit-widget-card--tv-channel-link:has(.fco-ott-button>.fco-tv-channel:hover),.fco-match-schedule-unit-widget-card.fco-match-schedule-unit-widget-card--tv-channel-link:has(.fco-ott-button>.fco-tv-channel:focus)){opacity:var(--fco-opacity-hover)}.fco-match-schedule-unit-widget-card.fco-match-schedule-unit-widget-card--tv-channel-link:has(.fco-tv-channel:active){opacity:var(--fco-opacity-pressed)}.fco-match-schedule-unit-widget-card.fco-match-schedule-unit-widget-card--tv-channel-link .fco-ott-button{position:static}.fco-match-schedule-unit-widget-card.fco-match-schedule-unit-widget-card--tv-channel-link .fco-ott-button>.fco-tv-channel{pointer-events:none}.fco-match-schedule-unit-widget-card.fco-match-schedule-unit-widget-card--tv-channel-link .fco-ott-button>.fco-tv-channel:active,.fco-match-schedule-unit-widget-card.fco-match-schedule-unit-widget-card--tv-channel-link .fco-ott-button>.fco-tv-channel:focus,.fco-match-schedule-unit-widget-card.fco-match-schedule-unit-widget-card--tv-channel-link .fco-ott-button>.fco-tv-channel:hover{outline:none;background:var(--fco-button-outline-muted-background-default)!important}.fco-match-schedule-unit-widget-card.fco-match-schedule-unit-widget-card--tv-channel-link .fco-ott-button>.fco-tv-channel:before{content:"";border-radius:var(--fco-radius-lg);pointer-events:auto;position:absolute;inset:0}.fco-match-schedule-unit-widget-card.fco-match-schedule-unit-widget-card--tv-channel-link .fco-ott-button>.fco-tv-channel:focus-visible:before{outline:var(--fco-border-weight-md) solid var(--fco-border-focussed);outline-offset:-2px}.fco-match-schedule-unit-widget-card.fco-match-schedule-unit-widget-card--tv-channel-link .fco-modal-dialog-button{z-index:5}@scope(.fco-article-body) to (.fco-without-article-body){:scope{font-family:var(--body-font-family);background-color:var(--bg-light);color:var(--text-color);font-size:16px;font-weight:400;line-height:1.625}:scope>:not(:last-child){-webkit-margin-after:12px;margin-block-end:12px}h2{font-size:1.625rem;line-height:2rem}@media (min-width:1024px){h2{font-size:2rem;line-height:2rem}}h3{font-size:1.375rem;line-height:1.75rem}@media (min-width:1024px){h3{font-size:1.625rem;line-height:2rem}}h4{font-size:1.125rem;line-height:1.625rem}@media (min-width:1024px){h4{font-size:1.375rem;line-height:2rem}}h5{font-size:1rem;line-height:1.625rem}@media (min-width:1024px){h5{font-size:1.2rem;line-height:2rem}}h6{font-size:.9rem;line-height:1.625rem}@media (min-width:1024px){h6{font-size:1rem;line-height:2rem}}h1,h2,h3,h4,h5,h6{font-family:var(--body-font-family);color:var(--text-color);-webkit-margin-before:1em;margin-block-start:1em;font-weight:800}h1,h1:not(:last-child),h2,h2:not(:last-child),h3,h3:not(:last-child),h4,h4:not(:last-child),h5,h5:not(:last-child),h6,h6:not(:last-child){-webkit-margin-after:.25em;margin-block-end:.25em}p{text-wrap:pretty}code{font-family:monospace;font-size:14px;font-weight:400}.fco-image{inline-size:100%;display:block}dl dt{font-weight:700}dl dd{-webkit-margin-start:1rem;-webkit-margin-after:12px;margin-block-end:12px;margin-inline-start:1rem;font-weight:400}ol{list-style:decimal inside}ol ol{list-style-type:lower-alpha}ol ol ol{list-style-type:lower-roman}ol ol ol ol{list-style-type:decimal}ul{list-style:inside}ul ul{list-style-type:circle}ul ul ul{list-style-type:disclosure-closed}ul ul ul ul{list-style-type:square}ul ul ul ul ul{list-style-type:auto}ol ol,ol ul,ul ol,ul ul{-webkit-margin-start:16px;margin-inline-start:16px}li{display:list-item}abbr{text-decoration:none}mark{background-color:var(--primary-color)}blockquote:not([class~=tiktok-embed]){-webkit-border-start:6px solid var(--primary-color);border-inline-start:6px solid var(--primary-color);margin:12px 0;padding-block:0;padding-inline:16px 0;font-weight:700;line-height:1.5}blockquote:not([class~=tiktok-embed]) footer{text-align:end;font-style:italic;font-weight:400}a{color:var(--body-link-color);-webkit-border-after:1px solid var(--body-link-underline-color);border-block-end:1px solid var(--body-link-underline-color);cursor:pointer;font-weight:700;text-decoration:none}a:hover{background-color:var(--body-link-hover-bg);color:var(--body-link-hover-color);-webkit-border-after:1px solid var(--body-link-hover-underline-color);border-block-end:1px solid var(--body-link-hover-underline-color)}}.fco-injuries-suspensions-embed{border:var(--fco-border-weight-xs) solid var(--fco-border-default);border-radius:var(--fco-radius-md)}.fco-football-match-lineups{gap:var(--fco-spacing-2xl);margin-block:var(--fco-spacing-3xl);flex-direction:column;display:flex}.fco-football-match-lineups__pitch{line-height:1.2}.fco-football-match-lineups__pitch .fco-pitch-player__name{inset-block-end:-40cqh}.fco-football-match-lineups__pitch,.fco-football-match-lineups__table{background-color:var(--fco-surface-1);border:var(--fco-border-weight-xs) solid var(--fco-border-default);border-radius:var(--fco-radius-md)}.fco-football-match-lineups__title{font-size:var(--fco-size-heading-md);margin:0}@media (min-width:1024px){.fco-football-match-lineups__title{font-size:var(--fco-size-heading-2xl)}}