.elley-form {
  max-width: 36rem;
  margin: 1.5rem 0;
  color: #333;
}
.elley-form label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.35rem;
}
.elley-form p {
  margin: 0 0 1rem;
}
.elley-form input[type="text"],
.elley-form input[type="email"],
.elley-form input[type="tel"],
.elley-form select,
.elley-form textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-top: 0.35rem;
  padding: 0.65rem 0.75rem;
  border: 1px solid #cfcfcf;
  background: #fff;
  font: inherit;
  color: #222;
}
.elley-form textarea {
  resize: vertical;
  min-height: 7rem;
}
.elley-form .req {
  color: #a34c2a;
}
.elley-form .elley-hp {
  position: absolute !important;
  left: -9999px !important;
  height: 0 !important;
  overflow: hidden !important;
}
.elley-form-actions {
  margin-top: 1.25rem;
}
.elley-form-actions button:disabled,
.elley-form-actions input[type="submit"]:disabled {
  opacity: 0.55;
  cursor: wait;
}
.elley-form-status {
  margin-top: 0.75rem;
  color: #166534;
}
.elley-form-status.error {
  color: #991b1b;
}

.elley-thank-you {
  margin: 0;
  min-height: 100vh;
  display: grid;
  place-items: center;
  background:
    radial-gradient(ellipse at top, rgba(204, 168, 118, 0.25), transparent 55%),
    linear-gradient(180deg, #f7f4ef 0%, #efe9df 100%);
  font-family: Georgia, "Times New Roman", serif;
  color: #1c1917;
}
.elley-thank-you main {
  text-align: center;
  padding: 2rem;
  max-width: 28rem;
}
.elley-thank-you .brand {
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.85rem;
  color: #8a6d3b;
  margin: 0 0 1rem;
}
.elley-thank-you h1 {
  margin: 0 0 0.75rem;
  font-size: 2.25rem;
}
.elley-thank-you a {
  color: #8a6d3b;
}
