/* NOTE: MWResourceContextMenu styles (global, prefixed with mw-context-menu-* / mw-resource-menu-*)
   Loaded via Assets["mw-sp-resource-context-menu.css"] in App.razor.
   Migrated from MWResourceContextMenu.razor.css after the MudMenu → MWMenu switch. */

/* NOTE: Wrapper fills container so the activator covers the entire host cell */
.mw-context-menu-wrapper {
    display: block;
    width: 100%;
    height: 100%;
}

.mw-context-menu-wrapper > .mw-menu {
    display: block;
    width: 100%;
    height: 100%;
}

.mw-context-menu-wrapper .mud-menu-activator {
    display: flex;
    width: 100%;
    height: 100%;
}

/* NOTE: Click target inside the activator — fills the host cell and gives hover feedback */
.mw-activator-hover {
    display: flex;
    width: 100%;
    height: 100%;
}

.mw-activator-hover:hover {
    background-color: rgba(255, 255, 255, 0.15);
}

/* NOTE: Inline rename container in context menu */
.mw-resource-menu-item-container {
    display: flex;
    align-items: center;
    padding: 0 16px;
    min-width: 200px;
}