@import url("/media/com_keycave/css/kc-registration.css");

/* Soft-launch 2026-09-17: CookieYes revisit + Cassiopeia back-to-top
   must not cover primary CTAs / left controls. */
.cky-btn-revisit-wrapper {
  bottom: 88px !important;
  left: 16px !important;
  z-index: 1040 !important;
}
.cky-consent-container,
.cky-overlay {
  z-index: 1055 !important;
}
.back-to-top-link,
a#back-top.back-to-top-link {
  right: 16px !important;
  bottom: 88px !important;
  z-index: 1030 !important;
}
@media (max-width: 640px) {
  .cky-btn-revisit-wrapper {
    bottom: 100px !important;
    left: 12px !important;
  }
  .back-to-top-link,
  a#back-top.back-to-top-link {
    bottom: 100px !important;
    right: 12px !important;
  }
}
