.choices {
  display: grid;
  gap: 8px;
}

.choices legend {
  margin-bottom: 4px;
}

.choices label {
  display: flex;
  align-items: center;
  gap: 11px;
  width: 100%;
  padding: 11px 13px;
  border: 1px solid var(--line);
  background: var(--cream);
  color: var(--soft);
  cursor: pointer;
}

.choices label:hover {
  border-color: rgba(200, 0, 90, 0.45);
}

.choices input,
.consent input {
  width: 16px;
  height: 16px;
  margin: 0;
  padding: 0;
  flex: 0 0 16px;
}
