

body.pnmemb-checkout input[type="checkbox"],
body.pnmemb-checkout input[type="radio"],
body.pnmemb-account input[type="checkbox"],
body.pnmemb-account input[type="radio"],
body.pnmemb-member-profile input[type="checkbox"],
body.pnmemb-member-profile input[type="radio"],
.pnmemb_form input[type="checkbox"],
.pnmemb_form input[type="radio"] {
appearance: auto !important;
-webkit-appearance: auto !important;
pointer-events: auto !important;
opacity: 1 !important;
position: relative !important;
z-index: 2 !important;
filter: grayscale(1) !important;
accent-color: #777 !important; 
}
body.pnmemb-checkout label::before,
body.pnmemb-checkout label::after,
body.pnmemb-account label::before,
body.pnmemb-account label::after,
body.pnmemb-member-profile label::before,
body.pnmemb-member-profile label::after,
.pnmemb_form label::before,
.pnmemb_form label::after {
display: none !important;
content: none !important;
}
.pnmemb_form input[type="radio"]:focus:not(:focus-visible),
.pnmemb_form input[type="checkbox"]:focus:not(:focus-visible) {
outline: none !important;
box-shadow: none !important;
}