DamageableHealthPanel {
	width: 100%;
	height: 100%;
	pointer-events: none;
	background-color: transparent;

	.health-track {
		width: 100%;
		height: 100%;
		border-radius: 6px;
		background-color: rgba(0, 0, 0, 0.68);
		border: 2px solid rgba(0, 0, 0, 0.86);
		overflow: hidden;
		box-shadow:
			0 0 0 2px rgba(255, 255, 255, 0.18),
			0 3px 8px rgba(0, 0, 0, 0.45);
	}

	.health-fill {
		height: 100%;
		border-radius: 4px;
	}
}
