.single-videojuego-container {
    max-width: 900px;
    margin: auto;
    padding: 30px;
    font-family: 'Segoe UI', sans-serif;
}

.videojuego-header h1 {
    font-size: 36px;
    margin-bottom: 10px;
}

.videojuego-imagen img {
    max-width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
}

.videojuego-descripcion {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 40px;
}

.videojuego-noticias-relacionadas h2 {
    font-size: 28px;
    margin-bottom: 20px;
    border-bottom: 2px solid #ccc;
    padding-bottom: 10px;
}

.lista-noticias {
    list-style: none;
    padding: 0;
}

.noticia-item {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.noticia-item h3 {
    font-size: 22px;
    margin-bottom: 5px;
}

.noticia-item small {
    display: block;
    font-size: 14px;
    color: #777;
    margin-bottom: 10px;
}

.contenido-noticia {
    font-size: 16px;
    color: #333;
}
