/* =============================================================================
   CONTACT — "message" slot override
   Applied when contact/form is used as a standalone slot (e.g. on home page).
   Constrains width and centres the form so it doesn't stretch full-width.
   ============================================================================= */

.page-contact-form {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  width: 100%;
}

.page-contact-form .contact-form-wrap {
  padding: 0;
}
