/* Restore Writing Practice input-mode button highlighting after the Options-menu removal. */
.bottom-shell.ma-modifiers-only #buttonsModeBtn.active,
.bottom-shell.ma-modifiers-only #keyboardModeBtn.active,
.bottom-shell.ma-modifiers-only #choice4Btn.active,
.bottom-shell.ma-modifiers-only #choice6Btn.active,
.bottom-shell.ma-modifiers-only #choice8Btn.active,
.bottom-shell.ma-modifiers-only #buttonsModeBtn.btn-secondary,
.bottom-shell.ma-modifiers-only #keyboardModeBtn.btn-secondary,
.bottom-shell.ma-modifiers-only #choice4Btn.btn-secondary,
.bottom-shell.ma-modifiers-only #choice6Btn.btn-secondary,
.bottom-shell.ma-modifiers-only #choice8Btn.btn-secondary {
  background: linear-gradient(180deg, rgba(102,168,255,.28), rgba(102,168,255,.13)) !important;
  border-color: rgba(102,168,255,.78) !important;
  color: #d8e8ff !important;
  box-shadow: inset 0 0 0 1px rgba(102,168,255,.25), 0 0 0 1px rgba(102,168,255,.14), 0 10px 24px rgba(102,168,255,.10) !important;
}
.bottom-shell.ma-modifiers-only #buttonsModeBtn:not(.active):not(.btn-secondary),
.bottom-shell.ma-modifiers-only #keyboardModeBtn:not(.active):not(.btn-secondary),
.bottom-shell.ma-modifiers-only #choice4Btn:not(.active):not(.btn-secondary),
.bottom-shell.ma-modifiers-only #choice6Btn:not(.active):not(.btn-secondary),
.bottom-shell.ma-modifiers-only #choice8Btn:not(.active):not(.btn-secondary) {
  background: rgba(255,255,255,.055) !important;
  border-color: rgba(255,255,255,.11) !important;
  color: var(--text) !important;
}
