.required {
  color: #D80744;
  font-size: 0.8em;
  font-weight: bold;
}

/* reCAPTCHA styling */
.g-recaptcha {
  margin: 20px 0;
  display: flex;
  justify-content: center;
}

.g-recaptcha > div {
  margin: 0 auto;
}

/* Error message styling for reCAPTCHA */
.g-recaptcha + .required {
  margin-top: 10px;
  text-align: center;
}