/* Editor-specific bundle.
   Keep editor behavior styles out of generic dashboard and marketing CSS. */

.editor-page .toolbar button.is-disabled,
.editor-page .tool-rail-btn.is-disabled {
  opacity: 0.45;
  cursor: not-allowed;
  pointer-events: none;
}

.editor-page .toolbar button:disabled,
.editor-page .tool-rail-btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
