.gam-ad-wrapper {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    margin: 10px auto;
    overflow: hidden;
    text-align: center;
  }

  .gam-ad-wrapper[hidden] {
    display: none !important;
  }

  body[data-gam-native-allowed="false"] [data-gam-native-position],
  body[data-gam-native-allowed="false"] .gam-ad-wrapper[id^="gam-native"] {
    display: none !important;
  }

  .gam-ad-wrapper[data-gam-empty="true"] {
    min-height: 0;
    margin: 0 auto;
    padding: 0;
    border: 0;
    background: transparent;
  }

  .gam-ad-label {
    margin: 0 0 3px;
    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;
  }

  .gam-ad-wrapper[data-gam-empty="true"] .gam-ad-label {
    margin: 0;
  }

  .gam-ad-wrapper[data-gam-empty="true"] .gam-native-slot {
    display: none;
    min-height: 0;
    height: 0;
  }

  /* 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;
  }

  .page-shell > [data-gam-native-position="1"] .gam-ad-wrapper {
    margin-top: 0;
    margin-bottom: 8px;
  }

  .page-shell > [data-gam-native-position="1"] .gam-ad-wrapper[data-gam-empty="true"] {
    margin-bottom: 2px;
  }
