/*
Theme Name: Hello Elementor Child
Template: hello-elementor
Version: 1.0.0
*/

/* === ROMPER EL CONTENEDOR PARA LA IMAGEN A ANCHO COMPLETO === */
.single-post .entry-hero {
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-height: 480px;
    overflow: hidden;
    margin-bottom: 3rem;
}

.single-post .entry-hero img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    object-position: center;
    display: block;
}

.single-post .entry-hero-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2rem 3rem;
    background: linear-gradient(to top, rgba(0,0,0,0.80) 0%, rgba(0,0,0,0.2) 70%, transparent 100%);
}

.single-post .entry-hero-overlay .entry-title {
    color: #ffffff;
    font-size: 2rem;
    margin: 0 0 0.5rem 0;
    line-height: 1.3;
    text-shadow: 0 2px 6px rgba(0,0,0,0.6);
}

.single-post .entry-meta {
    color: rgba(255,255,255,0.85);
    font-size: 0.9rem;
    letter-spacing: 0.03em;
}

/* === TIPOGRAFÍA DEL CUERPO === */
.single-post .entry-body {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 2rem 3rem;
    font-size: 1.05rem;
    line-height: 1.85;
    color: #2c2c2c;
    font-family: Georgia, 'Times New Roman', serif;
}

.single-post .entry-body p {
    margin-bottom: 1.6rem;
}

.single-post .entry-body h2 {
    font-size: 1.5rem;
    margin: 2.5rem 0 1rem;
    color: #1a1a1a;
    border-left: 4px solid #8b0000;
    padding-left: 0.75rem;
}

.single-post .entry-body h3 {
    font-size: 1.2rem;
    margin: 2rem 0 0.75rem;
    color: #1a1a1a;
}

/* === LISTAS === */
.single-post .entry-body ul,
.single-post .entry-body ol {
    margin: 0 0 1.6rem 1.5rem;
    padding: 0;
}

.single-post .entry-body ul li,
.single-post .entry-body ol li {
    margin-bottom: 0.5rem;