/* The multiplier already lives on Cash out and beside the coin. */
.coin-streak-controls .coin-options+.deal-button{margin-top:24px}
/* A 10% smaller vault, raised by trimming the space above it.
   Short desktop windows cap the board by height so all five rows fit together. */
.game-mines .vault-console{width:min(90%,612px)}
.game-mines .mines-room{padding-top:10px}
.game-mines .vault-heading h2{margin-top:5px;margin-bottom:10px}
.game-mines .vault-status{margin-bottom:8px}
.game-mines .table-topline{height:64px}
@media(min-width:761px){.game-mines .vault-console{width:min(90%,612px,max(320px,calc(100svh - 260px)))}}
@media(max-width:760px){.coin-mobile-controls .coin-options+.deal-button{margin-top:13px}.game-mines .mines-room{padding-top:12px}}
