/* v360 — reduce current v359 PC hand area/card height by an additional 5% */
@media (min-width:851px){
  body.unified-left-layout:not(.ui-mode-mobile-preview) #leftHandHost{
    height:427.5px!important;
    min-height:427.5px!important;
    max-height:427.5px!important;
  }

  body.unified-left-layout:not(.ui-mode-mobile-preview) #leftHandHost .right-hand-section{
    height:427.5px!important;
    min-height:427.5px!important;
    max-height:427.5px!important;
  }

  body.unified-left-layout:not(.ui-mode-mobile-preview) #leftHandHost .handbox{
    height:380.646px!important;
    min-height:380.646px!important;
    max-height:380.646px!important;
    overflow:hidden!important;
  }

  body.unified-left-layout:not(.ui-mode-mobile-preview) #leftHandHost #hand.hand{
    grid-template-rows:repeat(2,189.8784px)!important;
    grid-auto-rows:189.8784px!important;
    height:380.6118px!important;
    min-height:380.6118px!important;
    max-height:380.6118px!important;
  }

  body.unified-left-layout:not(.ui-mode-mobile-preview) #leftHandHost #hand.hand .card{
    height:189.8784px!important;
    min-height:189.8784px!important;
    max-height:189.8784px!important;
    grid-template-rows:20.9px minmax(0,1fr) 27.55px!important;
  }

  body.unified-left-layout:not(.ui-mode-mobile-preview) #leftHandHost #hand.hand .card.utility-card{
    grid-template-rows:20.9px minmax(0,1fr) 36.1px!important;
  }
}
