Thanks for the bug fixes required so far on this addon, the icon container width, class name and unnecessary DOM generation have been fixed.
But there is a new bug that needs to be fixed in SPPB 5.5.2, and that is that if for example I have an initial configuration with the icon or image on the left or another, and for Mobile Landscape I want the icon or image to go to the right or another, this is activated for Mobile Landscape and Tablet Portrait because the display:block that shows this configuration and the display:none that hides the initial configuration does so with the breakpoint of max-width:768px when it should be 767.98px, as well as the breakpoints of the columns and the alignments of SPPB or Boostrap. This happens in all breakpoints because they have done it with max-width 576px, 768px, 992px and 1200px when it should be with 575.98px, 767.98px, 991.98px and 1199.98px
Greetings, I hope they fix it soon