@keyframes pulse-scale{0%,to{transform:scale(1);opacity:.6}50%{transform:scale(1.1);opacity:1}}@keyframes pulse-opacity{0%,to{opacity:.6}50%{opacity:1}}.document-review{display:flex;flex-direction:column;align-items:center;gap:8px}.document-review svg{animation:pulse-scale 1.5s ease-in-out infinite;will-change:transform,opacity}.document-review p{animation:pulse-opacity 2s ease-in-out infinite;will-change:opacity}