.screening-options {
  border: 0;
  padding: 0;
  margin: 0 0 24px;
}

.screening-options legend {
  font-weight: 700;
  margin-bottom: 10px;
}

.screening-option {
  display: grid !important;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  margin: 0 0 10px !important;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
  cursor: pointer;
}

.screening-option:has(input:checked) {
  border-color: var(--green);
  background: var(--mint);
}

.screening-option input {
  width: 18px !important;
  height: 18px;
  margin: 0;
  accent-color: var(--green);
}

.screening-option span strong,
.screening-option span small,
.screening-option b small {
  display: block;
}

.screening-option span small,
.screening-option b small {
  color: var(--muted);
  font-size: .72rem;
  font-weight: 400;
}

.screening-option b {
  color: var(--green);
  text-align: right;
  white-space: nowrap;
}

.hero h1 {
  font-size: clamp(2.75rem, 5.2vw, 4.8rem);
}

.followup-panel h3 {
  margin: 0;
}

.followup-form {
  grid-template-columns: minmax(240px, 1fr) auto;
  align-items: end;
}

.followup-form .button {
  grid-column: auto;
  margin: 0;
}

.followup-form .form-note {
  grid-column: 1 / -1;
}

@media (max-width: 560px) {
  .hero h1 {
    font-size: 2.5rem;
  }
}
