.ads-slot {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin: 16px 0;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
}

.ads-slot[data-empty="true"] {
  display: none;
  margin: 0;
}

.ads-slot--fixed {
  min-height: var(--ads-slot-height, 0);
  max-height: var(--ads-slot-height, auto);
}

.ads-slot--fixed .adsbygoogle {
  width: var(--ads-slot-width, auto) !important;
  height: var(--ads-slot-height, auto) !important;
  min-width: var(--ads-slot-width, auto) !important;
  max-width: var(--ads-slot-width, auto) !important;
  min-height: var(--ads-slot-height, auto) !important;
  max-height: var(--ads-slot-height, auto) !important;
}

/* Prevent any injected ad content from overflowing the slot */
.ads-slot ins,
.ads-slot iframe {
  max-width: 100% !important;
}