/* Do not impose a theme layout on game plugins. Their own responsive CSS controls the game. */
.fpk-native-game-page {
  min-height: calc(100vh - 108px);
  padding: 14px 24px 28px;
  background: #049ee8;
}
@media (max-width: 750px) {
  .fpk-native-game-page {
    min-height: calc(100vh - 87px);
    padding: 0;
    overflow-x: hidden;
  }
  .fpk-native-game-page .unipuz-app,
  .fpk-native-game-page .cpp-app {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
  }
  .fpk-native-game-page .unipuz-frame,
  .fpk-native-game-page .cpp-frame { max-width: 100%; }
  .fpk-native-game-page .unipuz-title { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
}
