:root {
  --teal: #0d899e;
  --teal-dark: #08758a;
  --teal-soft: #e7f4f6;
  --mint: #c8edf1;
  --ink: #123c46;
  --muted: #5d6c70;
  --line: #d4dadd;
  --page: #e7e7e7;
}

body {
  background: var(--page);
}

h1,
h2,
.kicker {
  color: var(--teal-dark);
}

#application-details[hidden] {
  display: none;
}

.website-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-error {
  margin: 18px 0;
  padding: 14px 17px;
  border: 1px solid #bb3a3a;
  border-radius: 10px;
  background: #fff0f0;
  color: #7f2020;
  font-weight: 700;
}

.result.error {
  border-color: #d66a6a;
  background: #fff0f0;
  color: #8b2525;
}

.result.success {
  border-color: #63c994;
  background: #effbf4;
  color: #176b3c;
}

button:disabled {
  cursor: wait;
  opacity: 0.65;
}

.saved-panel {
  max-width: 780px;
  margin: 80px auto;
}

.start-again {
  display: inline-block;
  margin-top: 12px;
  padding: 13px 20px;
  border-radius: 9px;
  background: var(--teal);
  color: white;
  text-decoration: none;
}
