/* Reset de base */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
}

/* CPT Nourriture */
.nourriture .entry-title {
    font-weight: bold;
    margin-bottom: 0.5em;
}

/* CPT Ingrédient */
.ingredient .entry-title {
    color: #2a7ae2;
}

/* Sections Food */
.dadou-section-ingredients ul,
.dadou-section-repas ul,
.dadou-section-notes-alimentaires ul {
    list-style: disc inside;
    margin-bottom: 1em;
}
