/* Baskibu Designer 0.23.3 — Minimal App Header + Save Trust */
.bbd-app .bbd-topbar__left{
  min-width:0!important;
  gap:10px!important;
}
.bbd-app .bbd-topbar__left .bbd-brand-title-block{
  display:none!important;
}
.bbd-app .bbd-topbar__left .bbd-brand-slot{
  margin-right:0!important;
}
@media (min-width:1025px){
  .bbd-app .bbd-topbar{
    grid-template-columns:auto minmax(0,1fr)!important;
  }
  .bbd-app .bbd-topbar__actions{
    min-width:0!important;
  }
}
/* Saving is a progress state, not success. */
.bbd-app .bbd-save-state[data-state="saving"],
.bbd-app .bbd-save-state[data-state="retrying"]{
  color:#35506a!important;
  background:#f4f7fa!important;
  border-color:#dce5ec!important;
}
.bbd-app .bbd-save-state[data-state="retrying"] .bbd-save-dot{
  background:#d99a22!important;
}
.bbd-app .bbd-save-state[data-state="error"]{
  color:#9b2c2c!important;
  background:#fff5f5!important;
  border-color:#fed7d7!important;
}
