/* Admin-only three-view selector: half on the navigation edge. */
.g2d12130-view-switch{
 position:fixed;z-index:2147483300;
 top:82px;right:18px;
 display:flex;align-items:center;gap:3px;
 padding:4px;
 border:1px solid #d5ded8;border-radius:999px;
 background:rgba(255,255,255,.97);
 box-shadow:0 7px 22px rgba(38,58,47,.14);
 backdrop-filter:blur(8px);
}
.g2d12130-view-switch form{margin:0!important;padding:0!important}
.g2d12130-view-switch button{
 display:flex!important;align-items:center!important;justify-content:center!important;gap:5px!important;
 min-height:34px!important;width:auto!important;margin:0!important;padding:0 10px!important;
 border:0!important;border-radius:999px!important;background:transparent!important;
 color:#536158!important;font-size:10px!important;line-height:1!important;white-space:nowrap!important;
 box-shadow:none!important;cursor:pointer!important;
}
.g2d12130-view-switch button span{font-size:14px!important;line-height:1!important}
.g2d12130-view-switch button b{font-size:10px!important;line-height:1!important;white-space:nowrap!important}
.g2d12130-view-switch button.is-active{
 background:#edf4ef!important;color:#2e543b!important;
 box-shadow:inset 0 0 0 1px #c8d8cc!important;
}
@media(max-width:760px){
 .g2d12130-view-switch{
  top:auto!important;right:auto!important;left:50%!important;bottom:50px!important;
  transform:translateX(-50%)!important;
  width:auto!important;max-width:calc(100% - 16px)!important;
  padding:3px!important;gap:2px!important;
 }
 .g2d12130-view-switch button{
  min-height:34px!important;padding:0 7px!important;gap:4px!important;
 }
 .g2d12130-view-switch button b{font-size:8.5px!important}
 .g2d12130-view-switch button span{font-size:13px!important}
}
/* Hide the old 2-way switch for admins; regular dual-role users still use it. */
body.admin-bar .g2d1211-menu-role-toggle{display:none!important}
