/* Meta review hotfix 2026-06-10: keep auth icon buttons stable for automated login review. */
html body button.glass-icon-button.glass-icon-button.glass-icon-button:not(:hover):not(:active),
html body button.glass-icon-button-selectable.glass-icon-button-selectable.glass-icon-button-selectable:not(:hover):not(.glass-icon-button-active) {
  animation: none !important;
}
