
/* Default badge position */
.grecaptcha-badge {
  z-index: 9999;
}

/* Authorable positions */
.hl-badge-bottom-right .grecaptcha-badge {
  right: 16px !important;
  bottom: 16px !important;
}

.hl-badge-bottom-left .grecaptcha-badge {
  left: 16px !important;
  bottom: 16px !important;
}
