/* The Veil / Sacrifice control button. The mage status overlay this file
   also styled was removed; the status effect tray carries class windows. */
#gameFrame>#runToggleButton.mageControlButton{position:absolute;display:flex;align-items:center;gap:7px;top:12px;right:146px;bottom:auto;left:auto;z-index:38;min-width:98px;min-height:42px;padding:7px 10px;border:1px solid #9971b8;border-radius:8px;background:#211c30ef;color:#f1e4ff;font:600 12px/1.2 system-ui;cursor:pointer}
#gameFrame>#runToggleButton.mageControlButton[aria-pressed="true"]{background:#60416d;border-color:#dfbcff}
@media(max-width:700px){#gameFrame>#runToggleButton.mageControlButton{top:8px;right:90px;min-width:92px;min-height:44px;font-size:10px;padding:6px 8px}}
