.gam-ad-wrapper {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    margin: 20px auto;
    overflow: hidden;
    text-align: center;
  }

  .gam-ad-wrapper[hidden] {
    display: none !important;
  }

  .gam-ad-label {
    margin: 0 0 5px;
    color: #777777;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
  }

  .gam-native-slot {
    display: flex;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    text-align: center;
  }

  /* Reserve space to reduce layout shift. */
  .gam-native-slot--01 {
    min-height: 280px;
  }

  .gam-native-slot--02,
  .gam-native-slot--03 {
    min-height: 480px;
  }

  .gam-native-slot > div,
  .gam-native-slot iframe {
    max-width: 100% !important;
  }

.neonplay-top-ad {
  width: 100%;
  margin: 18px auto 16px;
}

.neonplay-inline-ad {
  width: 100%;
  margin: 16px 0;
}

body[data-page="game"] .detail-copy > .neonplay-inline-ad {
  width: 100%;
}

body[data-page="download"] .neonplay-top-ad {
  margin-bottom: 14px;
}

@media (max-width: 620px) {
  .neonplay-top-ad {
    margin: 10px auto 12px;
  }

  .neonplay-inline-ad {
    grid-column: 1 / -1;
    margin: 10px 0;
  }

}
