/* Clean Design - Remove Unnecessary Elements */

/* Hide multiplier info text on all devices */
.multiplier-info {
  display: none !important;
}

/* Clean board header */
.board-header {
  padding: 1.5rem !important;
  text-align: center !important;
}

.board-header h2 {
  margin-bottom: 1rem !important;
}

/* Better spacing without multiplier info */
.game-controls-pro {
  margin-top: 0 !important;
}