/* Pictag.ai composer popup — no preselected/highlighted tool.
   Hover feedback remains. STAGING ONLY.
*/

/* Safety net for any injected tool that happens to inherit an old `active`
   class (for example Upscale Images cloned from Tag Images). */
.composer-tools-popup .composer-tool-item.active {
  background: transparent !important;
  box-shadow: none !important;
}

.composer-tools-popup .composer-tool-item.active:hover,
.composer-tools-popup .composer-tool-item:hover {
  background: var(--bg-hover) !important;
  box-shadow: none !important;
}
