/* ---------- COLORS  ---------- */
/* Brand primary: black (replaces former blue #1864F2). */
/* ---------- FONTS  ---------- */
.client-build-update-fab {
  position: fixed;
  left: 1rem;
  bottom: 1rem;
  z-index: 3500;
  margin: 0;
  padding: 0.65rem 1.1rem;
  border: none;
  border-radius: 0.35rem;
  background: #E2224D;
  color: #FFFFFF;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.02em;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}
.client-build-update-fab:hover, .client-build-update-fab:focus-visible {
  background: #AE2443;
  color: #FFFFFF;
  outline: none;
}

/*# sourceMappingURL=client-build-update.css.map */
