/* AIWP Generic Visual Runtime V1 | gvrt-v1-877d1b8042eb0c67 */
#aiwp-back-to-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 9998;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 999px;
  background: #222;
  color: #fff;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s;
}
#aiwp-back-to-top.aiwp-visible {
  opacity: 1;
  visibility: visible;
  transform: none;
}
#aiwp-reading-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  height: 3px;
  width: 0;
  background: #222;
  pointer-events: none;
}
@media (prefers-reduced-motion: reduce) {
  #aiwp-back-to-top { transition: none; }
}
@media (max-width: 782px) {
  #aiwp-back-to-top {
    right: 14px;
    bottom: 14px;
    width: 42px;
    height: 42px;
  }
}
