/* BUILD221 — Settings stay saved after Save All Settings. */
.settingsSaveBar221{
  position:sticky;
  z-index:7;
  bottom:12px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin:18px 0 6px;
  padding:13px 15px;
  border:1px solid #b9d8c5;
  border-radius:14px;
  background:rgba(247,252,249,.98);
  box-shadow:0 10px 28px rgba(5,46,27,.14);
  backdrop-filter:blur(8px);
}
.settingsSaveBar221>div{min-width:0;display:flex;flex-direction:column;gap:3px}
.settingsSaveBar221 b{font-size:12px;color:#093d25;letter-spacing:.4px}
.settingsSaveBar221 span{font-size:10px;color:#52685a;font-weight:700}
.settingsSaveBar221 button{flex:0 0 auto;min-width:190px;min-height:46px;font-weight:950}
#saveAllSettingsStatus{display:inline-flex;align-items:center;min-height:38px;padding:0 4px;font-size:10px;font-weight:800}
@media(max-width:680px){
  .settingsSaveBar221{bottom:74px;align-items:stretch;flex-direction:column;padding:11px}
  .settingsSaveBar221 button{width:100%;min-width:0}
}
