.game-news {
max-width: 800px;
margin: 0 auto;
font-family: 'Segoe UI', Arial, sans-serif;
}
.game-features ul, .character-roster ul {
padding-left: 20px;
}
.video-container, .character-roster, .online-features, .bonus-content {
margin: 30px 0;
}
h2 {
color: #e51937;
border-bottom: 2px solid #e51937;
padding-bottom: 10px;
}
h3 {
color: #333;
margin: 20px 0 15px;
}
.price-info {
background: #f5f5f5;
padding: 15px;
border-radius: 5px;
}
.steam-link {
text-align: center;
margin-top: 15px;
}
.conclusion {
font-weight: bold;
color: #e51937;
text-align: center;
font-size: 1.1em;
}