/* Smart311: Floating Update button */
.s311-actionbar{
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 2147483647; /* stay on top of theme chrome */
  background: rgba(255,255,255,0.98);
  border-top: 1px solid #e5e7eb;
  backdrop-filter: saturate(120%) blur(8px);
}
.s311-actionbar-inner{
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  padding: 10px 16px;
}
.s311-actionbar .button,
.s311-actionbar button{
  font-weight: 600;
  padding: 9px 18px;
  border-radius: 10px;
}
body.s311-has-actionbar{ padding-bottom: 72px; }
