/*
Theme Name: SeoRankGenie
Theme URI: https://seorankgenie.com
Author: Next Source AI Ltd
Author URI: https://seorankgenie.com
Description: On-brand SeoRankGenie theme. Makes every WordPress blog post match the official static website by loading /genie.css and wrapping content in the SeoRankGenie nav, hero and footer. Classic theme — overrides the default block theme.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: seorankgenie
*/

/* All visual styling is inherited from the site's /genie.css (enqueued in functions.php).
   A few safe fallbacks below in case a variable is missing. */
body { background:#06040f; color:#f0ecff; }
.prose { line-height:1.75; }
.prose h2 { margin:34px 0 12px; }
.prose h3 { margin:24px 0 8px; }
.prose p, .prose ul, .prose ol { margin:0 0 16px; }
.prose ul, .prose ol { padding-left:22px; }
.prose a { color:#2dd4bf; }
.prose img { max-width:100%; height:auto; border-radius:12px; }
.prose table { width:100%; border-collapse:collapse; margin:0 0 20px; }
.prose th, .prose td { border:1px solid rgba(255,255,255,.12); padding:10px 12px; text-align:left; }
