.spinner-container{display:flex;justify-content:center;align-items:center;gap:6px;height:24px}.dot{width:6px;height:6px;background-color:#005b85;border-radius:50%;animation:bounce 1.2s ease-in-out infinite}@keyframes bounce{0%,80%,to{transform:translateY(0)}40%{transform:translateY(-8px)}}