diff --git a/components/x-privacy-manager/src/components/radio-btn.scss b/components/x-privacy-manager/src/components/radio-btn.scss
index d160b2644..e425b4094 100644
--- a/components/x-privacy-manager/src/components/radio-btn.scss
+++ b/components/x-privacy-manager/src/components/radio-btn.scss
@@ -13,7 +13,7 @@ $transitionDuration: 0.1s;
.x-privacy-manager-radio-button {
flex: 1;
- & + .control {
+ & + .x-privacy-manager-radio-button {
margin-top: oSpacingByName(s4);
@include oGridRespondTo($from: S) {
@@ -38,14 +38,14 @@ $transitionDuration: 0.1s;
cursor: pointer;
background-color: oColorsByName('white');
- .input:checked + & {
+ .x-privacy-manager-radio-button__input:checked + & {
background-color: oColorsByName('teal');
color: oColorsByName('white');
}
// Since itself is hidden, apply a familiar focus style to the visible