/* Visible SEO blocks on About, FAQ, Contact, etc. — crawlable text for Google */
.fb-page-seo {
  max-width: 900px;
  margin: 0 auto 2rem;
  padding: 1.25rem 1.5rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 107, 107, 0.25);
  background: rgba(25, 10, 10, 0.45);
}

.fb-page-seo h2 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.65rem;
}

.fb-page-seo p {
  color: #ffd5d5;
  font-size: 0.95rem;
  line-height: 1.75;
  margin-bottom: 0.5rem;
}

.fb-page-seo p:last-child {
  margin-bottom: 0;
}

.fb-page-seo a {
  color: #ffb6b6;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 142, 142, 0.35);
  padding-bottom: 1px;
  transition: color 0.22s ease, border-color 0.22s ease, text-shadow 0.22s ease;
}

.fb-page-seo a:hover {
  color: #fff;
  border-bottom-color: #ff6b6b;
  text-shadow: 0 0 14px rgba(255, 107, 107, 0.45);
}
