/* Source: mooneymover-contact-validation-ux-v1 */
body.page-id-214 .ff-message-error,
body.page-id-214 .mm-contact-form-summary {
  margin: 0 0 18px !important;
  padding: 14px 16px !important;
  border: 1px solid #b42318 !important;
  border-left-width: 5px !important;
  border-radius: 12px !important;
  background: #fff4f2 !important;
  color: #7a271a !important;
  font-size: 0.98rem !important;
  line-height: 1.45 !important;
}
body.page-id-214 .mm-contact-form-summary:focus {
  outline: 3px solid rgba(180, 35, 24, 0.22) !important;
  outline-offset: 2px !important;
}
body.page-id-214 .mm-contact-form-summary__title {
  display: block !important;
  margin-bottom: 6px !important;
  font-weight: 700 !important;
}
body.page-id-214 .mm-contact-form-summary ul {
  margin: 6px 0 0 1.1rem !important;
  padding: 0 !important;
}
body.page-id-214 form.fluent_form_3 .ff-el-group.mm-contact-field-error input,
body.page-id-214 form.fluent_form_3 .ff-el-group.mm-contact-field-error textarea,
body.page-id-214 form.fluent_form_3 .ff-el-group.ff-el-is-error input,
body.page-id-214 form.fluent_form_3 .ff-el-group.ff-el-is-error textarea {
  border-color: #b42318 !important;
  box-shadow: 0 0 0 3px rgba(180, 35, 24, 0.12) !important;
}
body.page-id-214 form.fluent_form_3 .ff-el-group .mm-contact-field-message,
body.page-id-214 form.fluent_form_3 .ff-el-group .error.text-danger,
body.page-id-214 form.fluent_form_3 .ff-el-group .ff-el-form-error {
  display: block !important;
  margin-top: 6px !important;
  color: #b42318 !important;
  font-size: 0.9rem !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
}
body.page-id-214 form.fluent_form_3 [aria-invalid="true"] {
  border-color: #b42318 !important;
}

/* Keep Google's fixed-width v2 checkbox inside the contact form on narrow phones. */
body.page-id-214 form.fluent_form_3 .ff-el-recaptcha.g-recaptcha {
  transform-origin: left top !important;
}
body.page-id-214 form.fluent_form_3 .ff-el-recaptcha.g-recaptcha > div,
body.page-id-214 form.fluent_form_3 .ff-el-recaptcha.g-recaptcha iframe {
  width: 304px !important;
}

@media (max-width: 374px) {
  body.page-id-214 form.fluent_form_3 .ff-el-recaptcha.g-recaptcha {
    transform: scale(0.93) !important;
    margin-bottom: -6px !important;
  }
}
@media (max-width: 360px) {
  body.page-id-214 form.fluent_form_3 .ff-el-recaptcha.g-recaptcha {
    transform: scale(0.89) !important;
    margin-bottom: -9px !important;
  }
}
@media (max-width: 340px) {
  body.page-id-214 form.fluent_form_3 .ff-el-recaptcha.g-recaptcha {
    transform: scale(0.82) !important;
    margin-bottom: -14px !important;
  }
}
