@media (hover:hover) and (pointer:fine) {
  .editorial-deterrent { -webkit-user-select:none; user-select:none; }
}
.editorial-deterrent img { -webkit-user-drag:none; }
.article-copyright { margin-block:24px; font-size:.875rem; line-height:1.6; color:var(--muted); }
.article-copyright summary { cursor:pointer; }
.article-copyright button { font:inherit; color:inherit; background:transparent; border:0; padding:0; text-decoration:underline; text-underline-offset:3px; cursor:pointer; }
.article-copyright button:focus-visible { outline:2px solid currentColor; outline-offset:4px; }
