.global-ad-zone {
  margin: 12px 0;
}

.global-ad-row {
  margin: 10px auto;
  text-align: center;
}

.global-ad-row-bottom-banner,
.global-ad-row-bottom-rectangle {
  max-width: 728px;
}

.ad-slot {
  margin: 0 auto;
}

.ad-slot[data-ad-slot] {
  min-height: 48px;
}

.ad-slot:empty {
  border: 1px dashed #c9d1d9;
  border-radius: 6px;
  background: #f8fafc;
  position: relative;
}

.ad-slot:empty::after {
  content: attr(data-ad-slot);
  display: inline-block;
  margin-top: 14px;
  color: #7a8693;
  font-size: 11px;
  letter-spacing: 0.5px;
}

.ad-728x90:empty {
  width: min(728px, 100%);
  min-height: 90px;
}

.ad-320x50:empty {
  width: 320px;
  min-height: 50px;
}

.ad-468x60:empty {
  width: min(468px, 100%);
  min-height: 60px;
}

.ad-300x250:empty {
  width: min(300px, 100%);
  min-height: 250px;
}

.ad-160x600:empty {
  width: 160px;
  min-height: 600px;
}

.ad-160x300:empty {
  width: 160px;
  min-height: 300px;
}

.ad-native:empty {
  width: min(970px, 100%);
  min-height: 120px;
}

.global-side-ad {
  position: fixed;
  top: 140px;
  z-index: 30;
  display: none;
}

.global-side-ad-left {
  left: 8px;
}

.global-side-ad-right {
  right: 8px;
}

.ad-popunder {
  display: none;
}

.mobile-only {
  display: none;
}

@media (min-width: 1400px) {
  .global-side-ad {
    display: block;
  }
}

@media (max-width: 991.98px) {
  .global-ad-zone-inline .container,
  .global-ad-zone-bottom .container {
    padding-left: 0;
    padding-right: 0;
  }

  .desktop-only {
    display: none;
  }

  .mobile-only {
    display: block;
  }
}
