[data-ergo-copy-article] {
  cursor: copy;
  text-decoration: underline dotted;
  text-decoration-color: currentColor;
  text-underline-offset: 3px;
}
[data-ergo-copy-article]:hover { text-decoration-style: solid; }
[data-ergo-copy-article]:focus-visible { outline: 2px solid currentColor; outline-offset: 3px; }
[data-ergo-copy-article][aria-disabled="true"] { cursor: default; text-decoration: none; }
.ergo-article-copy-notice {
  position: fixed;
  z-index: 2147483647;
  left: 50%;
  bottom: calc(84px + env(safe-area-inset-bottom, 0px));
  transform: translateX(-50%);
  box-sizing: border-box;
  max-width: calc(100vw - 32px);
  padding: 9px 14px;
  border-radius: 8px;
  color: #fff;
  background: rgba(35, 39, 43, .94);
  box-shadow: 0 3px 12px rgba(0, 0, 0, .15);
  font: 13px/1.4 Arial, sans-serif;
  text-align: center;
  pointer-events: none;
}
.ergo-article-copy-notice[hidden] { display: none; }
.ergo-article-copy-buffer { position: fixed; top: 0; left: -9999px; font-size: 16px; }
