.play-page-widgets {
	display: flex;
	margin: 2rem 0;
	gap: 2rem;
}
.play-page-widgets .play-page-widget {
	flex: 1;
}
@media screen and (max-width: 768px) {
	.play-page-widgets.count-3 {
		flex-direction: column;
	}
}
@media screen and (max-width: 512px) {
	.play-page-widgets.count-2 {
		flex-direction: column;
	}
}

.progress {
	display: block;
	background: #eee;
	height: 0.5em;
}
.progress .progress-bar {
	display: block;
	height: 100%;
	background: #369;
}