.bgos-loading{display:inline-flex!important;align-items:center;justify-content:center;gap:10px;min-height:44px}
.bgos-loading::before{content:"";display:inline-block;flex:0 0 16px;width:16px;height:16px;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:bgos-load-spin .8s linear infinite}
.bgos-load-enter{animation:bgos-load-enter .22s ease-out both}
body.bgos-site .bgos-loading-ad{display:flex;flex-direction:column;align-items:center;justify-content:center;grid-column:1/-1;flex:0 0 100%;width:100%;min-width:0;gap:6px;margin:16px 0;padding:8px 0;color:var(--muted);border-block:1px solid var(--border)}
.bgos-loading-ad>small{font-size:11px;line-height:16px;letter-spacing:.12em}
.bgos-loading-ad>div{max-width:100%;margin:0 auto}
@keyframes bgos-load-spin{to{transform:rotate(360deg)}}
@keyframes bgos-load-enter{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}
@media(prefers-reduced-motion:reduce){.bgos-loading::before,.bgos-load-enter{animation:none}.bgos-loading::before{border-right-color:currentColor}}
