/* WhyBlock — inline rationale annotation.
 * Bold "Why:" in ink, body in muted secondary text. Pairs under rules,
 * decisions, blocked tasks, opt-outs, active goals. Designed to read like
 * institutional memory explaining itself. */

.cp-why-block {
  margin: 0;
  font-size: 0.78125rem; /* 12.5px */
  line-height: 1.5;
  color: var(--color-text-secondary);
}

.cp-why-block__label {
  font-weight: var(--font-weight-semibold, 600);
  color: var(--color-text-primary);
  margin-right: 0.375rem;
}

.cp-why-block__body {
  color: inherit;
}
