.spinner-wrap{flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:48px 24px;display:flex}.spinner-wrap--small{gap:10px;padding:24px}.spinner{border:4px solid #f3f4f6;border-top-color:#b30017;border-radius:50%;width:44px;height:44px;animation:.7s linear infinite spin}.spinner-wrap--small .spinner{border-width:3px;width:28px;height:28px}.spinner-text{color:#6b7280;font-size:.95rem;font-weight:600;animation:1.4s ease-in-out infinite pulse-text}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse-text{0%,to{opacity:.5}50%{opacity:1}}
