/* Final authority: ten-card player results are always 2 columns with 5 cards per column. */
#v20917PackOverlay.active .v201239-ten-result-grid{
  width:min(760px,100%)!important;max-width:760px!important;margin:0 auto!important;
  display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;
  grid-template-rows:repeat(5,auto)!important;grid-auto-flow:column!important;
  gap:14px 10px!important;align-items:start!important;justify-items:stretch!important;overflow:visible!important;
}
#v20917PackOverlay.active .v201239-ten-result-grid>.v201173-result-card,
#v20917PackOverlay.active .v201239-ten-result-grid>.v20919-result-card{width:100%!important;min-width:0!important;max-width:none!important;padding:6px!important;box-sizing:border-box!important;}
#v20917PackOverlay.active .v201239-ten-result-grid .v20920-card-host{width:min(100%,230px)!important;max-width:230px!important;margin:0 auto!important;}
#v20917PackOverlay.active .v201239-ten-result-grid .pmc-card-frame,
#v20917PackOverlay.active .v201239-ten-result-grid .v10c-card,
#v20917PackOverlay.active .v201239-ten-result-grid .dynamic-card{width:100%!important;max-width:230px!important;min-width:0!important;}
@media(max-width:760px){
 #v20917PackOverlay.active .v201239-ten-result-grid{gap:10px 6px!important;}
 #v20917PackOverlay.active .v201239-ten-result-grid>.v201173-result-card,#v20917PackOverlay.active .v201239-ten-result-grid>.v20919-result-card{padding:4px!important;}
 #v20917PackOverlay.active .v201239-ten-result-grid .v20920-card-host,#v20917PackOverlay.active .v201239-ten-result-grid .pmc-card-frame,#v20917PackOverlay.active .v201239-ten-result-grid .v10c-card,#v20917PackOverlay.active .v201239-ten-result-grid .dynamic-card{max-width:170px!important;}
}
@media(max-width:390px){#v20917PackOverlay.active .v201239-ten-result-grid .v20920-card-host,#v20917PackOverlay.active .v201239-ten-result-grid .pmc-card-frame,#v20917PackOverlay.active .v201239-ten-result-grid .v10c-card,#v20917PackOverlay.active .v201239-ten-result-grid .dynamic-card{max-width:154px!important;}}
