/* Styles pour le template d'article "Presse" */
body.single-post {
    background-color: #fdfdfa !important;
}

.single-post .entry-title {
    font-family: 'Playfair Display', serif;
}

.single-post .entry-content {
    font-family: 'Lora', serif;
}

.single-post .entry-content h1, 
.single-post .entry-content h2, 
.single-post .entry-content h3, 
.single-post .entry-content h4 {
    font-family: 'Playfair Display', serif;
}

.entry-content .drop-cap::first-letter {
    font-size: 4.5rem;
    font-weight: 900;
    line-height: 1;
    float: left;
    margin-right: 1rem;
    margin-top: 0.5rem;
    font-family: 'Playfair Display', serif;
}

/* NOUVELLE CORRECTION : Forcer la pleine largeur pour le thème Hello Elementor */
.single-post .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 100% !important;
}

.single-post .elementor-widget-theme-post-content .elementor-widget-container {
    padding: 0 !important;
    margin: 0 !important;
}
