.fco-match-header-match-day{font-family:var(--body-font-family);font-size:.875rem;line-height:1.2;color:var(--match-text-color-mid)}@media (min-width:1024px){.fco-match-header-match-day{line-height:1.5}}.fco-consent-warning{display:flex;flex-direction:column;font-size:14px;gap:8px;background-color:var(--consent-warning-background-color);border-radius:4px;padding:14px}.fco-consent-warning__title{font-size:14px;font-weight:700}.fco-consent-warning__type{font-size:20px;font-weight:700}.fco-match-header-score{--scores-separator-thickness:1px;font-family:var(--body-font-family);font-size:1.125rem;line-height:1;text-align:center;inline-size:2rem}@media (min-width:1024px){.fco-match-header-score{font-size:1.625rem;inline-size:2.875rem}}.fco-match-header-score__container{block-size:2rem;font-weight:700;display:flex;flex-direction:row;align-items:center;justify-content:center;background-color:var(--bg-color,#f3f3f3);color:var(--text-color,#000)}@media (min-width:1024px){.fco-match-header-score__container{block-size:2.5rem}}.fco-match-header-score__container--result{background-color:var(--alternate-bg-color,darkblue);color:var(--alternate-text-color,white)}.fco-match-header-score__container--live{background-color:var(--primary-color,orangered);color:var(--alternate-text-color,white)}.fco-match-header-score+.fco-match-header-score{border:none;border-inline-start:var(--scores-separator-thickness,1px) solid var(--scores-separator-color,rgba(125,125,125,.25))}.fco-facebook-video{inline-size:100%;display:block}.fco-facebook-video>div,.fco-facebook-video>iframe{inline-size:100%;block-size:100%}.fco-fc-video-player{aspect-ratio:16/9;inline-size:100%;overflow:hidden;display:block}.fco-match-result-icon{color:#fff;border-radius:2px;inline-size:21px;block-size:21px;display:inline-grid;place-items:center;font-weight:700;font-size:14px;text-transform:uppercase;font-family:var(--body-font-family)}.fco-match-result-icon__w{background:#7cca92}.fco-match-result-icon__l{background:#f26464}.fco-match-result-icon__d{background:#c4c4c4}.fco-match-time{font-family:var(--body-font-family);color:var(--primary-color);font-weight:700;font-size:.75rem;line-height:1.125rem;white-space:nowrap}.fco-match-result-row{container-type:inline-size}.fco-match-result-row:nth-child(odd){background-color:var(--odd-row-bg-color)}.fco-match-result-row__container{display:grid;align-items:center;block-size:5rem;-moz-column-gap:.25rem;grid-column-gap:.25rem;column-gap:.25rem;padding-inline-start:.25rem;grid-template-columns:auto .25rem;grid-template-rows:repeat(2,auto);grid-template-areas:"match-form-date match-form-date" "match-form-teams match-form-icon";text-decoration:none}.fco-match-result-row__date{grid-area:match-form-date;text-align:center}.fco-match-result-row__teams{grid-area:match-form-teams;display:grid;align-items:center;-moz-column-gap:1rem;grid-column-gap:1rem;column-gap:1rem;grid-template-columns:1fr auto 1fr}.fco-match-result-row__teams .fco-match-header-score{font-size:1.1rem;font-weight:700;padding-inline:.35rem;border-radius:.2rem}.fco-match-result-row__team{color:var(--text-color)}.fco-match-result-row__team--long-name{display:none}.fco-match-result-row__team--long-name:first-child{text-align:end}.fco-match-result-row__team--short-name{display:block}.fco-match-result-row__team--short-name:nth-child(2){text-align:end}.fco-match-result-row__icon{grid-area:match-form-icon;display:flex;justify-content:flex-end}.fco-match-result-row__icon .fco-match-result-icon{font-size:0;inline-size:.25rem;block-size:1rem}@container (width >= 360px){@media (min-width:768px){.fco-match-result-row__container{grid-template-columns:80px 1fr 21px;grid-template-areas:"match-form-date match-form-teams match-form-icon";grid-template-rows:auto;block-size:3.5rem;padding-inline:.5rem;-moz-column-gap:1rem;column-gap:1rem}.fco-match-result-row__date{text-align:unset}.fco-match-result-row .fco-match-result-icon{font-size:.875rem;inline-size:21px;block-size:21px}}.fco-match-result-row__team--long-name{display:block;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;block-size:-moz-fit-content;block-size:fit-content}.fco-match-result-row__team--short-name{display:none}}.fco-match-stats-row__container{display:flex;flex-direction:row;justify-content:space-between;gap:12px}.fco-match-stats-row__label{text-align:center;font-size:12px;font-weight:500;margin-block-end:4px}.fco-match-stats-row__stat{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:center;flex:1 1 100%;gap:16px}.fco-match-stats-row__stat-label{font-weight:700;font-size:16px;flex:0 0 40px;text-align:start}@container fco-match-stats (width >= 980px){.fco-match-stats-row__stat-label{font-size:18px}}.fco-match-stats-row__stat-label--reversed{text-align:end}.fco-match-stats-row__stat-progress{flex:1 1 auto;inline-size:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;block-size:6px;overflow:hidden}.fco-match-stats-row__stat-progress--reversed{transform:scaleX(-1)}.fco-match-stats-row__stat-progress::-webkit-progress-bar{border:none;background-color:var(--stats-progress-background,#eaeaea)}.fco-match-stats-row__stat-progress::-webkit-progress-value{border:none;background-color:var(--stats-progress-value,#1d1d1d)}@media (prefers-reduced-motion:no-preference){.fco-match-stats-row__stat-progress::-webkit-progress-value{-webkit-transition:inline-size .5s ease-out .2s;transition:inline-size .5s ease-out .2s}}.fco-match-team-with-crest{font-family:var(--body-font-family);color:var(--text-color);font-size:1rem;text-align:start;text-decoration:none;display:flex;align-items:center;gap:.5rem}.fco-match-team-with-crest .fco-image{block-size:1.5rem;inline-size:1.5rem}.fco-match-team-with-crest--reversed{flex-direction:row-reverse;text-align:end}.fco-match-team-with-crest .fco-short-name,.fco-match-team-with-crest--responsive .fco-long-name{display:none}.fco-match-team-with-crest--responsive .fco-short-name{display:block}@media (min-width:768px){.fco-match-team-with-crest--responsive .fco-long-name{display:block}.fco-match-team-with-crest--responsive .fco-short-name{display:none}}.fco-match-team-with-crest--wrap{flex-direction:column;justify-content:center}@media (min-width:768px){.fco-match-team-with-crest--wrap{flex-direction:row;justify-content:start}.fco-match-team-with-crest--reversed.fco-match-team-with-crest--wrap{flex-direction:row-reverse;justify-content:end}}.fco-match-team-with-crest--1-red-cards .fco-team-name:after{background:var(--match-red-card)}.fco-match-team-with-crest--2-red-cards .fco-team-name:after{background:var(--match-red-card);box-shadow:20px 0 0 var(--match-red-card)}.fco-match-team-with-crest--3-red-cards .fco-team-name:after{background:var(--match-red-card);box-shadow:20px 0 0 var(--match-red-card),40px 0 0 var(--match-red-card)}.fco-match-team-with-crest--4-red-cards .fco-team-name:after{background:var(--match-red-card);box-shadow:20px 0 0 var(--match-red-card),40px 0 0 var(--match-red-card),60px 0 0 var(--match-red-card)}.fco-match-team-with-crest[class*=red-cards] .fco-team-name{position:relative;padding-block:2px}.fco-match-team-with-crest[class*=red-cards] .fco-team-name:after{content:"";position:absolute;inset-block-end:0;inset-inline-start:0;inline-size:16px;block-size:2px}.fco-match-team-with-crest[class*=red-cards].fco-match-team-with-crest--reversed .fco-team-name:after{inset-inline:auto 0;rotate:180deg}.fco-section-header{font-family:var(--header-font-family);display:grid;grid-template-columns:1fr auto 1fr}.fco-section-header__header{align-self:flex-start;font-size:20px;line-height:1.5}@media (min-width:1024px){.fco-section-header__header{font-size:22px}}.fco-section-header .fco-match-team-with-crest{font-family:var(--header-font-family);font-size:20px;font-weight:700;line-height:33px;justify-content:center;padding:1rem;justify-self:flex-start;padding-block-start:3.4375rem}@media (min-width:1024px){.fco-section-header .fco-match-team-with-crest{font-size:22px}}.fco-section-header .fco-match-team-with-crest .fco-image{block-size:2rem;inline-size:2rem}@media (min-width:1024px){.fco-section-header .fco-match-team-with-crest{padding-block-start:1rem}}.fco-section-header .fco-match-team-with-crest--reversed{justify-self:flex-end}.fco-match-state{--pulse-live-indicatior-color:var(--primary-color);font-family:var(--body-font-family);color:var(--info-color);text-decoration:none;font-size:.75rem;line-height:1.125rem;text-transform:uppercase}.fco-match-state__period{color:var(--primary-color)}.fco-match-state--live{display:flex;align-items:center}.fco-match-state .fco-pulse-live-indicator{margin-inline-end:.25rem}.fco-head-to-head{display:flex;flex-direction:column;background-color:var(--head-to-head-background)}.fco-head-to-head__scores{display:grid;grid-template-columns:repeat(3,1fr)}@media (min-width:768px){.fco-head-to-head__scores{place-items:center;justify-content:center;-moz-column-gap:100px;column-gap:100px;grid-template-columns:repeat(3,80px)}}.fco-head-to-head__team-scores{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-block:8px 32px;gap:2px}@media (min-width:768px){.fco-head-to-head__team-scores{margin-block:20px 24px}}.fco-head-to-head__score{font-family:var(--header-font-family);font-weight:800;font-size:42px}.fco-head-to-head__status{font-family:var(--body-font-family);font-size:12px}.fco-head-to-head__stats{margin-block-start:24px}@media (min-width:768px){.fco-head-to-head__stats{margin-block-start:32px}}.fco-scorers{font-family:var(--body-font-family);font-size:.75rem;color:var(--match-text-color-mid);display:flex;flex-direction:column;gap:.5rem}@media (min-width:1024px){.fco-scorers{font-size:.875rem;gap:.75rem}}.fco-event-icon{inline-size:1.5rem;block-size:1.5rem}.fco-match-header-competition-name{font-family:var(--body-font-family);font-size:.875rem;line-height:1.2;color:var(--match-text-color-mid);text-align:center;text-decoration:none}@media (min-width:1024px){.fco-match-header-competition-name{line-height:1.5}}.fco-box-with-title{background-color:var(--bg-light)}.fco-box-with-title__title-container{display:flex;justify-content:space-between;align-items:center}.fco-box-with-title__title{padding:12px 16px;font-family:var(--header-font-family);font-size:28px;font-weight:700;line-height:2.1rem;background-color:var(--alternate-bg-color);color:var(--alternate-text-color)}.fco-box-with-title__body{padding:16px}.fco-match-header{font-family:var(--body-font-family);background-color:var(--bg-light);display:flex;flex-direction:column;container-name:fco-match-header;container-type:inline-size}.fco-match-header .fco-match-team-with-crest{font-family:var(--header-font-family);font-size:1.625rem;line-height:1.2}.fco-match-header .fco-match-team-with-crest .fco-image{block-size:2.75rem;inline-size:2.75rem}@media (min-width:1024px){.fco-match-header .fco-match-team-with-crest{font-size:2.25rem;line-height:1.5;gap:1.25rem}.fco-match-header .fco-match-team-with-crest .fco-image{block-size:3.75rem;inline-size:3.75rem}}.fco-match-header__info{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.5rem}.fco-match-header__info-logo{flex-direction:row}.fco-match-header__grid{display:grid;grid-template-columns:1fr 120px 1fr}@container fco-match-header (min-width: 750px){.fco-match-header__grid{grid-template-columns:1fr 224px 1fr}}.fco-match-header__grid-team{display:flex;flex-direction:column;gap:.5rem}@media (min-width:768px){.fco-match-header__grid-team{gap:1rem}}.fco-match-header__score{display:flex;flex-direction:column;align-items:center;font-family:var(--body-font-family);font-size:.875rem;line-height:1.5;color:var(--match-text-color-mid);text-align:center;block-size:-moz-fit-content;block-size:fit-content}.fco-match-header__score-secondary{display:flex;flex-direction:column;gap:.25rem;font-size:.75rem;line-height:1.5;margin-block-start:.75rem}.fco-match-header__score-secondary .fco-match-header-score{font-size:1rem}.fco-match-header__score-secondary-gameday{flex-direction:row;align-items:center;font-size:.875rem;font-weight:700;line-height:1rem;margin-block-start:0}.fco-match-header__score-secondary-gameday .fco-match-header-score__container{background:transparent}.fco-match-header__score-secondary-gameday .fco-match-header-score__container .fco-match-header-score{border:none;inline-size:-moz-fit-content;inline-size:fit-content}.fco-match-header__score .fco-match-state{font-size:.875rem;line-height:1.5}.fco-match-header__score .fco-match-state--cancelled-or-postponed{font-family:var(--header-font-family);color:var(--text-color);font-size:2rem;line-height:1.75;font-weight:800}.fco-match-header__time{font-family:var(--header-font-family);color:var(--text-color);font-size:1.625rem;line-height:1.2}@media (min-width:1024px){.fco-match-header__time{font-size:2.25rem;line-height:1.5}}.fco-match-header__scorers{text-align:center}@media (min-width:768px){.fco-match-header__scorers{text-align:start}.fco-match-header__scorers-left{text-align:end}}.fco-match-header__tv{display:flex;justify-content:center}.fco-match-header__tv-channels{display:flex;gap:24px;inline-size:-moz-fit-content;inline-size:fit-content}.fco-match-header__tv-channel{text-decoration:none;color:var(--gameday-card-ott-text-color,#5a5a5a);display:grid;align-items:center;border:1px solid var(--gameday-card-ott-border,#dfdfdf);border-radius:var(--gameday-card-ott-border-radious,4px);padding-block:.5rem;padding-inline:.375rem;grid-template-columns:1.5rem 1fr 1.5rem;-moz-column-gap:12px;grid-column-gap:12px;column-gap:12px}.fco-match-header__tv-channel-title{font-weight:700;font-size:.875rem;line-height:24px}.fco-match-header__tv-channel>.fco-icon{font-size:24px}.fco-match-header__sponsor{font-size:.75rem;line-height:1.5;display:flex;gap:.25rem;justify-content:center;align-items:center}.fco-match-header__sponsor-image{margin-inline-start:.75rem;block-size:2.5rem;inline-size:2.5rem}.fco-match-header__results{margin-block-start:1.5rem;margin-block-end:.5rem;font-size:.875rem;line-height:1.5;display:flex;justify-content:center}.fco-match-header__results-item{padding-inline:1.375rem;display:flex;gap:.5rem}.fco-match-header__results-item+.fco-match-header__results-item{border:none;border-inline-start:1px solid var(--scores-separator-color,rgba(125,125,125,.25))}.fco-match-header__sub-score{font-weight:700}[dir=rtl] .fco-match-header__sub-score{unicode-bidi:bidi-override}.fco-dropdown{position:relative;inline-size:auto;overflow:hidden;block-size:100%}.fco-dropdown__select{position:absolute;inset-inline-start:0;inset-block-start:0;inline-size:100%;block-size:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--bg-light);cursor:pointer}.fco-dropdown__select:focus{outline:none}.fco-dropdown__select:disabled{cursor:default}.fco-dropdown__display-box{position:relative;display:flex;justify-content:space-between;align-items:center;inline-size:100%;block-size:100%;padding:8px 16px;padding-inline-end:6px;background-color:var(--bg-light);z-index:1;pointer-events:none}.fco-dropdown__display-box .fco-icon{color:var(--text-color);margin-inline-start:6px}.fco-dropdown__text{font-family:var(--body-font-family);font-size:14px;line-height:20px;font-weight:600;color:var(--text-color);margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fco-dropdown:has(.fco-dropdown__select:disabled) .fco-icon{display:none}.fco-brightcove-video{inline-size:100%}.fco-brightcove-video video-js,.fco-brightcove-video__iframe,.fco-brightcove-video__react-loader{inline-size:100%;block-size:100%}.fco-youtube-video-player{--video-aspect-ratio:16/9;display:block}.fco-youtube-video-player__player{aspect-ratio:var(--video-aspect-ratio);inline-size:100%}.fco-youtube-video-player--shorts{--video-aspect-ratio:9/16}.fco-standings-marker{display:inline-block;position:relative}.fco-standings-marker__label{padding-inline-start:16px;display:inline-flex;font-size:12px;font-family:var(--body-font-family);min-block-size:2rem;align-items:center}.fco-standings-marker:before{content:"";border-inline-start:6px solid transparent;position:absolute;inset-block:0;overflow:hidden;border-radius:1px;margin-block:6px}@media (min-width:768px){.fco-standings-marker:before{margin-block:4px}}.fco-standings-marker--promotion-1:before{border-inline-color:var(--standings-marker-promotion-1)}.fco-standings-marker--promotion-2:before{border-inline-color:var(--standings-marker-promotion-2)}.fco-standings-marker--promotion-3:before{border-inline-color:var(--standings-marker-promotion-3)}.fco-standings-marker--promotion-4:before{border-inline-color:var(--standings-marker-promotion-4)}.fco-standings-marker--promotion-5:before{border-inline-color:var(--standings-marker-promotion-5)}.fco-standings-marker--promotion-6:before{border-inline-color:var(--standings-marker-promotion-6)}.fco-standings-marker--relegation-1:before{border-inline-color:var(--standings-marker-relegation-1)}.fco-standings-marker--relegation-2:before{border-inline-color:var(--standings-marker-relegation-2)}.fco-standings-marker--relegation-3:before{border-inline-color:var(--standings-marker-relegation-3)}.fco-change-indicator{display:inline-block}.fco-change-indicator--down,.fco-change-indicator--up{inline-size:0;block-size:0;border:5px solid transparent}.fco-change-indicator--up{border-block-end-color:var(--change-indicator-up-color);border-block-start-width:0}.fco-change-indicator--down{border-block-end-width:0;border-block-start-color:var(--change-indicator-down-color)}.fco-change-indicator--no-change{inline-size:5px;block-size:5px;border-radius:50%;background-color:var(--change-indicator-no-change-color)}.fco-radio-buttons{display:flex;gap:2px;background:var(--bg-color);border-radius:6px;padding-block:4px;padding-inline:4px;inline-size:100%;margin-inline-start:auto}@container (min-width: 600px){.fco-radio-buttons{inline-size:50%}}@container (min-width: 1200px){.fco-radio-buttons{inline-size:35%}}.fco-radio-buttons__option{display:flex;justify-content:center;align-items:center;flex:1 1;padding-block:8px;padding-inline:16px;border-radius:6px;cursor:pointer;font-weight:400;transition:all .2s ease-in-out}.fco-radio-buttons__option:hover{background:var(--progress-line-color)}.fco-radio-buttons__option:focus-within{outline:2px solid rgba(0,0,0,.5);border-radius:6px}.fco-radio-buttons__option:focus-visible{outline:2px solid var(--form-pill-draw-color)}.fco-radio-buttons__input{position:absolute;opacity:0;pointer-events:none}.fco-radio-buttons__selected{background:var(--bg-light);font-weight:600}.fco-standings-score{display:flex;align-items:center;justify-content:center;border-radius:4px;white-space:nowrap;font-family:var(--body-font-family);font-size:10px;font-weight:700;padding:2px;color:var(--alternate-text-color)}@container fco-standings-table (min-width: 600px){.fco-standings-score{font-size:12px;padding:2px 7px}}.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{container-type:inline-size;container-name:fco-standings-table;overflow-x:auto}@container fco-standings-table (min-width: 600px){.fco-standings-table .fco-toggle-switch.fco-standings-table__switch--hide-on-desktop{display:none}}.fco-standings-table__team-image{min-inline-size:24px;min-block-size:24px}.fco-standings-table__wrapper{display:flex;justify-content:space-between;align-items:center;gap:16px}.fco-standings-table__table{inline-size:100%;border-collapse:collapse;border:none}.fco-standings-table__cell{inline-size:1%;vertical-align:middle;padding:8px 4px;text-align:center;background-color:var(--bg-light);color:var(--text-color);font-size:14px;font-family:var(--body-font-family);border:none}@container fco-standings-table (min-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 (min-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{position:relative;padding:0 6px}.fco-standings-table__cell--marker .fco-standings-marker{position:absolute;inset-block:2px}.fco-standings-table__cell--hidable{display:none}@container fco-standings-table (min-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{container-type:inline-size;container-name:fco-standings-table-team;display:flex;text-decoration:none;color:inherit;flex-direction:row;gap:8px;align-items:center;justify-content:flex-start;align-content:center}.fco-standings-table__team-name{font-weight:700}.fco-standings-table__team-name--long{display:none}@container fco-standings-table-team (min-width: 25ch){.fco-standings-table__team-name--short{display:none}.fco-standings-table__team-name--long{display:inline}}.fco-standings-table__form{display:flex;flex-direction:row;gap:4px;align-items:center;justify-content:flex-start;align-content:center}.fco-standings-table .fco-dropdown{inline-size:-moz-fit-content;inline-size:fit-content;margin-inline-start:auto}.fco-standings-table .fco-toggle-switch{inline-size:-moz-fit-content;inline-size:fit-content;display:flex;flex-wrap:nowrap}.fco-standings-table .fco-toggle-switch>.fco-toggle-switch__label{font-size:14px;font-weight:700;inset-block-start:0;display:flex;align-items:center}.fco-standings-table__position-change-indicator{display:flex;justify-content:center;align-items:center;inline-size:20px}.fco-openweb-comments-count{display:inline-flex;align-items:center;gap:.375rem}.fco-openweb-comments-count .fco-icon-comment{font-size:1.125rem}.fco-tag-container{border:var(--tag-border);align-items:center;display:inline-flex}.fco-tag-container .fco-tag{padding:4px 8px;background-color:var(--tag-bg-color);color:var(--tag-text-color);text-decoration:none;display:inline-flex;gap:12px;align-items:center}.fco-tag-container .fco-tag__flag-crest{-o-object-fit:contain;object-fit:contain;flex-shrink:0}.fco-tag-container .fco-tag--favourite{padding:4px 8px 4px 12px;max-block-size:32px;display:inline-flex;border-inline-end:1px solid var(--tag-text-color)}.fco-tag-container .fco-tag--favourite .fco-tag-text{white-space:nowrap}.fco-tag-container .fco-tag-favourite-icon{display:inline-flex;cursor:pointer;background-color:transparent;align-items:center;block-size:100%;padding:0 8px}.fco-tag-container .fco-tag-favourite-icon .fco-icon{color:var(--fco-body-default);font-size:16px}.fco-tag-container .fco-tag-favourite-icon--checked .fco-icon{color:var(--fco-body-default)}.fco-poll{font-family:var(--header-font-family);background-color:var(--bg-light);padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem}.fco-poll__question{font-weight:400;font-size:14px;line-height:20px}.fco-poll__answers{display:grid;grid-gap:.75rem;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.fco-poll__answers-item{font-weight:400;font-size:14px;line-height:20px;position:relative;inline-size:100%;padding-inline:.75rem;padding-block:1rem;cursor:pointer;display:grid;align-items:center;grid-template-columns:1fr 40px;-moz-column-gap:.5rem;grid-column-gap:.5rem;column-gap:.5rem;border:1px solid var(--poll-option-border-color);background-color:var(--poll-option-bg-color);color:var(--poll-option-text-color);z-index:0}.fco-poll__answers-item-right{justify-self:end}.fco-poll__answers-item--results{row-gap:.5rem;cursor:auto;padding-block:.5rem;border-color:transparent}.fco-poll__answers-item--selected{background-color:var(--poll-option-selected-bg-color);color:var(--poll-option-selected-text-color);border-color:var(--poll-option-selected-bg-color)}.fco-poll__answers-item:has(input:checked){background-color:var(--poll-option-selected-bg-color);color:var(--poll-option-selected-text-color);border-color:var(--poll-option-selected-bg-color)}.fco-poll__answers-item input,.fco-poll__answers-item input:checked{accent-color:var(--bg-light)}.fco-poll__answers-item-progress{outline:var(--poll-option-border-color) 1px solid;outline-offset:2px;grid-column:1/3;block-size:.5rem;inline-size:100%}.fco-poll__answers-item-progress-value{inline-size:var(--progress);transition:inline-size .5s ease-in-out;background-color:var(--poll-option-progress-indicator-color);block-size:100%}.fco-poll__answers-item-progress--hidden{outline:none;block-size:0}.fco-poll__answers-item-progress--selected .fco-poll__answers-item-progress-value{background-color:var(--poll-option-selected-progress-indicator-color)}.fco-poll__submit{cursor:pointer;align-self:center;inline-size:100%;max-inline-size:300px;background-color:var(--poll-vote-button-color);color:var(--poll-vote-button-text-color);font-size:1rem;line-height:1.5;padding:.75rem}.fco-poll__all-votes{font-weight:400;font-size:14px;line-height:20px}.fco-main-media .fco-image__image{aspect-ratio:1/1;inline-size:100%}@media (min-width:768px){.fco-main-media .fco-image__image{aspect-ratio:auto}}