/* QPal assessment result action buttons.
   Remove the global orange action glow without changing button layout,
   colors, labels, or behavior. */
.game-container #review-mistakes-btn,
.game-container #qbao-review-submitted-btn,
.game-container #restart-btn,
.game-container #return-dash-btn {
  box-shadow: none !important;
  filter: none !important;
}

.game-container #review-mistakes-btn:focus-visible,
.game-container #qbao-review-submitted-btn:focus-visible,
.game-container #restart-btn:focus-visible,
.game-container #return-dash-btn:focus-visible {
  outline: 3px solid var(--focus-ring, rgba(255, 255, 255, 0.32));
  outline-offset: 2px;
}
