/* Pin UserWay launcher to the viewport bottom-right (notched devices: respect safe areas). */
.uwy,
.userway,
.userway_buttons_wrapper,
[data-userway-shortcut] {
  z-index: 999999 !important;
}

.userway_buttons_wrapper,
[data-userway-shortcut] {
  position: fixed !important;
  top: auto !important;
  bottom: max(18px, env(safe-area-inset-bottom, 0px)) !important;
  right: max(18px, env(safe-area-inset-right, 0px)) !important;
  left: auto !important;
}
