.tool-result.selection,
.result.selection {
  border-color: #d8bd77;
  background: #fffaf0;
}

.customer-choice-list {
  display: grid;
  gap: 0.55rem;
  margin: 0.9rem 0;
}

.customer-choice {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  padding: 0.75rem;
  border: 1px solid #d5d0c8;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
}

.customer-choice:has(input:checked) {
  border-color: #1c5c4d;
  box-shadow: 0 0 0 2px #dbe8e3;
}

.customer-choice input {
  width: auto;
  margin: 0.2rem 0 0;
}

.customer-choice span,
.customer-choice strong {
  display: block;
}

.customer-choice strong {
  margin-bottom: 0.2rem;
  color: #123f36;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.customer-choice-error {
  margin-top: 0.6rem;
  color: #a13b38;
}

#customer-choice-continue:not(.button) {
  appearance: none;
  border: 0;
  border-radius: 999px;
  padding: 0.72rem 1.1rem;
  background: #0f5c4c;
  color: #fff;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

#customer-choice-continue:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}
