/* Module Divi hôte : le customizer Divi force .et_pb_code en inline-block !important,
   on le contre avec une spécificité supérieure */
.et_pb_column .et_pb_module.et_pb_code.sn-recettes-module{display:block !important;width:100%}

/* Section « Inspirations d'Italie » — grille de cartes */
.sng-recettes{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:24px}
.sng-recette{display:flex;flex-direction:column;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.08);text-decoration:none;color:#333;transition:transform .2s ease,box-shadow .2s ease}
.sng-recette:hover{transform:translateY(-4px);box-shadow:0 8px 20px rgba(0,0,0,.14)}
.sng-recette__photo{display:block;width:100%;aspect-ratio:4/3;background-size:cover;background-position:center}
.sng-recette__nom{padding:14px 14px 6px;font-weight:600;line-height:1.3;color:#333}
.sng-recette__lien{padding:0 14px 16px;font-size:12px;color:#6a7a3a;text-transform:uppercase;letter-spacing:1px}
.sng-recettes-indispo{text-align:center;padding:30px;color:#666}

/* Fiche recette détaillée (/recettes/{id}) */
.sng-fiche-hero{position:relative;min-height:340px;background-size:cover;background-position:center;display:flex;align-items:flex-end;justify-content:center}
.sng-fiche-hero::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.7),rgba(0,0,0,.15))}
.sng-fiche-hero h1{position:relative;z-index:1;color:#fff;text-align:center;padding:40px 20px;font-size:42px;margin:0;width:100%}
.sng-fiche-corps{max-width:1000px;margin:0 auto;padding:50px 20px 70px}
.sng-fiche-meta{text-align:center;color:#6a7a3a;text-transform:uppercase;letter-spacing:1px;font-size:13px;margin-bottom:35px}
.sng-fiche-cols{display:grid;grid-template-columns:280px 1fr;gap:35px}
.sng-fiche-ingredients{background:#fff;border-radius:8px;padding:24px;box-shadow:0 2px 8px rgba(0,0,0,.06);height:fit-content}
.sng-fiche-ingredients h3,.sng-fiche-etapes h3{margin-top:0}
.sng-fiche-ingredients ul{list-style:none;padding:0;margin:0}
.sng-fiche-ingredients li{padding:7px 0;border-bottom:1px dashed #e5ddc8;font-size:14px}
.sng-fiche-etapes p{line-height:1.8}
.sng-fiche-note{margin-top:35px;padding:15px 18px;background:#fff;border-left:3px solid #6a7a3a;font-size:13px;color:#666;border-radius:0 6px 6px 0}
.sng-fiche-retour{display:inline-block;margin-top:25px;color:#6a7a3a;font-weight:600;text-decoration:none}
.sng-fiche-retour:hover{text-decoration:underline}
@media(max-width:767px){.sng-fiche-cols{grid-template-columns:1fr}.sng-fiche-hero h1{font-size:30px}.sng-fiche-hero{min-height:240px}}
