/*
 * Zenkai User Action Wheel v1.3.0 header rollback.
 * No native Vikinger header or More-menu styling is defined here.
 */

/* Retire the dots injected by the faulty v1.2.0 guard without changing the
   native icon, label, dropdown, spacing, or header layout. */
.zuaw-v120-more-dots {
  display: none !important;
  visibility: hidden !important;
  width: 0 !important;
  min-width: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  opacity: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
}

/* The rollback script removes these classes. These rules prevent a visible
   flash if a cached v1.2.0 script applies them before JavaScript cleanup. */
.zuaw-v120-more-icon-hidden {
  display: inline-flex !important;
  visibility: visible !important;
  width: auto !important;
  min-width: 0 !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}

/* The plugin wheel must never render inside global navigation or profile tabs. */
header #zuaw-action-wheel-root,
header .zuaw-wheel-wrap,
header .zuaw-toast,
nav #zuaw-action-wheel-root,
nav .zuaw-wheel-wrap,
nav .zuaw-toast,
#item-nav #zuaw-action-wheel-root,
#item-nav .zuaw-wheel-wrap,
#object-nav #zuaw-action-wheel-root,
#object-nav .zuaw-wheel-wrap,
#subnav #zuaw-action-wheel-root,
#subnav .zuaw-wheel-wrap,
.bp-navs #zuaw-action-wheel-root,
.bp-navs .zuaw-wheel-wrap,
.profile-nav #zuaw-action-wheel-root,
.profile-nav .zuaw-wheel-wrap,
.profile-navigation #zuaw-action-wheel-root,
.profile-navigation .zuaw-wheel-wrap,
.profile-tabs #zuaw-action-wheel-root,
.profile-tabs .zuaw-wheel-wrap {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
