article.entry.content-bg.single-entry.jr-refresh-target,
article[id^="post-"].entry.jr-refresh-target,
article[id^="post-"].jr-refresh-target {
  position: relative !important;
}

.jr-refresh-target .jr-inv-refresh-wrap {
  position: absolute !important;
  top: 22px !important;
  right: 22px !important;
  z-index: 50 !important;
  margin: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  pointer-events: auto !important;
}

.jr-refresh-target .jr-inv-refresh-wrap #jr-inv-refresh-btn {
  margin: 0 !important;
}

@media (max-width: 782px) {
  .jr-refresh-target .jr-inv-refresh-wrap {
    top: 16px !important;
    right: 16px !important;
  }
}
