<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.article__pagination {
  z-index: 25;
  height: auto;
  transform: translateY(calc(100% + 1px));
  transition: transform 0.5s;
  background-color: rgba(var(--bg-color));
  color: #d5d5d5;
}
.article__pagination::before {
  top: -2px;
  background-color: rgb(var(--link-color));
}
.article__pagination.is-visible {
  transform: translateY(0);
}

.article__pagination--text {
  text-overflow: ellipsis;
  white-space: nowrap;
}</pre></body></html>