/* Center and surface the Save button when present */
#save-all-memories{
  position: static !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  margin: 22px auto 10px !important;
  padding: 10px 16px;
  z-index: 1000;
}
/* Align common action rows */
#jr-memory-form .ttv-actions,
#jr-memory-form .form-actions,
.ttv2-wrapper .ttv-actions,
.ttv2-wrapper .form-actions,
.memory-entry .ttv-actions,
.memory-entry .form-actions,
.bp-memory-actions {
  display: flex !important;
  justify-content: center !important;
  gap: 10px;
}
