/* NOTE: Gastro Planner styles (global, prefixed with mw-gp-*)
   Loaded via Assets["gastro-planner.css"] in App.razor. */

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

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

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

.mw-gp-activator-hover {
    display: flex;
    width: 100%;
    height: 100%;
}

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

/* NOTE: Inline rename container */
.mw-gp-rename-container {
    display: flex;
    align-items: center;
    padding: 6px 16px;
    min-width: 200px;
}
