@keyframes protected-modal-attention {
  0%,100% { transform: translateX(0); }
  25% { transform: translateX(-5px); }
  50% { transform: translateX(5px); }
  75% { transform: translateX(-3px); }
}

.protected-modal-attention {
  animation: protected-modal-attention .38s ease;
}
