.elementor-390 .elementor-element.elementor-element-b620f61{--display:flex;}/* Start custom CSS for html, class: .elementor-element-800363b */.lean-article {
    max-width: 850px;
    margin: 40px auto;
    background-color: #f2efeb; /* Color Arena de tu web */
    padding: 50px;
    font-family: 'Inter', sans-serif;
    color: #1a2b3c;
}

.article-header h1 {
    font-size: 2.8rem;
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    line-height: 1.1;
    margin-bottom: 20px;
}

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

/* BOX DE IMAGEN BLINDADO */
.lab-img-box {
    width: 100%;
    height: 450px;
    background-color: #1a2b3c;
    background-image: linear-gradient(rgba(26, 43, 60, 0.4), rgba(26, 43, 60, 0.4)), 
                      url('https://images.unsplash.com/photo-1579152276502-545a24200561?q=80&amp;w=1200&amp;auto=format&amp;fit=crop');
    background-size: cover;
    background-position: center;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.image-overlay-text {
    color: #f2efeb;
    font-size: 1.2rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 5px;
    border: 2px solid #f2efeb;
    padding: 15px 30px;
}

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

/* TEXTO DEL ARTÍCULO */
.article-body {
    font-size: 1.15rem;
    line-height: 1.9;
    color: #333;
}

.dropcap {
    float: left;
    font-size: 4.5rem;
    font-weight: 900;
    line-height: 0.7;
    margin: 15px 20px 5px 0;
    color: #1a2b3c;
}

.highlight-list-box {
    background: #ffffff;
    padding: 40px;
    margin: 40px 0;
    border-left: 6px solid #1a2b3c;
}

.highlight-list-box h4 {
    margin-top: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.highlight-list-box ul {
    list-style: none;
    padding: 0;
}

.highlight-list-box li {
    margin-bottom: 15px;
    padding-left: 25px;
    position: relative;
}

.highlight-list-box li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #1a2b3c;
    font-weight: 900;
}/* End custom CSS */