.grecaptcha-badge {
display: none !important;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
   body {
background-color: red;
}
}

[data-wpview-type="fun-button"] {
  padding: 1rem;
  background-color: #eee;
  font-weight: bold;
  &amp;::before {
    content: "FUN Button";
  }
}