.qdro-intake-form {
  max-width: 640px;
  margin: auto;
  font-family: sans-serif;
}

.qdro-intake-form label {
  display: block;
  margin-top: 1rem;
  font-weight: 600;
}

.qdro-intake-form select,
.qdro-intake-form input,
.qdro-intake-form textarea {
  width: 100%;
  padding: 0.5rem;
  margin-top: 0.25rem;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.qdro-intake-form button {
  margin-top: 1.5rem;
  padding: 0.75rem 1.25rem;
  font-size: 1rem;
  border: none;
  border-radius: 6px;
  background: #1d6ee3;
  color: #fff;
  cursor: pointer;
}

.qdro-intake-form .hidden {
  display: none;
}

.pricing-options {
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
}

.pricing-options .option {
  border: 1px solid #ddd;
  padding: 1rem;
  border-radius: 8px;
  background: #f9f9f9;
}
