I think there is a bug in the Guru components/module. That's why the display is weird.
I am using your component on my website and have encountered a PHP warning regarding a deprecated method. The exact error message is:
Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/httpd/vhosts/daniel-hauenstein.com/ilovemeprinzip.com/components/com_guru/models/guruprogram.php on line 1577
This warning occurs because the trim() function is being passed a null value, which is considered deprecated in newer PHP versions (starting from PHP 8.1). I kindly request that you update the code to ensure that the trim() function is only applied to strings to avoid this warning and to make the component future-proof.
I am using PHP version 8.3., in case it helps with the analysis.
Thank you for your support.