.role-switch{position:relative}
.role-switch-toggle{display:flex;align-items:center;cursor:pointer}
.role-caret{margin-left:8px;font-size:13px;opacity:.85}
.role-switch-menu{position:absolute;z-index:80;top:calc(100% + 8px);right:0;width:190px;padding:7px;border:1px solid #c3d0ca;border-radius:10px;background:#fff;color:#173e32;box-shadow:0 12px 28px #12392d35}
.role-switch-menu>*{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:48px;padding:9px 11px;border-radius:7px;text-decoration:none;color:inherit}
.role-switch-menu a:hover,.role-switch-menu a:focus{background:#edf5f1;outline:none}
.role-switch-current{background:#e3f1eb;color:#176448}
.role-switch-menu small{font-size:11px;font-weight:600;color:#7a8782;white-space:nowrap}
.role-switch-menu.hidden{display:none!important}
@media(max-width:560px){.role-switch-menu{width:176px}.role-switch-menu>*{min-height:44px;padding:8px 9px}}
