/* Disabled sidebar menu button styles */
.sidebar-menu__button--disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.sidebar-menu__button--disabled:hover {
  background-color: transparent;
}

/* Visual divider for admin sections */
.sidebar-menu__divider {
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.2), transparent);
}

/* Disabled tabs for performance cards */
.tabs__button--disabled {
  pointer-events: none;
}

.tabs__button--disabled:hover {
  background-color: transparent !important;
}