.aj-role-switcher{position:relative;z-index:80;display:inline-flex;align-items:center;font-family:Inter,Arial,sans-serif}.aj-role-switcher-button{min-height:40px;border:1px solid rgba(11,107,70,.18);background:#fff;color:#0b6b46;border-radius:999px;padding:0 13px;display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:900;box-shadow:0 10px 25px rgba(15,23,18,.07)}.aj-role-switcher-menu{position:absolute;top:calc(100% + 9px);right:0;width:min(340px,calc(100vw - 28px));padding:10px;background:#fff;border:1px solid #e7dfd2;border-radius:18px;box-shadow:0 24px 60px rgba(15,23,18,.16);display:grid;gap:6px}.aj-role-switcher-menu[hidden]{display:none}.aj-role-switcher-menu>strong{padding:8px 9px 5px;color:#667066;font-size:11px;letter-spacing:.07em;text-transform:uppercase}.aj-role-switcher-menu button,.aj-role-switcher-menu a{border:0;background:transparent;color:#101520;text-align:left;border-radius:13px;padding:11px;display:grid;gap:3px;font:inherit;cursor:pointer}.aj-role-switcher-menu button:hover,.aj-role-switcher-menu a:hover,.aj-role-switcher-menu button[aria-current=page]{background:#f0f7f3}.aj-role-switcher-menu span{font-size:13px;font-weight:900}.aj-role-switcher-menu small{color:#667066;font-size:11px;line-height:1.4;font-weight:650}@media(max-width:680px){.aj-role-switcher-button{min-height:38px;padding:0 11px}.aj-role-switcher-menu{position:fixed;left:12px;right:12px;top:auto;bottom:calc(12px + env(safe-area-inset-bottom));width:auto}}
.aj-role-switcher-chevron{display:block;flex:0 0 auto;transition:transform .18s ease}.aj-role-switcher-button[aria-expanded="true"] .aj-role-switcher-chevron{transform:rotate(180deg)}

.aj-role-switcher-menu{max-height:min(520px,calc(100dvh - 96px));overflow:auto;overscroll-behavior:contain}
.admin-title-actions .aj-role-switcher-menu{right:0;left:auto}
@media(max-width:680px){
  .admin-title-actions .aj-role-switcher-menu{left:12px;right:12px}
}
