.vdw-contact-shell {
  width: min(100%, 800px);
}

.vdw-contact-intro {
  margin-bottom: clamp(54px, 8vw, 82px);
}

.vdw-contact-source-grid {
  gap: 10px;
}

.vdw-contact-source-grid .vdw-form-chip > span {
  min-width: 112px;
  text-align: center;
}

.vdw-contact-controls {
  justify-content: center;
}

@media (max-width: 460px) {
  .vdw-contact-source-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vdw-contact-source-grid .vdw-form-chip,
  .vdw-contact-source-grid .vdw-form-chip > span {
    width: 100%;
    min-width: 0;
  }
}
