/* SEO Section - Polymarket content */
/* Theme: #1d2b3a (dark) | #2c9cdb (accent) */

.seo-wrapper {
    max-width: 900px;
    margin: 2rem auto;
    padding: 2.5rem;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(29, 43, 58, 0.08);
    border: 1px solid rgba(44, 156, 219, 0.15);
    color: #1d2b3a;
}

.seo-wrapper .seo-heading-1 { font-size: 1.85rem; color: #1d2b3a; margin: 0 0 1.25rem; font-weight: 700; line-height: 1.3; }
.seo-wrapper .seo-heading-2 { font-size: 1.45rem; color: #1d2b3a; margin: 2rem 0 1rem; font-weight: 600; line-height: 1.35; }
.seo-wrapper .seo-heading-3 { font-size: 1.2rem; color: #1d2b3a; margin: 1.5rem 0 0.75rem; font-weight: 600; }
.seo-wrapper .seo-heading-4 { font-size: 1.05rem; color: #1d2b3a; margin: 1.25rem 0 0.5rem; font-weight: 600; }
.seo-wrapper .seo-heading-5 { font-size: 1rem; color: #1d2b3a; margin: 1rem 0 0.5rem; font-weight: 600; }
.seo-wrapper .seo-heading-6 { font-size: 0.95rem; color: #1d2b3a; margin: 0.75rem 0 0.4rem; font-weight: 600; }

.seo-wrapper .seo-text { margin: 0 0 1rem; line-height: 1.7; color: #333; }
.seo-wrapper .seo-intro { margin-bottom: 2rem; }

.seo-wrapper .seo-img-wrap { margin: 1.5rem 0; text-align: center; }
.seo-wrapper .seo-img-wrap img { max-width: 100%; height: auto; border-radius: 8px; border: 1px solid rgba(44, 156, 219, 0.2); }
.seo-wrapper .seo-feature-list { list-style: none; padding: 0; margin: 0 0 2rem; }
.seo-wrapper .seo-feature-list li { padding: 0.5rem 0 0.5rem 1.5rem; position: relative; line-height: 1.6; color: #333; }
.seo-wrapper .seo-feature-list li::before { content: ""; position: absolute; left: 0; top: 0.65rem; width: 6px; height: 6px; background: #2c9cdb; border-radius: 50%; }

.seo-wrapper .seo-faq-item { margin-bottom: 1rem; border: 1px solid rgba(44, 156, 219, 0.2); border-radius: 8px; overflow: hidden; }
.seo-wrapper .seo-faq-q { padding: 0.9rem 1rem; background: rgba(44, 156, 219, 0.06); font-weight: 600; color: #1d2b3a; margin: 0; }
.seo-wrapper .seo-faq-a { padding: 1rem; margin: 0; line-height: 1.65; color: #333; }

.seo-wrapper .seo-review { padding: 1rem; margin-bottom: 1rem; background: #f8fafc; border-radius: 8px; border-left: 4px solid #2c9cdb; }
.seo-wrapper .seo-review-name { font-weight: 600; color: #1d2b3a; margin-bottom: 0.25rem; }
.seo-wrapper .seo-review-text { margin: 0; line-height: 1.6; color: #444; }

.seo-wrapper .seo-link-internal { color: #2c9cdb; text-decoration: none; }
.seo-wrapper .seo-link-internal:hover { text-decoration: underline; }
.seo-wrapper .seo-link-external { color: #2c9cdb; text-decoration: none; }
.seo-wrapper .seo-link-external:hover { text-decoration: underline; }

.seo-wrapper .seo-share { margin: 2rem 0; padding: 1rem; background: rgba(44, 156, 219, 0.08); border-radius: 8px; }
.seo-wrapper .seo-share-links { display: flex; gap: 0.75rem; flex-wrap: wrap; margin-top: 0.5rem; }
.seo-wrapper .seo-share-links a { color: #2c9cdb; text-decoration: none; font-weight: 500; }
.seo-wrapper .seo-share-links a:hover { text-decoration: underline; }

@media (max-width: 640px) {
    .seo-wrapper { padding: 1.25rem; margin: 1rem auto; }
}
