CSS checkbox inline

Hi everyone,

I need to reorganize the css of Checkboxes. I would like to inline the text field (not in 2 lines) and make closer the 2 checkboxes.
Does someone can help me ? I would be very thanksful cause no one could help me until now.
https://tinyurl.com/yyejl4u8

You might need to make the CSS selectors more specific, but try something like:

.gfield_checkbox {width: 20% !important;}

.gfield_label {width: inherit !important;}

.ginput_container.ginput_container_checkbox {width: 100% !important;}