.ad-banner {
  width: 100%;
  max-width: var(--ad-w, 728px);
  height: var(--ad-h, 90px);
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  background: #eef1f5;
  border: 1px dashed #c3ccd6;
  border-radius: var(--radius-sm);
  color: var(--color-text-secondary);
}

.ad-banner__label {
  font-size: var(--fs-sm);
  font-weight: var(--fw-medium);
}

.ad-banner__size {
  font-size: var(--fs-xs);
  opacity: 0.7;
}