.gam-ad-wrapper {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    margin: 8px auto;
    overflow: hidden;
    text-align: center;
  }

  .gam-ad-wrapper[hidden] {
    display: none !important;
  }

  .gam-ad-label {
    display: none;
    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-wrapper.is-filled .gam-ad-label {
    display: block;
  }

  .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--01,
  .gam-native-slot--02 {
    min-height: 0;
  }

  /* Keep pending native requests compact; rendered creatives define their own height. */
  .gam-ad-wrapper[aria-busy="true"] .gam-native-slot--01,
  .gam-ad-wrapper[aria-busy="true"] .gam-native-slot--02 {
    min-height: 0;
  }

  .gam-native-slot > div,
  .gam-native-slot iframe {
    max-width: 100% !important;
  }

.gam-native-marker {
  width: min(100%, var(--max, 1160px));
  margin: 2px auto 0;
  padding: 0 14px;
  min-height: 0;
  text-align: center;
}
.gam-native-marker::before {
  content: none;
  display: none;
}
.gam-native-marker.native-empty {
  display: none;
}
.gam-native-marker.section-ad-label {
  width: 100%;
  margin: 0 0 6px;
  padding: 0;
}
.gam-native-marker > .gam-ad-wrapper {
  margin: 2px auto 8px;
}
.gam-native-marker.section-ad-label > .gam-ad-wrapper {
  margin: 0 auto 8px;
}
@media (min-width: 640px) {
  .gam-native-marker { padding-inline: 20px; }
  .gam-native-marker.section-ad-label { padding-inline: 0; }
}
