.lm__table{display:flex;flex-wrap:wrap;overflow-x:auto}.lm__row{width:100%;display:grid;align-items:center;border-bottom:1px solid var(--color-border-4);box-sizing:border-box;cursor:pointer}@media (hover:hover){.lm__row:hover:not(.lm__row--infoHeader){background-color:var(--color-background-hover-1)}}.lm__row--infoHeader{display:flex;justify-content:flex-end;align-items:center;width:100%;height:28px;background-color:var(--color-background-5);border-bottom:1px solid var(--color-border-4);box-sizing:border-box;cursor:unset}.lm__row--oneLine{grid-template:" date competition teamHome teamAway results icons winIcon " minmax(28px,auto)/80px 80px 1fr 1fr 50px 140px 28px}.lm__row--twoLine{min-height:46px;grid-template:" date competition teams results .    icons winIcon " auto " date competition teams results .    icons winIcon " auto/80px 80px 1fr 40px 10px 236px 28px}.lm__row--heading{cursor:unset}.basketball .lm__row--heading{display:none}.lm__rowIcons{margin-right:28px}.soccer .lm__rowIcons{display:flex;justify-content:space-around;width:140px}.lm__rowIcon{width:28px}.lm__rowIcon--shirt{color:#8acb0b}.lm__rowIcon--rest{height:16px}.lm__rowIcon--card{margin:2px 0;height:12px}.lm__rowIcon--assist{display:flex;justify-content:center;align-items:center;width:28px;font-weight:700;font-size:15px;line-height:15px;color:#000;cursor:default}.theme--dark .lm__rowIcon--assist{color:var(--color-text-1)}.lm__headLayout{position:sticky;position:-webkit-sticky;left:0;grid-area:headLayout;height:100%;background-color:var(--color-background-5);box-shadow:3px 0 4px 0 rgba(var(--color-alpha-1),.08)}.lm__headCell{grid-area:winIcon;width:27px}.lm__date{grid-area:date;text-align:center}.lm__competition{grid-area:competition;display:flex;align-items:center;padding-left:8px}.lm__competitionLink{text-decoration:none}@media (hover:hover){.lm__competitionLink:hover{text-decoration:underline}}.lm__flag{position:relative;display:inline-block;width:18px;height:12px;margin-right:8px}.lm__flag:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-size:auto 100%;background-repeat:no-repeat;background-position:50%}.lm__teams{grid-area:teams;display:grid;grid-template:" teamHome" auto " teamAway" auto/1fr;height:100%}.lm__team{display:flex;align-items:center;margin:0 8px;line-height:19px}.lm__team--bold{font-weight:700}.lm__team--home{grid-area:teamHome}.lm__team--away{grid-area:teamAway}.lm__team__logo{flex:0 0 16px;height:16px;margin-right:8px}.lm__result{grid-area:results;display:flex;flex-direction:column;justify-content:space-around;height:100%;font-weight:700;text-align:center}.soccer .lm__result{box-sizing:border-box;padding:3px 0}.lm__resultCont{display:flex;justify-content:center;align-items:center}.lm__resultPrev{font-weight:400}.lm__resultEndDelimiter{margin:0 4px}.lm__iconsHeader{grid-area:icons;display:flex;align-items:center}.lm__icons{grid-area:icons}.lm__icon,.lm__icons{display:flex;justify-content:center;align-items:center;height:100%}.lm__icon{width:28px}.lm__icon--grey{color:var(--color-text-2)}.lm__icon--minutes-played{z-index:3}.lm__icon--minutes-played .lm__iconValue{display:none}.lm__icon--goal{z-index:2}.lm__icon--goal .lm__iconValue{display:none;justify-content:center;align-items:center;width:12px;height:12px;background-color:var(--color-text-highlight-1);border-radius:50%;box-sizing:border-box}.lm__icon--assist{z-index:2}.lm__icon--assist .lm__iconValue{display:none;justify-content:center;align-items:center;width:12px;height:12px;background-color:var(--color-text-highlight-1);border-radius:50%;box-sizing:border-box}.lm__icon--assist-highlighted,.lm__icon--goal-highlighted{background-color:var(--color-background-highlight-3)}.lm__icon--yellow-card-highlighted{background-color:var(--color-yellowCard)}.lm__icon--red-card-highlighted{background-color:var(--color-text-highlight-1);color:var(--color-white)}.lm__icon--yellow-card .lm__iconValue,.lm__icon .lm__iconSVG{display:none}.lm__absence{display:flex;align-items:center;justify-content:center}.lm__stat{width:38px;text-align:center}.lm__stat--bold{font-weight:700}.lm__stat--grey{color:var(--color-text-2)}.lm__stat--wide{width:48px}.lm__winIcon{grid-area:winIcon;position:relative;width:18px;height:18px;margin:auto 5px;text-align:center;line-height:18px;color:var(--color-white);border-radius:2px;cursor:pointer;overflow:hidden}.lm__winIcon--w{background-color:#44ac45}.lm__winIcon--l{background-color:#eb3f30}.lm__winIcon--d{background-color:#ffb22f}.lm__winIcon--dl:before,.lm__winIcon--dw:before{content:"";width:0;height:0;border-top:10px solid transparent;border-bottom:10px solid transparent;border-right:10px solid #ffb22f;position:absolute;top:8px;right:0}.lm__winIcon--dw{background-color:#44ac45}.lm__winIcon--dl{background-color:#eb3f30}@media only screen and (max-width:799px){.responsive .lm__row{min-height:48px}.responsive .lm__row--infoHeader{display:grid;grid-template:" headLayout .   icons winIcon" auto " headLayout .   icons winIcon" auto/170px 1fr 226px 28px}.responsive .lm__row--oneLine{grid-template:" teamHome icons date results winIcon" auto " teamAway icons date results winIcon" auto/1fr auto 64px 30px 28px}.responsive .lm__row--oneLine .lm__date{margin-left:10px;justify-content:flex-end}.responsive .lm__row--oneLine .lm__competition{display:none}.responsive .lm__row--oneLine .lm__result{margin-left:6px}.responsive .lm__row--oneLine .lm__team--home{align-self:flex-end;margin-bottom:3px}.responsive .lm__row--oneLine .lm__team--away{align-self:flex-start;margin-top:3px}.responsive .lm__row--twoLine{grid-template:" date teams results .   icons winIcon" auto " date teams results .   icons winIcon" auto/60px 70px 40px 1fr 226px 28px}.responsive .lm__row--twoLine .lm__date{position:sticky;position:-webkit-sticky;left:0;background-color:var(--color-background-1)}.responsive .lm__row--twoLine .lm__competition{display:none}.responsive .lm__row--twoLine .lm__result{position:sticky;position:-webkit-sticky;left:130px;background-color:var(--color-background-1);box-shadow:3px 0 4px 0 rgba(var(--color-alpha-1),.08)}.responsive .lm__row--heading{padding:0 8px;background-color:var(--color-background-5);grid-template:" flag league" minmax(24px,auto) " flag nationality" minmax(24px,auto)/26px 1fr}.responsive .lm__flag{grid-area:flag}.responsive .lm__league{grid-area:league;align-self:flex-end;margin-bottom:2px;font-weight:700;text-decoration:underline;margin-right:auto}.responsive .lm__league:hover{text-decoration:none}.responsive .lm__nationality{grid-area:nationality;align-self:flex-start;margin-top:2px;font-size:10px;font-weight:700;text-transform:uppercase;opacity:.6}.responsive .lm__date{display:flex;justify-content:center;align-items:center;height:100%;z-index:1}.responsive .lm__teams{position:sticky;position:-webkit-sticky;left:60px;flex-direction:column;justify-content:center;height:100%;background-color:var(--color-background-1);z-index:1}.responsive .lm__team{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;line-height:unset}.responsive .lm__result{z-index:1}.responsive .lm__resultCont{flex-direction:column}.responsive .lm__resultCont div{margin:3px 0}.responsive .lm__resultEndDelimiter,.responsive .lm__resultPrev{display:none}.responsive .lm__icon{position:relative;width:20px;height:20px;margin-right:-6px;background-color:var(--color-background-1);border:2px solid var(--color-border-7);border-radius:50%}.responsive .lm__icon--minutes-played{z-index:5}.responsive .lm__icon--goal{z-index:4}.responsive .lm__icon--goal .lm__iconValue{display:flex}.responsive .lm__icon--assist{z-index:3}.responsive .lm__icon--assist .lm__iconValue{display:flex}.responsive .lm__icon--yellow-card{z-index:2}.responsive .lm__icon--red-card{z-index:1}.responsive .lm__icon--grey{display:none}.responsive .lm__icon--goal,.responsive .lm__icon--minutes-played,.responsive .lm__icon--yellow-card{margin-right:-6px}.responsive .lm__icon--assist .lm__iconSVG,.responsive .lm__icon--goal .lm__iconSVG,.responsive .lm__icon--minutes-played .lm__iconSVG,.responsive .lm__icon--red-card .lm__iconSVG,.responsive .lm__icon--yellow-card .lm__iconSVG{display:flex}.responsive .lm__icon--assist .lm__iconSVG--assist,.responsive .lm__icon--goal .lm__iconSVG--assist,.responsive .lm__icon--minutes-played .lm__iconSVG--assist,.responsive .lm__icon--red-card .lm__iconSVG--assist,.responsive .lm__icon--yellow-card .lm__iconSVG--assist{font-weight:700;font-size:13px;line-height:15px;color:#000}.theme--dark.responsive .lm__icon--assist .lm__iconSVG--assist,.theme--dark.responsive .lm__icon--goal .lm__iconSVG--assist,.theme--dark.responsive .lm__icon--minutes-played .lm__iconSVG--assist,.theme--dark.responsive .lm__icon--red-card .lm__iconSVG--assist,.theme--dark.responsive .lm__icon--yellow-card .lm__iconSVG--assist{color:var(--color-text-1)}.responsive .lm__icon--goal-highlighted,.responsive .lm__icon--red-card-highlighted,.responsive .lm__icon--yellow-card-highlighted{background-color:var(--color-background-1)}.responsive .lm__icon .lm__iconValue{font-size:8px;color:var(--color-white)}.responsive .lm__iconText--assist,.responsive .lm__iconText--goal,.responsive .lm__iconText--red-card,.responsive .lm__iconText--yellow-card,.responsive .lm__iconText--yellow-red-card{display:none}.responsive .lm__iconValue{position:absolute;top:-4px;right:-4px}.responsive .lm__absence svg{display:none}.responsive .lm__stat--wide{width:58px}}@media only screen and (max-width:424px){.responsive .lm__row--infoHeader,.responsive .lm__row--twoLine{width:unset}}