.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-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}}