.post-mid-ad {
  margin: 48px 0;
  padding: 28px 0;
  text-align: center;
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
  min-height: 280px;
  contain: layout;
}

.post-mid-ad .adsbygoogle {
  width: 100%;
  display: block;
  min-height: 250px;
}

/* Advertisement label styling (used by tools, explainers, home, etc.) */
.ad-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 12px;
}

.ad-label::before,
.ad-label::after {
  content: '';
  flex: 1;
  max-width: 120px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #d1d5db, transparent);
}

.ad-label-text {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #6b7280;
}

/* Multiplex ad below related posts */
.post-below-related-ad {
  margin: 40px 0;
  text-align: center;
  min-height: 320px;
  contain: layout;
}

.post-below-related-ad .adsbygoogle {
  width: 100%;
  display: block;
  min-height: 280px;
}

@media (max-width: 768px) {
  .post-mid-ad {
    margin: 36px 0;
    padding: 20px 0;
    min-height: 250px;
  }

  .post-below-related-ad {
    margin: 28px 0;
    min-height: 280px;
  }
}
