
small.help {
  display: block;
  color: var(--muted);
  font-weight: 500;
  line-height: 1.45;
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 8px 0 16px;
}

.check-row {
  display: grid;
  grid-template-columns: 22px 1fr;
  align-items: start;
  gap: 12px;
  font-weight: 600;
  border: 1px solid var(--line);
  padding: 14px;
  border-radius: 14px;
}

.check-row input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
}

.show-details {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 18px;
  margin: 18px 0 26px;
  background: #fbfdff;
}
