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

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

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

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

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

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