/* Move reCAPTCHA v3 badge to the left */

 .grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 4px !important;
}
.grecaptcha-badge:hover {
  width: 256px !important;
}

.custom-checkbox {
    flex: 0 0 8.333333333%;
    max-width: 4.333333333%;
}

#accordionStep2Part {
    a {
      text-decoration-line: underline;
    }
}