.game-specs-block, .wp-block-angie-snippets-game-specs-8897eeb6 {
	background-color: #f9f9f9;
	border: 1px solid #e2e2e2;
	border-radius: 8px;
	padding: 20px;
	margin-bottom: 20px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.game-specs-title {
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 1.2em;
	border-bottom: 2px solid #ddd;
	padding-bottom: 10px;
}

.game-specs-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.game-specs-list li {
	margin-bottom: 8px;
	line-height: 1.5;
}

.game-specs-list li strong {
	color: #333;
}

.game-specs-item {
    margin-bottom: 8px;
    line-height: 1.5;
}

.game-specs-label {
    font-weight: bold;
    color: #333;
    margin-right: 5px;
}