/* AHB find-your-match quiz — self-contained, palette-tokened, survives engines-off
   (synced to uploads/ahb/quiz.css, enqueued by both the engine and the companion). */
.ahb-quiz { max-width: 720px; margin: clamp(20px, 4vw, 48px) auto; padding: 0 16px; }
.ahb-quiz__intro { color: var(--ahb-text-muted, #555); margin: 0 0 20px; }
.ahb-quiz__q {
  border: 1px solid var(--ahb-border, #e5e7eb);
  border-radius: 12px;
  padding: 14px 18px 16px;
  margin: 0 0 16px;
}
.ahb-quiz__q legend { font-weight: 700; padding: 0 6px; }
.ahb-quiz__q label { display: block; padding: 9px 10px; border-radius: 8px; cursor: pointer; }
.ahb-quiz__q label:hover { background: rgba(0, 0, 0, .045); }
.ahb-quiz__q input { margin-right: 10px; }
.ahb-quiz__submit { margin: 6px 0 14px; }
.ahb-quiz__result {
  margin: 18px 0;
  padding: 22px;
  border-radius: 14px;
  background: var(--ahb-card-bg, #f8fafc);
  border: 1px solid var(--ahb-border, #e5e7eb);
}
.ahb-quiz__rh { margin: 0 0 14px; }
.ahb-quiz__actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.ahb-quiz__secondary { align-self: center; text-decoration: none; }
.ahb-quiz__hint { margin: 0; color: var(--ahb-accent-warning, #b45309); font-weight: 600; }
