.st-sticky-share-buttons .st-btn {
  display: inline-flex !important;
}

.fullscreen-game-container {
  width: 100% !important;
  height: 100% !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  z-index: 9998 !important;
  background: #000 !important;
  display: flex !important;
  flex-direction: column !important;
}

.fullscreen-game-container iframe {
  flex: 1 !important;
  width: 100% !important;
  height: calc(100% - 40px) !important;
  border: none !important;
}

#gameTitleBar {
  height: 40px !important;
  background: #1a1a1a !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 0 1rem !important;
  color: white !important;
  font-size: 1rem !important;
  font-weight: bold !important;
  z-index: 9999 !important;
}
