/* Safe static placement for Undo / Redo / Reset inside Letter Editor */

#arenaEditorTopActions {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 8px !important;
  width: 100% !important;
  margin: 0 0 10px 0 !important;
  padding: 0 !important;
}

#arenaEditorTopActions #arenaUndoBtn,
#arenaEditorTopActions #arenaRedoBtn,
#arenaEditorTopActions #arenaResetBtn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  visibility: visible !important;
  pointer-events: auto !important;
  padding: 7px 13px !important;
  min-width: 66px !important;
  min-height: 32px !important;
  font-size: 13px !important;
  line-height: 1 !important;
  border-radius: 12px !important;
  white-space: nowrap !important;
}

#arenaEditorTopActions #arenaResetBtn {
  border-color: rgba(255, 92, 112, .72) !important;
  color: #ffdede !important;
  background: linear-gradient(180deg, rgba(80,18,30,.96), rgba(42,8,16,.96)) !important;
}

#arenaHistoryToolbar:empty {
  display: none !important;
}
/* ARENA rule #1: the clock is always watching. */
