Css help with radio buttons

Hi i have radio buttons with labels, but they are not showing in a line. Please could someone help me out I think i am missing one small thing.
I just applied a span{ display: inline-flex;} which helped a little bit but It still is not as uniform as I would like it to be


Any help is welcome thnaks

You’ve given your .product-form input a min-height. Remove that and instead give them a margin-right, I think that should solve it.

thanks a lot i am going to try this now and see if it works. i really appreciate this