@media (max-width: 640px) {
  .floating-rail {
    right: var(--floating-side, 14px);
    bottom: var(--floating-bottom, 16px);
  }
}

#back-to-top {
  display: none !important;
}

#back-to-top.is-visible {
  display: grid !important;
}
