/**
 * definition-popover.css
 *
 * Generated by site/plugins/generate-definitions-json.js. Do not edit by hand.
 *
 * Targets [data-concept] / native popover with data-attribute selectors so
 * the cue and chrome never depend on class names or theme overrides.
 */

dfn > a[data-concept],
a[data-concept] {
  text-decoration-style: dotted;
  text-underline-offset: 0.15em;
}

#dfn-popover {
  max-width: 32ch;
  padding: 0.75rem 1rem;
  border: 1px solid light-dark(#ccc, #555);
  border-radius: 0.375rem;
  background: light-dark(#fff, #1a1a1a);
  color: light-dark(#111, #eee);
  box-shadow: 0 4px 12px rgb(0 0 0 / 0.15);
  margin: 0;
}

#dfn-popover [data-dfn-term] {
  font-weight: 700;
  margin: 0;
}

#dfn-popover [data-dfn-definition] {
  margin-block: 0.375rem 0.5rem;
}

#dfn-popover [data-dfn-link] {
  font-size: 0.85em;
}
