Currently the styles for radio buttons don't provide any gap between the border and the inner "checkmark". <img width="134" height="101" alt="Image" src="https://github.com/user-attachments/assets/b81f9151-fb14-4419-a3e3-3e6f27d3e401" /> I propose we add: ```css input[type="radio"] { padding: 0.15em; } ``` <img width="133" height="105" alt="Image" src="https://github.com/user-attachments/assets/80a7fb0b-a2ed-4536-99d3-65dbc33349bd" />