/* =================================== */
/* Estilos para el Artículo Individual */
/* =================================== */

/* Contenedor más estrecho para mejor lectura */
.container-articulo {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

.container-articulo h1 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 15px;
}

.container-articulo .articulo-fecha {
    font-size: 0.95rem;
    color: #888;
    display: block;
    margin-bottom: 25px;
    border-bottom: 1px solid #eee;
    padding-bottom: 25px;
}

.articulo-imagen-principal {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 30px;
}

.articulo-contenido {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #333;
}

.articulo-contenido p {
    margin-bottom: 25px;
}

.articulo-contenido h3 {
    font-size: 1.6rem;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #000;
}

/* Estilos para la sección de Fuentes */
.articulo-fuentes {
    margin-top: 50px;
    padding-top: 25px;
    border-top: 2px solid #0056b3;
    background: #f8f9fa;
    padding: 25px;
    border-radius: 8px;
}

.articulo-fuentes h4 {
    font-size: 1.3rem;
    font-weight: 600;
    margin: 0 0 15px 0;
}

.articulo-fuentes p {
    font-size: 0.95rem;
    margin-bottom: 20px;
}

.articulo-fuentes ul {
    list-style-type: none;
    padding-left: 0;
}

.articulo-fuentes li {
    font-size: 0.9rem;
    margin-bottom: 15px;
    line-height: 1.6;
}

.articulo-fuentes a {
    text-decoration: none;
    color: #0056b3;
    font-weight: 500;
}

.articulo-fuentes a:hover {
    text-decoration: underline;
}