.goal-form .form-field {
  display: block;
  margin-bottom: 24px;
}

.goal-form .form-field > label {
  display: block;
  margin-bottom: 7px;
  font-size: 11px;
  font-weight: 850;
}

@media (max-width: 680px) {
  html,
  body {
    overflow-x: hidden;
  }

  .hero-copy {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .hero {
    width: 100%;
    grid-template-columns: minmax(0, 1fr);
    overflow: hidden;
  }

  .hero h1 {
    max-width: 100%;
    font-size: 42px;
  }

  .site-header nav .nav-link {
    flex: 1 1 0;
    padding: 9px 4px;
    font-size: 10px;
    white-space: nowrap;
  }

  .site-header .account-button {
    position: absolute;
    top: 16px;
    right: 17px;
  }

  .setup-banner {
    overflow-wrap: anywhere;
  }
}
