.oenotelia-form {
  max-width: 820px;
}

/* 1.5 line spacing between rows */
.oenotelia-form .oef-row {
  display: block;
  margin: 0 0 1.5em 0;
  line-height: 1.5;
}

.oenotelia-form input[type="text"],
.oenotelia-form input[type="tel"],
.oenotelia-form input[type="email"],
.oenotelia-form select {
  width: 100%;
  max-width: 520px;
  padding: 0.5rem;
  margin-top: 0.35rem;
}

.oef-actions {
  margin-top: 1rem;
  display: flex;
  gap: 0.75rem;
}

.oef-wine {
  border: 1px solid #ddd;
  padding: 1rem;
  margin: 1rem 0;
}

.oef-group-title {
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.oef-review {
  white-space: pre-wrap;
  border: 1px solid #ddd;
  padding: 0.75rem;
  background: #fafafa;
}

.oef-status {
  margin-top: 0.75rem;
}

.oef-thankyou {
  margin-top: 1.5em;
  padding: 1em;
  border: 1px solid #cfe8cf;
  background: #f2fbf2;
}