/* Keep the compact contact form's inner width independent from the viewport gutter. */
.contact-page .contact-form-section.is-compact {
  padding-right: 0;
  padding-left: 0;
}
