/* SnipeOffice Win7 — room for site taskbar on vendored game pages */
body.snipe-game-page {
  padding-bottom: 40px !important;
  box-sizing: border-box;
}

/* Minesweeper ships a fake Win2000 taskbar — hide it; controls moved above the board */
body.snipe-game-page #footer {
  display: none !important;
}

body.snipe-game-page .flex-container {
  margin-bottom: 24px;
}

body.snipe-game-page .minesweeper-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0 auto 12px;
  padding: 8px 12px;
  max-width: 100%;
  background: linear-gradient(180deg, #f5f8fc 0%, #e8edf5 55%, #d9e1ef 100%);
  border: 1px solid #98b4d8;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

body.snipe-game-page .minesweeper-controls button {
  width: auto;
  min-width: 100px;
  float: none;
}

body.snipe-game-page .minesweeper-hint {
  margin: 0 0 0 auto;
  padding: 4px 8px;
  font-family: Segoe UI, sans-serif;
  font-size: 12px;
  color: #333;
}

body.snipe-game-page .minesweeper-hint img {
  vertical-align: middle;
}

body.snipe-game-page .game-shell {
  min-height: calc(100vh - 40px);
}
