/**
 * Choix du Chef - Módulo Divi
 * Version: 1.5.0
 */

.choix-du-chef-module {
    display: block;
}

.choix-du-chef-title {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 10px 0;
    padding: 0;
    color: #333;
}

.choix-du-chef-ingredients {
    font-size: 16px;
    line-height: 1.6em;
    margin: 0;
    padding: 0;
    color: #666;
}

/* Estilos para listas e parágrafos dentro dos ingredientes */
.choix-du-chef-ingredients p {
    margin: 0 0 0.5em 0;
}

.choix-du-chef-ingredients p:last-child {
    margin-bottom: 0;
}

.choix-du-chef-ingredients ul,
.choix-du-chef-ingredients ol {
    margin: 0.5em 0;
    padding-left: 1.5em;
}

.choix-du-chef-ingredients li {
    margin-bottom: 0.25em;
}

/* Visual Builder compatibility */
.et-fb .choix-du-chef-module {
    min-height: 60px;
    padding: 10px;
    border: 1px dashed #ccc;
}

/* Data attributes para identificar a opção selecionada */

