/* R26 — Alert Center anchor correction.
   Keeps Central de Alertas attached to the bell on desktop instead of viewport/mid-screen. */
.xui-shell .xui-topbar.header-main .header-actions.top-actions .alert-center{
  position:relative!important;
  z-index:4200!important;
  overflow:visible!important;
}
.xui-shell .xui-topbar.header-main .header-actions.top-actions .alert-center .alert-center-panel{
  position:absolute!important;
  top:calc(100% + 8px)!important;
  right:0!important;
  left:auto!important;
  transform:none!important;
  width:min(420px,calc(100vw - 24px))!important;
  max-width:calc(100vw - 24px)!important;
  max-height:calc(100dvh - 76px)!important;
  z-index:4300!important;
  box-sizing:border-box!important;
}
.xui-shell .xui-topbar.header-main .header-actions.top-actions .alert-center .alert-center-panel .alert-list{
  max-height:calc(100dvh - 194px)!important;
  overflow:auto!important;
  overscroll-behavior:contain!important;
}
@media(max-width:980px){
  .xui-shell .xui-topbar.header-main .header-actions.top-actions .alert-center .alert-center-panel{
    position:fixed!important;
    top:112px!important;
    right:10px!important;
    left:auto!important;
    width:min(400px,calc(100vw - 20px))!important;
    max-width:calc(100vw - 20px)!important;
    max-height:calc(100dvh - 124px)!important;
  }
}
@media(max-width:760px){
  .xui-shell .xui-topbar.header-main .header-actions.top-actions .alert-center .alert-center-panel{
    right:8px!important;
    left:8px!important;
    width:auto!important;
    max-width:none!important;
  }
}
@media(max-width:520px){
  .xui-shell .xui-topbar.header-main .header-actions.top-actions .alert-center .alert-center-panel{top:118px!important}
}
