diff --git a/app/assets/sass/uswds/_uswds-theme-custom-styles.scss b/app/assets/sass/uswds/_uswds-theme-custom-styles.scss
index e10071f3d..da85cb5ba 100644
--- a/app/assets/sass/uswds/_uswds-theme-custom-styles.scss
+++ b/app/assets/sass/uswds/_uswds-theme-custom-styles.scss
@@ -108,9 +108,6 @@ p,
box-shadow: none !important;
}
-.multiple-choice [type='radio']:focus + label::before {
- box-shadow: 0 0 0 3px color('blue-40v');
-}
.usa-dark-background .pill-item__container {
color: #fff;
diff --git a/app/templates/components/radios.html b/app/templates/components/radios.html
index b629bb871..22489e289 100644
--- a/app/templates/components/radios.html
+++ b/app/templates/components/radios.html
@@ -40,7 +40,7 @@
{% for option in field %}
-
+
{{ option }}