/* AELIN light note cards need the case ink color; the inherited light headline
   token made these headings nearly disappear on the linen and blush panels. */
.flagship-case--aelin .aelin-question__notes article h3 {
  color: var(--case-ink);
  text-shadow: none;
}
