/* Utility: flip Material Symbols horizontally for the Login state */
.material-symbols-outlined.flip-x {
  transform: scaleX(-1);
  display: inline-block;
}

