.ns-customer-toolbar{
  position:sticky;
  top:0;
  z-index:9998;
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
  padding:10px 14px;
  margin:0 0 16px;
  background:rgba(255,255,255,.97);
  border-bottom:1px solid rgba(15,23,42,.10);
  box-shadow:0 4px 18px rgba(15,23,42,.05);
  backdrop-filter:blur(8px);
}
.ns-customer-brand{
  font:800 18px/1.1 system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  color:#0b2d4b;
  margin-right:auto;
  text-decoration:none;
}
.ns-customer-action{
  appearance:none;
  border:1px solid rgba(15,23,42,.14);
  background:#fff;
  color:#0b2d4b;
  border-radius:10px;
  padding:9px 12px;
  font:700 13px/1 system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  cursor:pointer;
  text-decoration:none;
}
.ns-customer-action--primary{
  background:#0b2d4b;
  color:#fff;
  border-color:#0b2d4b;
}
.ns-customer-note{
  margin:12px auto 18px;
  max-width:980px;
  padding:11px 13px;
  border-radius:10px;
  background:#f7fafc;
  color:#475569;
  font:500 12px/1.45 system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
}
@media(max-width:600px){
  .ns-customer-toolbar{padding:9px 10px;gap:7px}
  .ns-customer-brand{width:100%;margin-bottom:2px}
  .ns-customer-action{flex:1;text-align:center;padding:10px 8px}
}
@media print{
  .ns-customer-toolbar,.ns-customer-note{display:none!important}
  body{background:#fff!important}
  *{box-shadow:none!important}
}
