.ai-note{display:flex;align-items:center;justify-content:center;gap:.55em;flex-wrap:wrap;
  font-size:.78rem;line-height:1.5;padding:1.1em 1.2em 0;margin-top:1.3em;text-align:center;
  border-top:1px solid color-mix(in srgb,currentColor 12%,transparent);
  color:color-mix(in srgb,currentColor 66%,transparent)}
.ai-note__spark{flex:none;color:var(--accent,var(--primary,var(--brand,currentColor)));opacity:.9}
.ai-note a{color:var(--accent,var(--primary,var(--brand,currentColor)));text-decoration:none;
  white-space:nowrap;border-bottom:1px solid color-mix(in srgb,currentColor 28%,transparent);
  padding-bottom:1px;transition:opacity .15s}
.ai-note a:hover{opacity:.7}
