.content-loading-wrap{flex-direction:column;flex:1;align-self:stretch;width:100%;min-width:0;min-height:0;display:flex}.content-loading{width:100%;min-height:0;padding:var(--spacing-2xl,1.5rem);background-color:#fff;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:1rem;display:flex}.content-loading__spinner{border:4px solid #29b6f633;border-top-color:#29b6f6;border-radius:50%;flex-shrink:0;width:44px;height:44px;animation:.9s linear infinite content-loading-spin}.content-loading__message{color:#374151;white-space:nowrap;min-height:1.4em;margin:0;font-size:.9375rem;line-height:1.4}@keyframes content-loading-spin{to{transform:rotate(360deg)}}
