html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

.ad-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 22px 0;
}

.ad-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  max-width: 360px;
  min-height: 76px;
  padding: 10px;
  border: 1px dashed rgba(100, 116, 139, 0.35);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
}

.ad-box--hero {
  min-height: 126px;
}

.ad-box--rect {
  min-height: 288px;
}

.ad-box--slim {
  min-height: 78px;
}

.ad-label {
  color: #94a3b8;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.gpt-ad {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.gpt-ad[data-ad-size="300x250"] {
  width: 300px;
  min-width: 300px;
  min-height: 250px;
}

.gpt-ad[data-ad-size="300x100"] {
  width: 300px;
  min-width: 300px;
  min-height: 100px;
}

.gpt-ad[data-ad-size="320x50"] {
  width: 320px;
  max-width: 100%;
  min-height: 50px;
}

.gpt-ad[data-ad-size="300x50"] {
  width: 300px;
  min-width: 300px;
  min-height: 50px;
}

.ad-grid-slot {
  grid-column: 1 / -1;
}

.ad-wrap[data-gpt-empty="true"] .ad-box {
  opacity: 0.72;
}

@media (min-width: 768px) {
  .ad-wrap {
    margin: 30px 0;
  }

  .ad-box--wide {
    max-width: 760px;
  }
}
