#reading,
#reading .sentence,
#reading .word,
.article-header h1,
.byline-author {
  -webkit-user-select: text;
  user-select: text;
}

::highlight(hgsl-private-highlight) {
  background: rgba(255, 224, 92, .58);
  color: inherit;
  text-decoration: underline;
  text-decoration-color: rgba(168, 124, 0, .45);
  text-decoration-thickness: .08em;
  text-underline-offset: .12em;
}

mark.hgsl-private-highlight-fallback {
  padding: 0;
  color: inherit;
  background: rgba(255, 224, 92, .58);
  text-decoration: underline;
  text-decoration-color: rgba(168, 124, 0, .45);
  text-decoration-thickness: .08em;
  text-underline-offset: .12em;
}

.hgsl-highlight-remove-menu[hidden] {
  display: none;
}

.hgsl-highlight-remove-menu {
  width: min(12.5rem, calc(100vw - 1rem));
}

.hgsl-highlight-remove-menu button {
  color: #121212;
}
