.copyright-mark {
  position: absolute;
  z-index: 70;
  right: clamp(34px, 2.5cqw, 52px);
  bottom: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
  color: rgb(194, 169, 116);
  font-family: "Source Han Serif Taichu", "Noto Serif SC", "Songti SC", "STSong", serif;
  font-size: 9px;
  font-weight: 300;
  letter-spacing: 0.16em;
  line-height: 1;
  white-space: nowrap;
  opacity: 0.5;
  pointer-events: none;
}

.copyright-mark .visitor-counter {
  position: static;
  inset: auto;
  justify-content: flex-end;
  color: rgb(194, 169, 116);
  font-size: 9px;
}

.copyright-mark .visitor-counter b {
  color: rgb(218, 190, 132);
}

.copyright-mark .visitor-counter[hidden] {
  display: none !important;
}

.copyright-mark__text {
  margin: 0;
  color: inherit;
  font: inherit;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.58);
}
