/* stylesheet_9.css - SEO Section and Typography Rhythms */
.seo-text-block {
  line-height: 1.8;
  color: var(--brand-text-primary);
}

.seo-text-block h2 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  color: white;
}

.seo-text-block p {
  margin-bottom: 1.25rem;
}

.seo-text-block table {
  width: 100%;
  border-collapse: collapse;
  margin: 2rem 0;
  background: rgba(255,255,255,0.03);
  border-radius: 0.75rem;
  overflow: hidden;
}