/* Existing button display rules must not override permission visibility. */
[data-team-denied="true"][hidden] { display: none !important; }
[data-team-denied="true"]:not([hidden]) { cursor: not-allowed !important; }
.owner-menu-pending-tools { display:flex; justify-content:center; gap:12px; padding:12px 0 4px; margin-top:4px; border-top:1px solid #dce6ef; }
.owner-menu-pending-tools .owner-sidebar-action { flex:0 0 44px; width:44px; min-height:44px; height:44px; padding:6px; margin:0; justify-content:center; }
.owner-menu-pending-tools .owner-menu-label { display:none; }
.owner-menu-pending-tools .owner-menu-icon { flex-basis:28px; width:28px; height:28px; }
