@media (forced-colors: active) {
.radio-wrapper {
    margin-bottom: 5px;
}
.radio-label {
display:flex !important;
align-items:centre !important;
margin-bottom: 0 !important;
overflow: hidden !important;
position: relative;
}
input[type=radio]:checked+label:before {
content: "\25cf";
height: 20px;
width: 20px;
display: flex;
align-items: center;
justify-content: center;
font-size: 38px !important;
padding: 0px 0.5px 4px 1px;
background-color: unset !important;
position: relative;
left: -2px;
top: -2px;
}
}
.PCCnoSpace p, .PCCnoSpace span {
	margin-bottom: 0px !important;
	min-height: 0px !important;
}
