/* Serveur mobile header (caisse1) — remove the redundant hamburger menu.
   Serveurs navigate via the bottom server-footer-nav, so the hamburger in the
   top header is unnecessary. Scoped to .server-header (which only renders for
   the serveur layout), so the caissier POS view is unaffected. */

.server-header .hamburger-btn {
  display: none !important;
}

/* the hamburger was the first item in .server-header-left; without it, keep the
   brand aligned nicely to the left edge with the same padding. */
.server-header .server-header-left {
  padding-left: 4px;
}
