.ad-slot {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 96px;
  margin: 24px auto;
  border: 1px dashed #cbd5e1;
  border-radius: 14px;
  background: #f8fafc;
  color: #64748b;
  text-align: center;
  overflow: hidden;
}

.ad-slot__inner {
  display: grid;
  gap: 4px;
  padding: 14px;
}

.ad-slot__label {
  font-size: 11px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ad-slot__meta {
  font-size: 12px;
  line-height: 1.35;
}

.ad-slot[data-ad-status="placeholder"] .ad-slot__meta {
  display: none;
}

.ad-slot--top,
.ad-slot--mid,
.ad-slot--bottom {
  max-width: 970px;
}

.ad-slot--home {
  max-width: 970px;
  min-height: 120px;
}

.ad-slot--direct {
  border-style: solid;
}

@media (max-width: 760px) {
  .ad-slot {
    min-height: 74px;
    margin: 18px auto;
    border-radius: 12px;
  }
}

@media print {
  .ad-slot {
    display: none !important;
  }
}
