/* =============================================================================
   CONTACT — form module CSS (contact-form.css)
   Loaded when component="contact" module="form".
   Constrains standalone form width so it doesn't stretch full-width
   when used outside the two-column contact page layout.
   Projects can override by placing a <slot-name>.css in their theme dir.
   ============================================================================= */

.page-contact-form {
  width: 100%;
  padding: 0 16px;
  box-sizing: border-box;
}

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