/*
Theme Name: Noman Custom Finance Theme (Magazine Pro)
Theme URI: https://nomanraja.com
Author: Noman Raja (AI AutoBlog Division)
Description: A premium magazine-style theme with grid layouts, hero sections, and high AdSense optimization.
Version: 2.0
Text Domain: noman-custom
*/

body {
    font-family: 'Inter', system-ui, sans-serif;
    background-color: #f3f4f6;
    color: #1f2937;
}
.ad-slot-placeholder {
    display: none; /* Hidden until AdSense is approved */
}
.nav-links { display: flex !important; gap: 10px !important; flex-wrap: wrap !important; justify-content: center !important; align-items: center !important; width: 100% !important; }
.nav-links .page-numbers { padding: 10px 18px !important; background: #f3f4f6 !important; color: #374151 !important; font-weight: 800 !important; border-radius: 8px !important; transition: 0.3s !important; text-decoration: none !important; }
.nav-links .page-numbers:hover { background: #e5e7eb !important; }
.nav-links .current { background: #2563eb !important; color: white !important; }
