.team-standings-card{position:relative;width:100%;color:hsla(0,0%,100%,.9)}.team-standings-card__title{margin-bottom:0}.team-standings-card__title .typography{color:hsla(0,0%,100%,.9)}.team-standings-card__container{padding:24px;display:flex;flex-direction:column;gap:14px}@media(max-width:767px){.team-standings-card__container{padding:16px 20px}}.team-standings-card__mobile-toggle{display:none;width:100%;align-items:center;justify-content:space-between;background:none;border:none;cursor:pointer;padding:0 0 12px;color:#fff}.team-standings-card__mobile-toggle .typography{color:hsla(0,0%,100%,.9)}@media(max-width:767px){.team-standings-card__mobile-toggle{display:flex;padding-top:0}}.team-standings-card__chevron{opacity:.64;transition:transform .3s ease;transform:rotate(90deg)}.team-standings-card__chevron--expanded{transform:rotate(-90deg)}.team-standings-card__content{display:flex;gap:32px}@media(max-width:1024px){.team-standings-card__content{gap:24px}}@media(max-width:767px){.team-standings-card__content{flex-direction:column;gap:24px;max-height:0;overflow:hidden;transition:max-height .35s ease}.team-standings-card__content--expanded{max-height:2000px}}.team-standings-card__section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.team-standings-card__section-header .typography{color:hsla(0,0%,100%,.9)}.team-standings-card__see-more{display:flex;align-items:center;gap:4px;background:none;border:none;cursor:pointer;color:hsla(0,0%,100%,.9);padding:0;font-size:14px;white-space:nowrap;text-decoration:none}@media(hover:hover){.team-standings-card__see-more:hover{color:#fad604;text-decoration:underline}.team-standings-card__see-more:hover .typography{color:#fad604}}@media(max-width:767px){.team-standings-card__see-more-text{display:none}}.team-standings-card__see-more-chevron{display:none;width:32px;height:32px;border-radius:50%;flex-shrink:0;background:url(/images/icons/right.svg) 50%/8px no-repeat}@media(max-width:767px){.team-standings-card__see-more-chevron{display:block}}.team-standings-card__table-section{flex:1 1;min-width:0;border:1px solid hsla(0,0%,100%,.16);border-radius:20px;padding:24px 28px}@media(max-width:767px){.team-standings-card__table-section{border:none;border-radius:0;padding:0}}.team-standings-card__split-table{display:flex;overflow:hidden}.team-standings-card__fixed-col{flex-shrink:0}.team-standings-card__scrollable-col{flex:1 1;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.team-standings-card__scrollable-col::-webkit-scrollbar{height:4px}.team-standings-card__scrollable-col::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.team-standings-card__scrollable-col::-webkit-scrollbar-thumb{background-color:hsla(0,0%,100%,.2);border-radius:4px}.team-standings-card__table{width:100%;border-collapse:collapse}.team-standings-card__table td,.team-standings-card__table th{padding:8px 6px;text-align:center;white-space:nowrap;height:44px;box-sizing:border-box}.team-standings-card__td-team,.team-standings-card__th-team{text-align:start!important;padding-left:0;padding-right:12px}.team-standings-card__td-team-inner{display:flex;align-items:center;gap:8px}.team-standings-card__rank{min-width:20px;display:inline-block}.team-standings-card__team-logo{border-radius:4px;object-fit:contain}.team-standings-card__team-name{overflow:hidden;text-overflow:ellipsis;color:hsla(0,0%,100%,.9)}.team-standings-card__points-value{color:hsla(0,0%,100%,.9)}.team-standings-card__row{border-bottom:1px solid hsla(0,0%,100%,.08)}.team-standings-card__row:last-child{border-bottom:none}.team-standings-card__td-stat,.team-standings-card__th-stat{min-width:28px}.team-standings-card__matches-section{flex:1 1;min-width:0;border:1px solid hsla(0,0%,100%,.16);border-radius:20px;padding:24px 12px 12px}@media(max-width:767px){.team-standings-card__matches-section{border:none;border-radius:0;padding:0}}.team-standings-card__matches-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.team-standings-card__match{border:1px solid hsla(0,0%,100%,.16);border-radius:12px;padding:12px}@media(min-width:768px)and (max-width:1024px){.team-standings-card__match{padding:8px}}@media(max-width:767px){.team-standings-card__match{border-radius:8px;border:1px solid #454649;padding:10px 12px}}.team-standings-card__match-date{margin-bottom:8px}@media(max-width:767px){.team-standings-card__match-date{margin-bottom:6px}}.team-standings-card__match-teams{display:flex;flex-direction:column;gap:6px}.team-standings-card__match-team{display:flex;align-items:center;gap:8px;min-width:0}.team-standings-card__match-team img{border-radius:2px;object-fit:contain}.team-standings-card__match-team-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;letter-spacing:.7px}.team-standings-card__match-team-name--default,.team-standings-card__match-team-name--winner{color:hsla(0,0%,100%,.9)}.team-standings-card__match-team-name--loser{color:hsla(0,0%,100%,.64)}.team-standings-card__match-score{margin-left:auto}.team-standings-card .secondary-text{color:hsla(0,0%,100%,.48)}