/* V54 — compact app popup with the original two-column action order. */
#game-hub-modal{
  padding:8px!important;
}
#game-hub-modal .game-hub-card{
  width:min(476px,calc(100vw - 16px))!important;
  max-height:calc(100dvh - 16px)!important;
  padding:20px!important;
  overflow:auto!important;
  border-radius:18px!important;
  box-shadow:inset 0 2px rgba(255,255,255,.09),0 6px 0 #070209,0 21px 56px rgba(0,0,0,.76)!important;
}
#game-hub-modal .add-score-close{
  top:8px!important;
  right:9px!important;
  width:28px!important;
  height:28px!important;
  font-size:22px!important;
}
#game-hub-modal .game-hub-header{
  display:grid!important;
  grid-template-columns:90px minmax(0,1fr)!important;
  align-items:center!important;
  gap:13px!important;
  margin:10px 0 14px!important;
  padding-right:26px!important;
}
#game-hub-modal .game-hub-image{
  width:90px!important;
  height:90px!important;
  min-width:90px!important;
  border-radius:10px!important;
}
#game-hub-modal .game-hub-details{min-width:0!important}
#game-hub-modal .game-hub-details h2{
  margin:0 0 8px!important;
  font-size:20px!important;
  line-height:1.05!important;
}
#game-hub-modal .game-hub-player-label{
  margin-bottom:3px!important;
  font-size:9px!important;
}
#game-hub-modal .game-hub-player-row{
  grid-template-columns:minmax(0,1fr) 30px!important;
  height:30px!important;
  border-radius:5px!important;
}
#game-hub-modal .game-hub-player-row strong{
  padding:7px!important;
  font-size:10px!important;
}
#game-hub-modal .game-hub-copy{
  width:30px!important;
  min-width:30px!important;
  padding:0!important;
  font-size:11px!important;
}
#game-hub-modal .game-hub-status{
  margin-top:5px!important;
  padding:3px 6px!important;
  font-size:9px!important;
}

/* Restore the prior paired layout instead of the V51 vertical list. */
#game-hub-modal .game-hub-actions.final-game-actions{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  align-items:stretch!important;
  gap:9px!important;
  margin-top:13px!important;
}
#game-hub-modal .game-hub-actions.final-game-actions>*{
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
}
#game-hub-modal .game-hub-actions.final-game-actions .action-wide{
  grid-column:1/-1!important;
}
#game-hub-modal .game-hub-action{
  display:flex!important;
  align-items:center!important;
  min-height:43px!important;
  padding:8px 11px!important;
  border-radius:10px!important;
  font-size:11px!important;
  line-height:1.1!important;
  box-shadow:inset 0 1px rgba(255,255,255,.11),0 4px 0 rgba(0,0,0,.58),0 7px 14px rgba(0,0,0,.24)!important;
}
#game-hub-modal .game-hub-action:active{
  transform:translateY(3px)!important;
  box-shadow:inset 0 1px rgba(255,255,255,.08),0 1px 0 rgba(0,0,0,.58)!important;
}

@media(max-width:480px){
  #game-hub-modal .game-hub-card{padding:16px!important}
  #game-hub-modal .game-hub-header{
    grid-template-columns:76px minmax(0,1fr)!important;
    gap:10px!important;
    margin:8px 0 11px!important;
  }
  #game-hub-modal .game-hub-image{
    width:76px!important;
    height:76px!important;
    min-width:76px!important;
  }
  #game-hub-modal .game-hub-details h2{font-size:17px!important}
  #game-hub-modal .game-hub-actions.final-game-actions{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:7px!important;
  }
  #game-hub-modal .game-hub-actions.final-game-actions .action-wide{grid-column:1/-1!important}
  #game-hub-modal .game-hub-action{
    min-height:40px!important;
    padding:7px 8px!important;
    font-size:10px!important;
  }
}
