@import url("../../bigstep-blockstep/assets/arcade-console.css?v=3");

/* Claw Club needs a taller console header than the shared compact arcade HUD.
 * Keep these rules after the import so the score labels never sit outside the
 * clipped cabinet shell. */
@media (min-width: 1000px) {
	.bsc-app .bsc-hud {
		height: 82px !important;
		min-height: 82px !important;
		padding: 0 4px !important;
		overflow: visible !important;
	}

	.bsc-app .bsc-game-title {
		align-self: center !important;
		line-height: 1 !important;
	}

	.bsc-app .bsc-hud-stats {
		align-self: stretch !important;
		align-items: stretch !important;
		height: 82px !important;
		line-height: 1 !important;
	}

	.bsc-app .bsc-hud .bsc-hud-stat,
	.bsc-app .bsc-hud .bsc-level-stat {
		align-self: stretch !important;
		align-content: center !important;
		height: 82px !important;
		min-height: 82px !important;
		padding-top: 8px !important;
		padding-bottom: 8px !important;
		line-height: 1 !important;
	}

	.bsc-app .bsc-hud .bsc-hud-stat small,
	.bsc-app .bsc-hud .bsc-hud-stat strong,
	.bsc-app .bsc-hud .bsc-hud-stat i {
		line-height: 1 !important;
	}
}
