.elementor-382 .elementor-element.elementor-element-0102fa0{--display:flex;}/* Start custom CSS for html, class: .elementor-element-32faac7 */.lean-article {
    max-width: 800px;
    margin: 40px auto;
    background-color: #f2efeb;
    padding: 40px;
    font-family: 'Inter', sans-serif;
}

.article-header h1 {
    font-size: 2.5rem;
    font-weight: 900;
    color: #1a2b3c;
    text-transform: uppercase;
    line-height: 1.1;
    margin: 15px 0;
}

.lean-divider-left {
    width: 60px;
    height: 4px;
    background-color: #1a2b3c;
    margin-bottom: 30px;
}

/* CONTENEDOR DE IMAGEN */
.shaker-img-box {
    width: 100%;
    height: 500px;
    background-color: #e0ddd9; /* Color de carga mientras llega la foto */
    background-image: url('https://images.unsplash.com/photo-1517836357463-d25dfeac3438?q=80&amp;w=1200&amp;auto=format&amp;fit=crop'); 
    /* ^ SUSTITUYE ESA URL POR LA DE TU IMAGEN EN WORDPRESS SI YA LA HAS SUBIDO ^ */
    background-size: cover;
    background-position: center;
    border: 1px solid rgba(26, 43, 60, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-fallback-text {
    color: #1a2b3c;
    font-size: 0.8rem;
    font-weight: 700;
    opacity: 0.3;
    text-transform: uppercase;
}

.image-caption {
    font-size: 0.85rem;
    color: #666;
    font-style: italic;
    margin-top: 10px;
    text-align: center;
}

/* TEXTO */
.article-body {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #333;
}

.dropcap {
    float: left;
    font-size: 4rem;
    font-weight: 900;
    line-height: 0.8;
    margin: 10px 15px 0 0;
    color: #1a2b3c;
}

.quote-box {
    background: #1a2b3c;
    color: #f2efeb;
    padding: 30px;
    font-style: italic;
    font-weight: 700;
    margin: 30px 0;
    border-radius: 0 20px 20px 0;
}/* End custom CSS */