.ws-space-ad {
  box-sizing: border-box;
  width: min(100%, 970px);
  min-height: 132px;
  margin: 34px auto 12px;
  padding: 16px 0 18px;
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  text-align: center;
  contain: layout paint;
}

.ws-space-ad__label {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font: 700 9px/1.2 "DM Sans", sans-serif;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.ws-space-ad .adsbygoogle {
  width: min(300px, 100%);
  height: 100px;
  margin: 0 auto;
}

.ws-space-ad:has(.adsbygoogle[data-ad-status="unfilled"]) {
  display: none;
}

@media (min-width: 500px) {
  .ws-space-ad .adsbygoogle {
    width: min(468px, 100%);
    height: 60px;
  }
}

@media (min-width: 800px) {
  .ws-space-ad .adsbygoogle {
    width: min(728px, 100%);
    height: 90px;
  }
}

@media (max-width: 680px) {
  .ws-space-ad {
    margin-top: 24px;
  }
}
