/* Klever v43 — compact mobile scroll-up control position. */
@media (max-width: 767.98px) {
  body.klever-site-page .go_top,
  body.klever-site-page #Go_Top {
    bottom: calc(108px + env(safe-area-inset-bottom)) !important;
  }
}
