.wp-block-angie-snippets-game-specs-79203 {
	background-color: #f5f5f5;
	border: 1px solid #e0e0e0;
	border-left: 5px solid #007cba;
	padding: 20px;
	border-radius: 4px;
	margin-bottom: 20px;
	font-family: inherit;
}
.game-specs-item {
	display: flex;
	margin-bottom: 8px;
	align-items: flex-start;
}
.game-specs-item:last-child {
	margin-bottom: 0;
}
.game-specs-label {
	font-weight: bold;
	color: #333;
	margin-right: 8px;
	min-width: 130px;
}
.game-specs-value {
	color: #555;
	flex: 1;
}