
/* Remove only the outer #f7f4ed / cream visual frame around the contact content.
   Footer spacing, scroll behavior, form-field borders and the inner divider stay unchanged. */
#wrapper,
#wrapper > .content,
#wrapper > .content > .row {
  background: #ffffff !important;
  background-color: #ffffff !important;
  border: none !important;
  border-width: 0 !important;
  outline: none !important;
  box-shadow: none !important;
}

#wrapper > .content::before,
#wrapper > .content::after,
#wrapper > .content > .row::before,
#wrapper > .content > .row::after {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
