/* R93 scoped shop-profile save activity status; historical styles.css stays immutable. */
.shop-profile-form .pt-settings-save-status-r93{flex:1 1 100%;display:flex;align-items:center;gap:8px;padding:7px 10px;background:#f1f7f3;border-inline-start:3px solid #267049;border-radius:6px;font-size:12px;line-height:1.8;color:#224932}
.shop-profile-form .pt-settings-save-status-r93[hidden]{display:none}
.shop-profile-form .pt-settings-save-status-r93::before{content:"";width:14px;height:14px;flex:0 0 14px;border:2px solid currentColor;border-inline-end-color:transparent;border-radius:50%;animation:pt-shop-saving-spin-r93 .8s linear infinite}
.shop-profile-form .pt-settings-save-status-r93.saved::before,.shop-profile-form .pt-settings-save-status-r93.failed::before{animation:none;border:0;width:0;flex:0 0 0}
.shop-profile-form .pt-settings-save-status-r93.failed{background:#fff2f0;border-inline-start-color:#ad3426;color:#8b241c}
@keyframes pt-shop-saving-spin-r93{to{transform:rotate(360deg)}}
@media(prefers-reduced-motion:reduce){.shop-profile-form .pt-settings-save-status-r93::before{animation:none;border-inline-end-color:currentColor}}
