/**
 * Estilos CSS del FO
 *
 * @author Difadi.com	<soporte@difadi.com>
 * @author Laura Gutiérrez	<lgutierrez@difadi.com>
 * @license Comercial
 * @copyright 2025 Difadi.com
*/

#nutritional-values .data-sheet{
    padding: 10px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid black;
}

#nutritional-values .data-sheet.half{
    border-bottom: none !important;
    padding-bottom: 0;
}

#nutritional-values .data-sheet.half-2 .name{
    font-size: 14px !important;
}
#nutritional-values .data-sheet span{
    width: calc(33.33% - 5px);
}

#nutritional-values .data-sheet span.value{
    text-align: end;
}

#nutritional-values .data-sheet span.feat{
    font-weight: 600;
}