/* SEO helper styles - matches existing site typography */
.seo-breadcrumbs {
  font-size: 12px;
  color: #888;
  margin: 0 0 12px 0;
  padding: 0;
}
.seo-breadcrumbs a {
  color: #666;
  text-decoration: none;
}
.seo-breadcrumbs a:hover {
  text-decoration: underline;
}
.seo-cta {
  margin: 16px 0;
  padding: 12px 14px;
  background: #f7f7f7;
  border: 1px solid #e5e5e5;
}
.seo-cta a {
  font-weight: bold;
}
.seo-footer-links {
  font-size: 12px;
  color: #888;
  margin-top: 6px;
}
.seo-footer-links a {
  color: #666;
  text-decoration: none;
  margin: 0 6px 0 0;
}
.seo-service-area {
  font-size: 12px;
  color: #888;
  margin-top: 4px;
}
.seo-faq dt {
  font-weight: bold;
  margin-top: 10px;
}
.seo-faq dd {
  margin: 4px 0 0 0;
}
