/* Keep Google's reCAPTCHA disclosure above the fixed mobile call bar. */
@media (max-width: 767px) {
  .grecaptcha-badge {
    bottom: 78px !important;
  }
}
