/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 28 2026 | 09:54:10 */
.follow-btn {
  position: fixed;
  top: 200px;
  right: 0;
  width: 60px;
  height: 180px;

  opacity: 0;
  transform: translateX(24px);
  pointer-events: none;

  transition:
    opacity .35s ease,
    transform .45s cubic-bezier(.22,1,.36,1);

  z-index: 9999;
}

.follow-btn a {
  display: block;
  width: 100%;
  height: 100%;
}

.follow-btn img{
  width:100%;
  height:100%;
  display:block;
}

.follow-btn.is-visible {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

.follow-btn {
  line-height: 0;
}

.main-inner {
  padding-top: 1px;
}
.post-content > *:first-child {
  margin-top: 0;
}