.ad-wrap {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  margin: 16px 0;
  padding: 12px;
}

.ad-slot {
  align-items: center;
  border: 1px dashed #d9d9d9;
  border-radius: 8px;
  color: #9aa0a6;
  display: flex;
  font-size: 12px;
  justify-content: center;
  letter-spacing: 0.08em;
  min-height: 120px;
  text-transform: uppercase;
}

.ad-slot--banner {
  min-height: 180px;
}

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

.ad-label {
  pointer-events: none;
}
