.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-native-position {
    box-sizing: border-box;
    width: 100%;
  }

  .gam-native-position:empty {
    display: none;
  }

  .gam-native-position--page-width {
    width: calc(100% - 28px);
    max-width: 1160px;
    margin-right: auto;
    margin-left: auto;
  }

  .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-ad-empty {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .gam-ad-empty .gam-ad-label {
    margin-bottom: 0;
  }

  .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;
  }

  .gam-native-slot[hidden] {
    display: none !important;
    min-height: 0 !important;
  }

  /* 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;
  }
