.banner-ad-wrap {
  text-align: center;
  background: var(--card-bg);
  border: 1px dashed rgba(var(--accent-rgb), 0.2);
  border-radius: 10px;
  padding: 8px;
  margin-top: 14px;
  margin-bottom: 14px;
  min-height: 80px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  color: var(--text-secondary);
  font-size: 0.75rem;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.banner-ad-wrap .ad-label {
  font-size: 0.62rem;
  color: var(--text-secondary);
  opacity: 0.4;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.ad-slot-host {
  display: block;
  width: 100%;
  box-sizing: border-box;
}

.ad-slot-host .ad-slot-iframe {
  max-width: 100%;
}

.banner-ad-wrap .ad-slot-host {
  margin-top: 8px;
  min-height: 68px;
  overflow: hidden;
}

.banner-ad-wrap .ad-slot-host .ad-slot-iframe {
  width: 100%;
  min-height: 68px;
  overflow: hidden;
  vertical-align: top;
}

.GAMES-section .GAMES-banner-ad {
  margin-top: 20px;
  margin-bottom: 4px;
}

.sidebar-ad-slot > .ad-slot-host {
  margin-top: 10px;
}

.ad-slot-host--sidebar {
  min-height: 250px;
}
