@layer components {
  .game-page-wrap {
    --game-cols: repeat(9, minmax(0, 1fr)) 320px;
  }

  .game-desc-wrap  {
    --game-desc-col: 300px repeat(6, minmax(0, 1fr)) 300px;
  }

  .pw-standardIAB-tag {
    margin-top: 0!important;
    margin-bottom: 0!important;
  }

  .game-leaderboard .pw-standardIAB-tag {
    padding-bottom: 0!important;
  }
}

@layer utilities {
    body.mobile-game-landscape .header {
        display: none;
    }

    body.mobile-game-landscape #mobile-top-container {
        top: 0;
    }

    body.mobile-game-landscape .instruction-drawer-button {
        right: 6px;
        top: 10px;
    }

    body.mobile-game-landscape [data-slot="drawer-content"] {
        left: 36px;
        width: calc(100% - 72px);
    }
}

/*# sourceMappingURL=fc65d122920cfcc6.css.map*/