Greetings!
When loading your mod with Helmod (https://mods.factorio.com/mod/helmod?from=search) the following issue arises when trying to open recipes in Helmod menu (no error displayed, just written to logs):
236.174 Script @helmod/gui/GuiElement.lua:227: Unknown style heading_1_label
236.174 Script @helmod/gui/GuiElement.lua:228: stack traceback:
helmod/gui/GuiElement.lua:228: in function 'add'
helmod/dialog/ProductionPanel.lua:155: in function 'getInfoPanel2'
helmod/dialog/ProductionPanel.lua:518: in function 'updateInfoBlock'
helmod/dialog/ProductionPanel.lua:765: in function 'updateDataBlock'
helmod/dialog/ProductionPanel.lua:754: in function 'updateData'
helmod/dialog/ProductionPanel.lua:250: in function 'onUpdate'
helmod/core/Form.lua:472: in function 'handler'
helmod/controller/DispatcherController.lua:66: in function <helmod/controller/DispatcherController.lua:56>
[C]: in function 'pcall'
helmod/controller/DispatcherController.lua:56: in function 'send'
helmod/controller/Controller.lua:512: in function 'send'
helmod/controller/Controller.lua:489: in function 'openMainPanel'
helmod/controller/Controller.lua:368: in function 'handler'
helmod/controller/DispatcherController.lua:66: in function <helmod/controller/DispatcherController.lua:56>
[C]: in function 'pcall'
helmod/controller/DispatcherController.lua:56: in function 'send'
helmod/controller/EventController.lua:223: in function <helmod/controller/EventController.lua:220>