.seo-fallback {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 600px;
  width: 90%;
  padding: 2rem;
  background: var(--background-color, #1a1a2e);
  border: 2px solid var(--accent-color, #e94560);
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  z-index: 9999;
}

.seo-fallback p {
  color: var(--text-color, #eee);
  font-size: 1.1rem;
  line-height: 1.6;
  margin: 1rem 0;
}

.seo-fallback p:first-child {
  font-weight: bold;
  color: var(--accent-color, #e94560);
  font-size: 1.3rem;
}
