/* R695: keep the existing manual Save action visible in the command-center header. */
body.r120-rice-ui .header-actions #saveButton {
  display: inline-grid !important;
  place-items: center !important;
  width: auto !important;
  min-width: 78px !important;
  min-height: 42px !important;
  padding: 0 16px !important;
  color: var(--r121-text) !important;
  background: var(--r121-control) !important;
  border: 1px solid var(--r121-line) !important;
  border-radius: 12px !important;
  box-shadow: inset 0 1px 0 color-mix(in srgb, #fff 8%, transparent) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  white-space: nowrap !important;
}

body.r120-rice-ui .header-actions #saveButton:hover:not(:disabled) {
  color: var(--r121-text) !important;
  background: var(--r121-control-hover) !important;
  border-color: color-mix(in srgb, var(--r121-purple) 38%, var(--r121-line)) !important;
}

@media (max-width: 820px) {
  body.r120-rice-ui .header-actions #saveButton {
    display: inline-grid !important;
    min-width: 72px !important;
    min-height: 38px !important;
    padding: 0 12px !important;
  }
}
