.premium-ad-section {
  padding: 13px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.premium-ad-label {
  display: block;
  margin-bottom: 4px;
  color: #8797a1;
  font-size: 10px;
  letter-spacing: .08em;
  text-align: center;
  text-transform: uppercase;
}

.premium-ad-shell {
  display: flex;
  min-height: 90px;
  align-items: center;
  justify-content: center;
}

@media (max-width: 680px) {
  .premium-ad-shell {
    min-height: 50px;
  }
}
