/*
Theme Name: CARPA
Theme URI: https://carpa.cm
Author: Cynomedia
Author URI: https://cynomedia.com
Description: Thème WordPress sur-mesure pour le Conseil d'Appui à la Réalisation des Contrats de Partenariat (CARPA).
Version: 1.0.0
Text Domain: carpa
Domain Path: /languages
*/

/* =========================================================
   RESTAURATION DES STYLES DE L'ÉDITEUR WORDPRESS (GUTENBERG)
========================================================= */

.entry-content h1, 
.entry-content .wp-block-heading:is(h1) {
    font-size: 2.25rem !important; /* 36px */
    font-weight: 800 !important;
    line-height: 1.25 !important;
    margin-top: 1.5rem !important;
    margin-bottom: 1rem !important;
    color: #111827 !important;
}

/* Application directe du style Tailwind : text-2xl sm:text-3xl font-extrabold text-gray-900 tracking-tight */
.entry-content h2, 
.entry-content .wp-block-heading:is(h2) {
    font-size: 1.5rem !important; /* text-2xl */
    font-weight: 800 !important; /* font-extrabold */
    color: #111827 !important; /* text-gray-900 */
    letter-spacing: -0.025em !important; /* tracking-tight */
    line-height: 1.25 !important;
    margin-top: 1.5rem !important;
    margin-bottom: 0.75rem !important;
}

@media (min-width: 640px) {
    .entry-content h2, 
    .entry-content .wp-block-heading:is(h2) {
        font-size: 1.875rem !important; /* sm:text-3xl */
    }
}

.entry-content h3, 
.entry-content .wp-block-heading:is(h3) {
    font-size: 1.35rem !important; /* 21px */
    font-weight: 700 !important;
    margin-top: 1rem !important;
    margin-bottom: 0.5rem !important;
    color: #006A6A !important;
}

.entry-content p {
    margin-bottom: 1.25rem !important;
    line-height: 1.75 !important;
}

.entry-content ul {
    list-style-type: disc !important;
    padding-left: 1.5rem !important;
    margin-bottom: 1.25rem !important;
}

.entry-content ol {
    list-style-type: decimal !important;
    padding-left: 1.5rem !important;
    margin-bottom: 1.25rem !important;
}

.entry-content li {
    margin-bottom: 0.5rem !important;
}

.entry-content blockquote {
    border-left: 4px solid #006A6A !important;
    padding-left: 1rem !important;
    font-style: italic !important;
    margin: 1.5rem 0 !important;
    color: #374151 !important;
    background-color: #F0FDF4 !important;
    padding: 1rem !important;
    border-radius: 0 0.5rem 0.5rem 0 !important;
}

.entry-content img {
    max-width: 100% !important;
    height: auto !important;
    border-radius: 0.5rem !important;
    margin: 1rem 0 !important;
}