.tv-reader-push-open {
  position: fixed;
  top: 138px;
  right: max(16px, env(safe-area-inset-right));
  z-index: 58;
  box-shadow: 0 6px 20px rgba(0, 0, 0, .2);
}

.tv-reader-push-open[hidden] {
  display: none !important;
}

@media (max-width: 979px) {
  .tv-reader-push-open {
    top: 99px;
    right: 10px;
  }
}
