/* Peach currently reuses the established contact-us layout. */
@import '../prestige/contact-us.css';

.contact-us-main-container {
  width: min(100%, var(--site-max-width, 1400px));
  margin: 0 auto;
  box-sizing: border-box;
}

@media (max-width: 640px) {
  .contact-us-main-container {
    padding: 1rem 10px;
    gap: 1rem;
  }

  .contact-left,
  .contact-right {
    width: 100%;
    max-width: 100%;
  }

  .contact-us-form-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 10px !important;
    box-sizing: border-box;
  }
}
