/*
 * Virii8 Workspace Shell CSS module: v8-wordpress-compat-style
 * Extracted from shell-core.css during v1.6.122 modular shell refactor.
 * Load order is controlled by V8E_Module_WorkspaceShell::enqueue_embedded_shell_assets().
 */
/* ---- v8-wordpress-compat-style ---- */
.v8-window-header,
  .v8-resizer,
  .v8-desktop-icon,
  .v8-user-file-icon,
  .v8-taskbar-icon {
    touch-action: none !important;
    -webkit-user-select: none !important;
    user-select: none !important;
  }

  .v8-window.v8-wp-drag-active,
  .v8-window.v8-wp-resize-active {
    transition: none !important;
  }
