.vitamino-data-list {
    display: flex;
    flex-direction: column;
    gap: 5px;
    .list-row {
        display: flex;
        gap: 10px;
        align-items: center;
        svg {
            width: 15px;
            height: auto;
            path {
                fill: var(--e-global-color-text);
            }
        }
        p {
            font-size: 14px;
            font-weight: 400;
            font-family: var(--e-global-typography-text-font-family), sans-serif;
            color: var(--e-global-color-text);
        }
    }
}