:root {
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #172033;
  background: #fff;
}

*, *::before, *::after { box-sizing: border-box; }

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  background: #fff;
}

.consumer-form-shell {
  width: min(100%, 58rem);
  margin: 0 auto;
  padding: .65rem;
}

.consumer-form-shell #ioweb-return-form { width: 100%; }

@media (max-width: 40rem) {
  .consumer-form-shell { padding: .35rem; }
}
