.scoring-map-container{flex-direction:column;width:100%;display:flex}.scoring-map-content{justify-content:center;gap:10px;width:100%;display:flex}@media (min-width:640px){.scoring-map-content{gap:44px}}.scoring-map-bar-rank{color:var(--react-text-white);font-weight:var(--react-font-weight-normal);padding:7px}.scoring-map-visualization{flex:0 0 40%;display:flex}.scoring-map-column{flex-direction:column;justify-content:space-between;width:33.33%;height:550px;display:flex}.scoring-map-diagram-header{font-weight:var(--react-font-weight-normal);text-align:center;color:var(--react-text-gray-gray);height:24px;line-height:24px}.scoring-map-row{cursor:pointer;justify-content:center;width:100%;height:250px;display:flex;position:relative}.scoring-map-row:hover{cursor:pointer}.scoring-map-bar{border-radius:9px;justify-content:center;align-items:center;width:60%;transition:height .3s ease-in-out;display:flex;position:absolute}.scoring-map-row.top .scoring-map-bar{background-color:var(--react-green);top:0}.scoring-map-row.bottom .scoring-map-bar{background-color:var(--react-light-red);bottom:0}.scoring-map-row.bottom{align-items:flex-end}.scoring-map-row.selected{z-index:1;background-color:#000;margin:-1px 0;padding:1px 0}.scoring-map-column:hover .scoring-map-row:not(.selected){z-index:1;background-color:#000;margin:-1px 0;padding:1px 0;transition:background-color .3s ease-in-out}.scoring-map-column-gap{margin-top:4px}.scoring-map-titles{text-align:center;margin-bottom:5px}.scoring-map-section-subtitle{font-weight:var(--react-font-weight-normal);margin-bottom:10px;text-decoration:underline}.scoring-map-details{flex:0 0 40%}.scoring-map-section{margin-bottom:5px;padding:10px}.scoring-map-subsection{margin-top:10px}.scoring-map-player-image{border-radius:50%;width:25px;height:25px;margin-right:10px}.scoring-map-player-name{text-align:left;flex-grow:1;justify-content:flex-start;align-items:center;display:flex}.scoring-map-player-row{align-items:center;margin-bottom:15px;display:flex}.scoring-map-player-row span{font-weight:var(--react-font-weight-normal)}.scoring-map-section-title{color:var(--react-text-black-white);font-weight:var(--react-font-weight-medium);margin-bottom:12px}.scoring-map-header{align-items:center;display:flex}.scoring-map-bigger-stat{color:var(--react-text-black-white)}.scoring-map-header .dot{border-radius:50%;width:10px;height:10px;margin-bottom:12px;margin-right:10px;display:inline-block}.scoring-map-header .green-dot{background-color:var(--react-green)}.scoring-map-header .red-dot{background-color:var(--react-light-red)}.title{color:var(--react-text-gray-gray);font-weight:var(--react-font-weight-normal)}.value{color:var(--react-text-black-white);font-weight:var(--react-font-weight-medium)}.scoring-map-player-avatar-container{justify-content:center;align-items:center;width:30px;height:30px;margin-right:10px;display:inline-flex;position:relative}.scoring-map-player-avatar-background{background-color:var(--react-player-image-background-light-dark);border-radius:50%;width:100%;height:100%;position:absolute}.scoring-map-player-avatar{clip-path:circle(50%);object-fit:cover;border-radius:50%;width:30px;height:30px;position:relative}@media (max-width:750px){.scoring-map-content{flex-direction:column;align-items:center}.scoring-map-visualization{width:100%;margin-bottom:20px}.scoring-map-details{width:100%}.scoring-map-column{height:400px}.scoring-map-row{height:175px}}#tries-column,#concede-column{flex-direction:column;justify-content:flex-start;margin-left:5px;display:flex}.scoring-map-bigger-stat-title{color:var(--react-text-gray-gray);font-weight:var(--react-font-weight-normal);width:33.33%}.row>.scoring-map-bigger-stat{width:33.33%}.row{width:100%;display:flex}.column{flex-direction:column;display:flex}.column:first-child{width:30%}.column:nth-child(2){width:55%}.column:nth-child(3){text-align:right;width:15%}
