.participant__myTeamsIconContainer{align-items:center;align-self:center;cursor:pointer;display:flex;grid-area:myTeams;height:32px;justify-content:center;position:relative;width:32px}.participant__myTeamsIconContainer:before{background-color:transparent;border-radius:50%;content:"";height:32px;left:0;opacity:0;position:absolute;top:0;transition-duration:.2s;transition-timing-function:ease-in-out;width:32px}.participant__myTeamsIconContainer:hover:before{background-color:var(--color-support-3);opacity:.15}.participant__myTeamsIconContainer:hover svg{--color-symbol-star-fill:transparent;--color-symbol-star-outline:#999}.participant__myTeamsIconContainer--selected:hover:before{background-color:var(--color-yellow);opacity:.15}.participant__myTeamsIconContainer--selected:hover svg{--color-symbol-star-fill:var(--color-yellow);--color-symbol-star-outline:var(--color-yellow)}.participant__myTeamsIcon{align-items:center;display:flex;height:32px;justify-content:center;width:32px;z-index:1}.participant__participantServe{align-self:center;grid-area:serve;justify-self:center}.participant__participantServe>div{display:flex}.participant__participantServe>div>svg{height:18px;width:18px}.participant__participantImage{background:#fff;border:1px solid var(--color-support-1);border-radius:8px;grid-area:image;overflow:hidden;padding:4px}.theme--dark .participant__participantImage{padding:4px}.participant__participantImage a{display:flex}.participant__participantImage img{height:74px;width:74px}.participant__participantImage2{grid-area:image2}.participant__participantNameWrapper{font-size:16px;grid-area:name;padding-top:5px;text-align:center}.theme--dark .participant__participantNameWrapper{padding-top:8px}.participant__participantName{color:var(--color-combination-2);text-decoration:none}.duelParticipant--winner .participant__participantName{font-weight:700}.participant__participantName.participant__overflow{display:inline-block;hyphens:auto;-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;word-break:break-word}.participant__participantName:hover{text-decoration:underline}.participant__participantIcon:not(:empty){display:inline-block;margin:var(--margin-homeAway);vertical-align:middle}.participant__participantRank{color:var(--color-support-4);display:flex;flex-wrap:wrap;font-size:11px;grid-area:rank;justify-content:center;margin-top:1px;text-align:center}.participant__participantRank a{color:var(--color-support-4)}.participant__participantRank a:hover{text-decoration:underline}@media only screen and (max-width:639px){.participant__participantImage{padding:2px}.participant__participantImage img{height:44px;width:44px}.badminton.theme--dark .participant__participantImageDoubles,.beach-volleyball.theme--dark .participant__participantImageDoubles,.darts.theme--dark .participant__participantImageDoubles,.tennis.theme--dark .participant__participantImageDoubles{padding:2px}.participant__participantImageDoubles img{height:40px;width:40px}.participant__participantNameWrapper{font-size:14px}}