.uas-s3-photo-pending{display:inline-flex;align-items:center;justify-content:center;min-width:90px;min-height:90px;padding:12px;border-radius:8px;background:#f5f7f6;color:#62736b;font:12px/1.5 system-ui;text-align:center;box-sizing:border-box}
.uas-wm-recovery-gallery{min-height:260px;display:grid;place-items:center;background:#fafcfb;border-radius:8px;color:#62736b}
.uas-wm-loading{display:inline-flex;align-items:center;gap:8px}
[aria-busy=true]>.uas-wm-loading:before{content:"";width:12px;height:12px;border:2px solid #cbdad2;border-top-color:#28754d;border-radius:50%;animation:uas-wm-spin 1s linear infinite}
@keyframes uas-wm-spin{to{transform:rotate(360deg)}}
@media(prefers-reduced-motion:reduce){[aria-busy=true]>.uas-wm-loading:before{animation:none}}
