.age-help {
  margin: 5px 0 0;
  color: #cfe1e8;
  font-size: 10px;
}

.urgency-choice {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 13px 0;
  padding: 11px 12px;
  border: 1px solid rgba(143, 228, 220, 0.55);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
}

.urgency-choice input {
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  margin: 2px 0 0;
  accent-color: #12b7a8;
}

.urgency-choice span,
.urgency-choice b,
.urgency-choice small {
  display: block;
}

.urgency-choice b {
  color: #fff;
  font-size: 12px;
  line-height: 1.35;
}

.urgency-choice small {
  margin-top: 2px;
  color: #cfe4e8;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.35;
}
