/* Green dice — mini preview */
.miniDie.green {
	background: rgba(0, 180, 80, 0.7);
	border-color: #007a35;
	box-shadow: 0 0 8px rgba(0, 180, 80, 0.6);
}

.miniDie.green .pip {
	background: #ffffff;
}

/* Green dice — full board */
body.dice-green .die .face {
	background: rgba(0, 180, 80, 0.7);
	border-color: #007a35;
	box-shadow: inset 0 0 0.5vh rgba(255,255,255,0.2), 0 0 1vh rgba(0, 180, 80, 0.5);
}

body.dice-green .pip {
	background: #ffffff;
}
