ui/hud/elements/toolbutton.razor.scss
ToolButton {
	position: relative;
	color: #fff;

	.ontop {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		font-size: 16px;
	}

	.cooldown {
		background-color: #000c;
		align-items: center;
		justify-content: center;
		text-align: center;
	}

	.hotkey {
		font-weight: bold;
		font-size: 24px;
		align-items: flex-end;
		text-align: left;
		margin-bottom: -12px;

		.badge {
			width: 100%;
			height: 25px;
			align-items: center;
			justify-content: center;
			text-align: center;
			text-stroke: 5px #000;
		}
	}
}