.store-manager-field{margin:14px 0 18px;padding:14px 16px 12px;border:1px solid #dde1e5;border-radius:8px;min-width:0;background:#fff}
.store-manager-field legend{padding:0 6px;font-size:14px;font-weight:650;color:#252a31}
.sm-controls{display:flex;align-items:flex-end;gap:12px}
.sm-controls .field{flex:1;min-width:0;margin:0}
.sm-controls select{width:100%;min-width:0;height:38px}
.sm-controls button{flex:none;min-width:92px;height:38px;white-space:nowrap}
.sm-controls button:not(:disabled){border-color:#bf2330;color:#af1f2b;background:#fff7f8}
.sm-controls button:not(:disabled):hover{background:#fcebed}
.sm-controls button:active{background:#f5d7dc}
.sm-help{margin:10px 0 0;font-size:12px;line-height:1.6;color:#656d78}
.sm-status{margin:7px 0 0;min-height:21px;font-size:13px;line-height:1.65;overflow-wrap:anywhere;color:#656d78}
.sm-status[data-state="saved"]{color:#18754a;font-weight:600}
.sm-status[data-state="changed"]{color:#945500;font-weight:600}
.sm-status[data-state="saving"]{color:#444d59}
.sm-status[data-state="error"]{color:#b52132;font-weight:600}
