/* Beast Tactics v6.19 — player hand visibility
   Raise the player's hand slightly and lift the card caption so card names remain
   fully visible without overlapping the battlefield. */

html body .hand-panel .hand{
  top:-15px !important;
}

html body .hand-panel .hand .card .card-info{
  transform:translateY(-38px) !important;
}

@media (max-width:900px){
  html body .hand-panel .hand .card .card-info{
    transform:translateY(-50px) !important;
  }
}
