.explainer-page-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
}

.explainer-main-content {
  width: 100%;
  max-width: 1000px;
}

.explainer-sidebar {
  display: none;
}

.explainer-sidebar .sidebar-sticky-ad {
  position: sticky;
  top: 80px;
  margin-top: 1.5rem;
  padding: 1rem;
  min-height: 250px;
  background: #ffffff;
  border: 1px solid #f0f0f0;
  border-radius: 12px;
  text-align: center;
}

.explainer-sidebar .sidebar-sticky-ad .adsbygoogle {
  width: 100%;
  display: block;
}

.explainer-sidebar .sidebar-sticky-ad.ad-unfilled {
  display: none;
}

.explainer-top-ad {
  margin: 20px auto;
  padding: 20px;
  text-align: center;
  width: 100%;
  max-width: 728px;
}

.explainer-top-ad .adsbygoogle {
  display: block;
  width: 100%;
}

.explainer-navigation {
  text-align: center;
  margin: 40px 20px;
  padding: 0 20px;
}

.explainer-nav-btn {
  display: inline-block;
  padding: 12px 24px;
  background: linear-gradient(135deg, #2196F3, #1976D2);
  color: white;
  text-decoration: none;
  border-radius: 12px;
  font-weight: 500;
  font-size: 14px;
  box-shadow: 0 4px 12px rgba(33, 150, 243, 0.3);
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.explainer-nav-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(33, 150, 243, 0.4);
  color: white;
  text-decoration: none;
}

.explainer-above-rss-ad {
  margin: 40px 0;
  padding: 20px;
  text-align: center;
  background: #f8f9fa;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
}

.explainer-above-rss-ad .adsbygoogle {
  width: 100%;
  display: block;
}

/* Advertisement label styling */
.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;
}

.explainer-bottom-ad {
  margin: 40px 0 20px 0;
  padding: 20px;
  text-align: center;
  width: 100%;
  background: #f8f9fa;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
}

.explainer-bottom-ad .adsbygoogle {
  width: 100%;
  display: block;
}

@media (min-width: 1380px) {
  .explainer-page-wrapper {
    display: flex;
    gap: 2rem;
    max-width: 1340px;
  }

  .explainer-main-content {
    flex: 1;
    min-width: 0;
  }

  .explainer-sidebar {
    display: block;
    width: 300px;
    flex-shrink: 0;
    align-self: stretch;
  }
}

@media (max-width: 768px) {
  .explainer-top-ad {
    margin: 10px auto;
    padding: 16px;
  }

  .explainer-bottom-ad {
    margin: 32px 0;
    padding: 16px;
  }
}
