/* ============================================================
   LOCADIE — RECETTE.CSS (VERSION OPTIMISÉE)
   Mise en page premium du template Recette
   ============================================================ */


/* ------------------------------------------------------------
   TITRE PRINCIPAL
------------------------------------------------------------ */

.hentry .entry-header h1 {
    margin-bottom: 20px;
    text-shadow: rgba(255, 0, 0, 0.4) -1px 0px 0px, rgba(0, 255, 255, 0.4) 1px 0px 0px;
}


/* ------------------------------------------------------------
   LISTING DES RECETTES (BDP Plugin)
------------------------------------------------------------ */

.bdp-list-main a img {
    transform: translateX(0) translateY(0);
    box-shadow: 0px 0px 15px rgba(17, 38, 24, 0.4);
    border-radius: var(--radius-m);
}

.bdp-post-grid-main .bdp-post-grid .bdp-post-margin-content {
    border-radius: var(--radius-m);
    background: #fff;
    box-shadow: var(--shadow-soft);
    padding: 12px;
}


/* ------------------------------------------------------------
   TABLEAUX / ALIGNEMENTS
------------------------------------------------------------ */

.hentry tr td {
    border-style: none;
    border-radius: 30px;
}

.hentry .aligncenter {
    border-style: none;
    transform: translateX(0) translateY(0);
}


/* ------------------------------------------------------------
   CONTENU INTERNE DES RECETTES
------------------------------------------------------------ */

.hentry img {
    border-radius: var(--radius-m);
    box-shadow: 0 0 3px rgba(0,0,0,0.25);
}

.hentry p {
    margin-bottom: 1em;
}

.hentry h2,
.hentry h3,
.hentry h4 {
    margin-top: 25px;
    margin-bottom: 10px;
}

.hentry ul,
.hentry ol {
    margin-left: 1.2em;
    margin-bottom: 1em;
}


/* ------------------------------------------------------------
   BLOC INGREDIENTS (style premium Locadie)
------------------------------------------------------------ */

.recette-ingredients {
    background: #faf9f5;
    border: 1px solid #e5e1d8;
    padding: 18px 20px;
    border-radius: var(--radius-m);
    margin: 25px 0;
    box-shadow: var(--shadow-soft);
}

    .recette-ingredients h3 {
        margin-bottom: 12px;
    }

    .recette-ingredients ul {
        margin: 0;
        padding-left: 18px;
    }


/* ------------------------------------------------------------
   BLOC ÉTAPES (style premium Locadie)
------------------------------------------------------------ */

.recette-etapes {
    background: #ffffff;
    border: 1px solid #eaeaea;
    padding: 20px 22px;
    border-radius: var(--radius-m);
    margin: 25px 0;
    box-shadow: var(--shadow-soft);
}

    .recette-etapes h3 {
        margin-bottom: 12px;
    }

    .recette-etapes ol {
        margin: 0;
        padding-left: 20px;
    }


/* ------------------------------------------------------------
   BLOC ASTUCE / NOTE DU CHEF
------------------------------------------------------------ */

.recette-note {
    background: #f7f3e8;
    border-left: 5px solid #e0dbce;
    padding: 15px;
    margin: 20px 0;
    border-radius: var(--radius-s);
}


/* ------------------------------------------------------------
   RESPONSIVE
------------------------------------------------------------ */

@media (max-width: 600px) {

    .recette-ingredients,
    .recette-etapes {
        padding: 14px 16px;
    }
}
