.ad-wrapper {
  margin: 32px 0;
  padding: 18px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
  clear: both;
}

.ad-label {
  font-size: 11px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
}

.ad-wrapper:has(.ads-slot[data-empty="true"]) {
  display: none;
}

.ads-slot {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin: 0;
  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;
}
