/* 0.1.162: align the approved EN panel with the existing glowing CTA hitbox on compact desktop displays. */
@media (max-width:900px) {
  html[data-tv-cyb-language="en"] .login-screen > .cybquant-en-left-panel-v161 {
    transform:translateX(2.15vw);
  }
}