/**
 * Net Worth Niche Styles for GeneratePress
 * Celebrity Net Worth / Wealth / Biography Niche
 *
 * Colors:
 * - Primary (Trust/Authority): #1e3a5f (Dark Blue)
 * - Accent (Finance): #10b981 (Emerald Green)
 * - Gold: #fbbf24
 * - Background: #fff
 */

/* ============================================
   FEATURED IMAGE STYLING (ENSURE VISIBILITY)
   ============================================ */
/* Ensure featured images show on single posts */
.featured-image,
.page-header-image-single,
.page-header-image {
	display: block !important;
	visibility: visible !important;
	margin: 25px 0 !important;
	border-radius: 12px !important;
	overflow: hidden !important;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
}

.featured-image img,
.page-header-image-single img,
.page-header-image img {
	width: 100% !important;
	height: auto !important;
	display: block !important;
	object-fit: cover !important;
	border-radius: 12px !important;
}

/* ============================================
   REMOVE LARGE SEARCH FORMS
   ============================================ */
/* Hide large search forms from header/navigation */
.navigation-search,
.navigation-search .search-form,
.site-header .search-form:not(.search-modal-form),
.generate-navigation-search {
	display: none !important;
}

/* Hide large search from hero */
.networth-hero-section .search-form {
	display: none !important;
}

/* ============================================
   REMOVE FOOTER MENU FROM TOP/HEADER
   ============================================ */
/* Hide footer menu from top-bar (remove from top area) */
.top-bar .widget_nav_menu,
.top-bar nav,
.top-bar .widget_nav_menu ul,
.top-bar .widget_nav_menu li,
.top-bar .widget_nav_menu a,
.top-bar .widget_nav_menu > div,
.inside-top-bar .widget_nav_menu,
.inside-top-bar nav,
.inside-top-bar .widget_nav_menu ul {
	display: none !important;
}

/* Hide footer menu from header area */
.site-header .widget_nav_menu,
.site-header nav,
.inside-header .widget_nav_menu,
.site-branding .widget_nav_menu,
.header-widget .widget_nav_menu {
	display: none !important;
}

/* Hide entire top-bar if it only contains menu widget */
.top-bar:has(.widget_nav_menu:only-child),
.top-bar:has(.widget_nav_menu) {
	display: none !important;
}

/* Ensure footer menu ONLY shows in footer-bar */
.site-footer .widget_nav_menu,
.footer-bar .widget_nav_menu {
	/* Footer menu styling is defined below */
}

/* Keep only minimal icon search in menu bar (optional) */
.menu-bar-items .search-item {
	display: inline-block;
}

.menu-bar-items .search-item a {
	padding: 8px 12px;
	color: #1e3a5f;
	opacity: 0.8;
	transition: opacity 0.3s ease;
	text-decoration: none;
}

.menu-bar-items .search-item a:hover {
	opacity: 1;
}

/* ============================================
   FINANCE AUTHORITY HEADER DESIGN
   ============================================ */
.site-header {
	background: #1e293b !important; /* Dark navy/charcoal */
	box-shadow: 0 2px 8px rgba(0,0,0,0.15);
	position: sticky;
	top: 0;
	z-index: 1000;
	transition: box-shadow 0.3s ease;
}

.site-header.scrolled {
	box-shadow: 0 4px 12px rgba(0,0,0,0.25);
}

/* Header text - white */
.site-header {
	color: #fff !important;
}

.site-header a {
	color: #fff !important;
}

.site-header .inside-header {
	padding: 15px 0;
}

/* Compact header */
.site-header .site-branding {
	padding: 0;
}

/* ============================================
   NAVIGATION MENU - FINANCE AUTHORITY STYLE
   ============================================ */
.main-navigation {
	font-weight: 500;
	background: #1e293b !important; /* Dark navy background */
}

.main-navigation .main-nav > ul > li > a {
	color: #fff !important;
	font-size: 15px;
	font-weight: 500;
	padding: 12px 20px;
	transition: all 0.3s ease;
	position: relative;
	text-transform: none;
	letter-spacing: 0.3px;
}

/* Menu hover underline effect */
.main-navigation .main-nav > ul > li > a::after {
	content: '';
	position: absolute;
	bottom: 8px;
	left: 20px;
	right: 20px;
	height: 2px;
	background: #10b981;
	transform: scaleX(0);
	transition: transform 0.3s ease;
}

.main-navigation .main-nav > ul > li:hover > a::after,
.main-navigation .main-nav > ul > li[class*="current-menu-"] > a::after {
	transform: scaleX(1);
}

.main-navigation .main-nav > ul > li:hover > a {
	color: #10b981 !important;
}

.main-navigation .main-nav > ul > li[class*="current-menu-"] > a {
	color: #10b981 !important;
	font-weight: 600;
}

/* Mobile menu styling */
.menu-toggle,
.mobile-menu-control-wrapper .menu-toggle {
	background: transparent;
	color: #fff;
	border: 1px solid rgba(255,255,255,0.2);
}

.menu-toggle:hover,
.menu-toggle:focus {
	background: rgba(255,255,255,0.1);
	color: #10b981;
}

/* Submenu styling */
.main-navigation .main-nav ul ul {
	background: #0f172a !important;
	border: 1px solid rgba(255,255,255,0.1);
}

.main-navigation .main-nav ul ul li a {
	color: #e2e8f0 !important;
}

.main-navigation .main-nav ul ul li a:hover {
	background: rgba(16,185,129,0.1);
	color: #10b981 !important;
}

/* ============================================
   OPTIMIZED LOGO - NET WORTH AUTHORITY
   ============================================ */

/* ============================================
   IMAGE LOGO OPTIMIZATION (Custom Logo via Customizer)
   ============================================ */
.site-logo {
	display: flex;
	align-items: center;
	height: auto;
	line-height: 1;
	margin: 0;
	padding: 0;
}

.site-logo a {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	transition: transform 0.2s ease, opacity 0.2s ease;
	max-width: 100%;
}

.site-logo a:hover {
	opacity: 0.85;
	transform: translateY(-1px);
}

/* ============================================
   HIDE BLACK LOGO - REPLACE WITH TEXT LOGO
   ============================================ */
/* Hide any black/dark logo images in header */
.site-logo,
.site-logo .header-image,
.site-logo .is-logo-image,
.site-logo img {
	display: none !important; /* Hide black logo image */
}

/* Force show text logo "Guide Net Worth" instead */
.site-branding {
	display: flex !important;
	visibility: visible !important;
}

.site-branding .site-title,
.site-branding .main-title,
.site-branding .networth-site-title {
	display: block !important;
	visibility: visible !important;
	margin: 0 !important;
}

.site-branding .networth-logo-link {
	display: inline-flex !important;
	visibility: visible !important;
}

/* Retina/High DPI Optimization */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.site-logo .header-image,
	.site-logo .is-logo-image,
	.site-logo img {
		image-rendering: -webkit-optimize-contrast;
	}
}

/* ============================================
   TEXT-BASED LOGO "GUIDE NET WORTH"
   ============================================ */
.networth-site-title {
	margin: 0 !important;
	font-size: 0 !important;
	line-height: 1;
	height: auto;
}

.networth-logo-link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	text-decoration: none;
	color: #fff !important; /* White for dark header */
	transition: all 0.3s ease;
	padding: 6px 0;
	line-height: 1;
	height: 48px; /* Fixed height to prevent CLS */
	justify-content: flex-start;
}

.networth-logo-link:hover {
	color: #10b981 !important;
	transform: translateY(-1px);
}

/* Logo Icon - Subtle Wealth Symbol */
.networth-logo-icon {
	font-size: 28px;
	line-height: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	flex-shrink: 0;
	/* Subtle pulse animation - removed for performance */
}

.networth-logo-text {
	display: flex;
	flex-direction: column;
	line-height: 1.2;
	justify-content: center;
}

.networth-logo-main {
	font-family: 'DM Sans', 'Inter', sans-serif;
	font-size: 24px; /* Reduced from 28px for better header fit */
	font-weight: 700;
	letter-spacing: -0.4px;
	color: #fff !important;
	transition: color 0.3s ease;
	position: relative;
	display: inline-block;
	line-height: 1.2;
	white-space: nowrap;
}

.networth-logo-link:hover .networth-logo-main {
	color: #10b981 !important;
}

/* Clean gradient text effect */
.networth-logo-main {
	background: linear-gradient(135deg, #ffffff 0%, #e2e8f0 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.networth-logo-link:hover .networth-logo-main {
	background: linear-gradient(135deg, #10b981 0%, #34d399 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

/* Logo container adjustments */
.site-branding {
	display: flex;
	align-items: center;
	height: auto;
	line-height: 1;
	min-height: 48px;
}

.site-branding .networth-site-title {
	line-height: 1;
	margin: 0;
}

/* Prevent logo from breaking header height */
.site-header .inside-header {
	min-height: auto;
	display: flex;
	align-items: center;
}

/* ============================================
   RESPONSIVE LOGO SIZING
   ============================================ */
@media (max-width: 768px) {
	/* Mobile Image Logo */
	.site-logo .header-image,
	.site-logo .is-logo-image,
	.site-logo img {
		max-height: 36px !important; /* Mobile max height */
		min-width: 100px;
		min-height: 28px;
	}
	
	/* Mobile Text Logo */
	.networth-logo-link {
		height: 36px; /* Fixed mobile height */
		gap: 8px;
	}
	
	.networth-logo-icon {
		font-size: 22px;
		width: 28px;
		height: 28px;
	}
	
	.networth-logo-main {
		font-size: 20px;
	}
}

/* Ensure logo doesn't break on very small screens */
@media (max-width: 480px) {
	.site-logo .header-image,
	.site-logo .is-logo-image,
	.site-logo img {
		max-height: 32px !important;
		min-width: 80px;
		min-height: 24px;
	}
	
	.networth-logo-link {
		height: 32px;
		gap: 6px;
	}
	
	.networth-logo-icon {
		font-size: 20px;
		width: 24px;
		height: 24px;
	}
	
	.networth-logo-main {
		font-size: 18px;
	}
}

/* ============================================
   LOGO ACCESSIBILITY & SEO
   ============================================ */
/* Ensure logo is visible and crawlable */
.site-logo,
.site-branding {
	visibility: visible !important;
	display: flex !important;
}

/* Logo link accessibility */
.site-logo a:focus,
.networth-logo-link:focus {
	outline: 2px solid #10b981;
	outline-offset: 2px;
	border-radius: 4px;
}

/* Logo loading optimization - prevent CLS */
.site-logo img[loading="lazy"] {
	width: auto;
	height: auto;
}

/* ============================================
   HEADER LOGO BEFORE NAVIGATION MENU (HIDDEN - REMOVED)
   ============================================ */
.header-networth-logo {
	display: none !important; /* Remove logo from top */
}

.header-networth-logo a {
	display: inline-block !important;
	text-decoration: none !important;
	visibility: visible !important;
	opacity: 1 !important;
	transition: transform 0.3s ease, opacity 0.3s ease;
}

.header-networth-logo a:hover {
	opacity: 0.9;
	transform: translateY(-2px);
}

.header-networth-logo-link {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 15px !important;
	flex-wrap: wrap !important;
	transition: transform 0.3s ease, opacity 0.3s ease;
}

.header-networth-logo-link:hover {
	opacity: 0.95;
	transform: translateY(-2px);
}

/* Logo Icon - Gold Dollar Circle */
.header-networth-logo-link .logo-icon {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 50px !important;
	height: 50px !important;
	background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%) !important;
	border-radius: 50% !important;
	box-shadow: 0 4px 12px rgba(251, 191, 36, 0.4) !important;
	flex-shrink: 0 !important;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.header-networth-logo-link:hover .logo-icon {
	transform: scale(1.05);
	box-shadow: 0 6px 16px rgba(251, 191, 36, 0.5);
}

/* Logo Text Container */
.header-networth-logo-link .logo-text-container {
	display: flex !important;
	flex-direction: column !important;
	align-items: flex-start !important;
	line-height: 1.2 !important;
}

/* Main Logo Text: "Guide Net Worth" - Full Text */
.header-networth-logo-link .logo-main-text {
	font-family: 'DM Sans', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
	font-size: 36px !important;
	font-weight: 800 !important;
	letter-spacing: -0.8px !important;
	display: block !important;
	white-space: nowrap !important;
	text-shadow: 0 2px 6px rgba(0,0,0,0.3) !important;
	color: #ffffff !important;
}

.header-networth-logo-link .logo-main-text span:first-child {
	color: #ffffff !important;
}

.header-networth-logo-link .logo-main-text span:last-child {
	color: #fbbf24 !important;
}

/* Tagline */
.header-networth-logo-link .logo-tagline {
	font-family: 'DM Sans', 'Inter', sans-serif !important;
	font-size: 12px !important;
	font-weight: 500 !important;
	color: #cbd5e1 !important;
	margin-top: 4px !important;
	letter-spacing: 0.8px !important;
	opacity: 0.9 !important;
}

/* Growth Icon */
.header-networth-logo-link .logo-growth-icon {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 40px !important;
	height: 40px !important;
	flex-shrink: 0 !important;
	opacity: 0.9 !important;
	transition: transform 0.3s ease, opacity 0.3s ease;
}

.header-networth-logo-link:hover .logo-growth-icon {
	transform: translateY(-3px);
	opacity: 1;
}

.header-networth-logo a:hover .header-networth-logo-image {
	filter: drop-shadow(0 4px 12px rgba(0,0,0,0.3));
}

/* Logo animation on load */
@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translateY(-15px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* Responsive logo sizing */
@media (max-width: 768px) {
	.header-networth-logo {
		padding: 18px 15px 15px;
	}
	
	.header-networth-logo-link {
		gap: 12px !important;
	}
	
	.header-networth-logo-link .logo-icon {
		width: 45px !important;
		height: 45px !important;
	}
	
	.header-networth-logo-link .logo-main-text {
		font-size: 28px !important;
	}
	
	.header-networth-logo-link .logo-tagline {
		font-size: 11px !important;
	}
	
	.header-networth-logo-link .logo-growth-icon {
		width: 35px !important;
		height: 35px !important;
	}
}

@media (max-width: 480px) {
	.header-networth-logo {
		padding: 15px 10px 12px;
	}
	
	.header-networth-logo-link {
		gap: 10px !important;
		flex-direction: row !important;
	}
	
	.header-networth-logo-link .logo-icon {
		width: 40px !important;
		height: 40px !important;
	}
	
	.header-networth-logo-link .logo-main-text {
		font-size: 24px !important;
		letter-spacing: -0.5px !important;
	}
	
	.header-networth-logo-link .logo-tagline {
		font-size: 10px !important;
		margin-top: 3px !important;
	}
	
	.header-networth-logo-link .logo-growth-icon {
		width: 30px !important;
		height: 30px !important;
	}
}

/* ============================================
   NET WORTH HERO SECTION (NO SEARCH)
   ============================================ */
/* Remove any white backgrounds from hero containers */
.networth-hero-section,
.networth-hero-section > *,
.networth-hero-section .site-main,
.networth-hero-section .content-area {
	background: transparent !important;
}

.networth-hero-section {
	background: linear-gradient(135deg, #1e3a5f 0%, #2c5282 100%) !important;
	color: #fff;
	padding: 80px 20px;
	text-align: center;
	margin-bottom: 50px;
	border-radius: 0;
	position: relative;
	overflow: hidden;
}

.networth-hero-section .hero-background-pattern {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.05;
	background-image: radial-gradient(circle at 2px 2px, #fff 1px, transparent 0);
	background-size: 40px 40px;
}

.networth-hero-section .inside-article {
	position: relative;
	z-index: 1;
	background: transparent !important;
	padding: 0 !important;
	margin: 0 !important;
	border: none !important;
	box-shadow: none !important;
	border-radius: 0 !important;
}

.networth-hero-section .hero-title {
	font-size: 48px;
	font-weight: 700;
	margin-bottom: 20px;
	line-height: 1.2;
	letter-spacing: -0.5px;
}

.networth-hero-section .hero-subtitle {
	font-size: 20px;
	margin-bottom: 40px;
	opacity: 0.95;
	line-height: 1.6;
	font-weight: 300;
}

/* Hero CTA Buttons */
.hero-cta-buttons {
	display: flex;
	gap: 15px;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.hero-cta-btn {
	display: inline-block;
	background: #10b981;
	color: #fff;
	padding: 14px 32px;
	border-radius: 8px;
	text-decoration: none;
	font-weight: 600;
	font-size: 16px;
	transition: all 0.3s ease;
	box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.hero-cta-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(0,0,0,0.25);
	background: #059669;
	color: #fff;
}

.hero-cta-btn.secondary {
	background: rgba(255,255,255,0.15);
	border: 2px solid rgba(255,255,255,0.3);
	box-shadow: none;
}

.hero-cta-btn.secondary:hover {
	background: rgba(255,255,255,0.25);
	border-color: rgba(255,255,255,0.5);
}

.networth-hero-section .trust-badge {
	margin-top: 25px;
	font-size: 14px;
	opacity: 0.9;
}

.networth-hero-section .trust-badge span {
	background: rgba(255,255,255,0.15);
	padding: 8px 20px;
	border-radius: 20px;
	display: inline-block;
	backdrop-filter: blur(10px);
}

/* ============================================
   NET WORTH CARDS (Wealth Cards)
   ============================================ */
.networth-cards-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 25px;
}

.networth-card {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.1);
	overflow: hidden;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.networth-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.networth-card .card-image {
	height: 200px;
	overflow: hidden;
	background: #f5f5f5;
}

.networth-card .card-content {
	padding: 20px;
}

.networth-card .card-title {
	margin: 0 0 10px;
	font-size: 20px;
	font-weight: 600;
}

.networth-card .card-title a {
	color: #1e3a5f;
	text-decoration: none;
}

.networth-card .card-title a:hover {
	color: #10b981;
	text-decoration: underline;
}

.networth-card .card-excerpt {
	color: #666;
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 15px;
}

.view-profile-btn {
	display: inline-block;
	background: #10b981;
	color: #fff;
	padding: 10px 20px;
	border-radius: 6px;
	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
	transition: background 0.3s ease;
}

.view-profile-btn:hover {
	background: #059669;
	color: #fff;
}

/* ============================================
   NET WORTH SUMMARY BOX (Sticky)
   ============================================ */
.networth-summary-box {
	background: linear-gradient(135deg, #1e3a5f 0%, #2c5282 100%);
	color: #fff;
	padding: 30px;
	border-radius: 12px;
	margin: 25px 0;
	box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

@media (min-width: 769px) {
	.networth-summary-box {
		position: sticky;
		top: 20px;
		z-index: 10;
	}
}

.networth-summary-box h3 {
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 20px;
	text-align: center;
	border-bottom: 2px solid rgba(255,255,255,0.3);
	padding-bottom: 15px;
}

.networth-stats {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	gap: 20px;
	text-align: center;
}

.networth-stats .stat-label {
	font-size: 12px;
	opacity: 0.9;
	margin-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.networth-stats .stat-value {
	font-size: 28px;
	font-weight: 700;
}

.networth-stats .stat-value[style*="#fbbf24"],
.networth-stats .stat-value[style*="gold"] {
	color: #fbbf24 !important;
}

.networth-stats .stat-value[style*="#10b981"],
.networth-stats .stat-value[style*="green"] {
	color: #10b981 !important;
}

/* ============================================
   BIOGRAPHY & CONTENT SECTIONS
   ============================================ */
.biography-section,
.income-sources-section,
.assets-section,
.social-media-section,
.timeline-section {
	margin: 40px 0;
	padding: 30px;
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
}

.biography-section h2,
.income-sources-section h2,
.assets-section h2,
.social-media-section h2,
.timeline-section h2 {
	font-size: 28px;
	font-weight: 700;
	color: #1e3a5f;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.biography-section h2 {
	border-bottom: 3px solid #10b981;
}

.income-sources-section h2 {
	border-bottom: 3px solid #f59e0b;
}

.assets-section h2 {
	border-bottom: 3px solid #8b5cf6;
}

.social-media-section h2 {
	border-bottom: 3px solid #ec4899;
}

.timeline-section h2 {
	border-bottom: 3px solid #06b6d4;
}

/* ============================================
   INTRO PARAGRAPH
   ============================================ */
.intro-paragraph {
	font-size: 18px;
	line-height: 1.8;
	color: #374151;
	margin-bottom: 30px;
	padding: 20px;
	background: #f9fafb;
	border-left: 4px solid #10b981;
	border-radius: 4px;
}

/* ============================================
   FAQ SECTION (Schema-friendly)
   ============================================ */
.faqs-section {
	margin: 40px 0;
	padding: 30px;
	background: #f9fafb;
	border-radius: 8px;
}

.faqs-section h2 {
	font-size: 28px;
	font-weight: 700;
	color: #1e3a5f;
	margin-bottom: 25px;
}

.faqs-list > div {
	margin-bottom: 20px;
	padding: 20px;
	background: #fff;
	border-radius: 8px;
	border-left: 4px solid #10b981;
}

.faqs-list h3 {
	font-size: 18px;
	font-weight: 600;
	color: #1e3a5f;
	margin: 0 0 10px;
}

.faqs-list p {
	color: #374151;
	line-height: 1.8;
	font-size: 15px;
	margin: 0;
}

/* ============================================
   SOURCES & REFERENCES SECTION (EEAT)
   ============================================ */
.sources-section {
	margin: 40px 0;
	padding: 30px;
	background: #f0f9ff;
	border: 1px solid #bae6fd;
	border-radius: 8px;
}

.sources-section h2 {
	font-size: 24px;
	font-weight: 700;
	color: #1e3a5f;
	margin-bottom: 15px;
}

.sources-section p {
	color: #374151;
	line-height: 1.7;
	font-size: 14px;
	margin: 0;
}

/* ============================================
   AUTHOR BOX (EEAT Signal)
   ============================================ */
.networth-author-box {
	margin: 40px 0;
	padding: 30px;
	background: #f9fafb;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	border-left: 4px solid #1e3a5f;
}

.networth-author-box > div {
	display: flex;
	align-items: flex-start;
	gap: 20px;
	flex-wrap: wrap;
}

.networth-author-box img {
	border-radius: 50%;
	border: 3px solid #10b981;
}

.networth-author-box h3 {
	font-size: 20px;
	font-weight: 700;
	color: #1e3a5f;
	margin: 0 0 10px;
}

.networth-author-box p {
	color: #374151;
	line-height: 1.7;
	margin: 0;
}

/* ============================================
   SECTION TITLES
   ============================================ */
.section-title {
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 30px;
	color: #1e3a5f;
	text-align: center;
}

/* ============================================
   TRENDING CELEBRITIES
   ============================================ */
.category-tabs {
	display: flex;
	gap: 15px;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.category-tab {
	padding: 12px 24px;
	border: none;
	border-radius: 6px;
	cursor: pointer;
	font-weight: 600;
	transition: all 0.3s ease;
}

.category-tab.active {
	background: #1e3a5f;
	color: #fff;
}

.category-tab:not(.active) {
	background: #e5e7eb;
	color: #1e3a5f;
}

.category-tab:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.trending-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	gap: 20px;
}

.trending-card {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	padding: 15px;
	text-align: center;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.trending-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.trending-card img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: 3px solid #10b981;
	object-fit: cover;
}

.trending-card h4 {
	margin: 0;
	font-size: 16px;
}

.trending-card h4 a {
	color: #1e3a5f;
	text-decoration: none;
	font-weight: 600;
}

.trending-card h4 a:hover {
	color: #10b981;
}

/* ============================================
   LAST UPDATED NOTICE
   ============================================ */
.last-updated-notice {
	background: #fef3c7;
	border-left: 4px solid #f59e0b;
	padding: 15px 20px;
	margin: 20px 0;
	border-radius: 4px;
	font-size: 14px;
	color: #92400e;
}

/* ============================================
   RESPONSIVE DESIGN
   ============================================ */
@media (max-width: 768px) {
	.networth-hero-section .hero-title {
		font-size: 28px;
	}

	.networth-hero-section .hero-subtitle {
		font-size: 16px;
	}

	.networth-cards-grid {
		grid-template-columns: 1fr;
	}

	.networth-summary-box {
		position: relative;
	}

	.networth-stats {
		grid-template-columns: 1fr;
	}

	.section-title {
		font-size: 24px;
	}

	.category-tabs {
		flex-direction: column;
	}

	.category-tab {
		width: 100%;
	}

	.biography-section,
	.income-sources-section,
	.assets-section,
	.social-media-section,
	.timeline-section {
		padding: 20px;
	}

	.networth-author-box > div {
		flex-direction: column;
		text-align: center;
	}
}

/* ============================================
   TYPOGRAPHY ENHANCEMENTS
   ============================================ */
/* Import modern fonts */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=DM+Sans:wght@400;500;600;700&display=swap');

body {
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

h1, h2, h3, h4, h5, h6,
.hero-title,
.section-title {
	font-family: 'DM Sans', 'Inter', sans-serif;
	font-weight: 600;
	letter-spacing: -0.02em;
}

/* Modern color palette */
:root {
	--nw-primary: #1e3a5f;
	--nw-accent: #10b981;
	--nw-gold: #fbbf24;
	--nw-text: #374151;
	--nw-text-light: #6b7280;
	--nw-border: #e5e7eb;
	--nw-bg: #f9fafb;
}

/* ============================================
   MODERN CARD ENHANCEMENTS
   ============================================ */
.networth-card {
	border-radius: 16px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.08);
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.networth-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 12px 32px rgba(0,0,0,0.12);
}

/* Net Worth highlighted in bold */
.networth-card .networth-value,
.networth-summary-box .stat-value {
	font-weight: 700;
	color: var(--nw-gold);
	font-size: 1.5em;
}

/* ============================================
   PERFORMANCE OPTIMIZATIONS
   ============================================ */
.networth-card img,
.trending-card img {
	content-visibility: auto;
}

/* Prevent CLS (Cumulative Layout Shift) */
.networth-card .card-image {
	min-height: 200px;
}

.networth-summary-box {
	contain: layout style paint;
}

/* Optimize font rendering */
* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Smooth scrolling */
html {
	scroll-behavior: smooth;
}

/* ============================================
   SIDEBAR - CELEBRITY NET WORTH AUTHORITY
   ============================================ */

/* Sidebar Container - Light Gray Background */
.sidebar,
.widget-area {
	background: #f9fafb !important;
	padding: 20px !important;
}

.inside-right-sidebar,
.inside-left-sidebar {
	padding: 0 !important;
}

/* ============================================
   SIDEBAR WIDGETS - CARD-BASED DESIGN
   ============================================ */
.sidebar .widget,
.widget-area .widget {
	background: #ffffff !important;
	border: 1px solid #e5e7eb !important;
	border-radius: 12px !important;
	padding: 25px !important;
	margin-bottom: 25px !important;
	box-shadow: 0 2px 8px rgba(0,0,0,0.06) !important;
	transition: all 0.3s ease !important;
	position: relative;
	overflow: hidden;
}

.sidebar .widget:hover,
.widget-area .widget:hover {
	box-shadow: 0 6px 16px rgba(0,0,0,0.1) !important;
	transform: translateY(-2px);
}

.sidebar .widget-title,
.widget-area .widget-title {
	font-family: 'DM Sans', 'Inter', sans-serif !important;
	font-size: 20px !important;
	font-weight: 700 !important;
	color: #1e3a5f !important;
	margin: 0 0 20px 0 !important;
	padding: 0 0 15px 0 !important;
	border-bottom: 3px solid #fbbf24 !important;
	text-transform: none !important;
	letter-spacing: -0.3px !important;
	line-height: 1.3 !important;
}

/* ============================================
   CELEBRITY NET WORTH SNAPSHOT (Top Widget)
   ============================================ */
.widget_networth_snapshot {
	background: linear-gradient(135deg, #1e3a5f 0%, #2c5282 100%) !important;
	color: #fff !important;
	border: none !important;
	padding: 30px 25px !important;
	text-align: center !important;
}

.widget_networth_snapshot .widget-title {
	color: #fff !important;
	border-bottom-color: rgba(255,255,255,0.3) !important;
}

.widget_networth_snapshot .celebrity-image {
	width: 80px !important;
	height: 80px !important;
	border-radius: 50% !important;
	border: 3px solid #fbbf24 !important;
	margin: 0 auto 15px !important;
	display: block !important;
	object-fit: cover !important;
}

.widget_networth_snapshot .celebrity-name {
	font-size: 22px !important;
	font-weight: 700 !important;
	color: #fff !important;
	margin: 0 0 8px !important;
}

.widget_networth_snapshot .celebrity-profession {
	font-size: 14px !important;
	color: #cbd5e1 !important;
	margin-bottom: 15px !important;
}

.widget_networth_snapshot .net-worth-value {
	font-size: 28px !important;
	font-weight: 800 !important;
	color: #fbbf24 !important;
	margin: 15px 0 !important;
}

.widget_networth_snapshot .view-profile-link {
	display: inline-block !important;
	background: #10b981 !important;
	color: #fff !important;
	padding: 10px 24px !important;
	border-radius: 6px !important;
	text-decoration: none !important;
	font-weight: 600 !important;
	font-size: 14px !important;
	margin-top: 15px !important;
	transition: all 0.3s ease !important;
}

.widget_networth_snapshot .view-profile-link:hover {
	background: #059669 !important;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

/* ============================================
   TRENDING CELEBRITIES WIDGET
   ============================================ */
.widget_networth_trending ul li,
.widget_recent_entries li {
	display: flex !important;
	align-items: center !important;
	gap: 12px !important;
	padding: 15px 0 !important;
	border-bottom: 1px solid #f3f4f6 !important;
	transition: all 0.2s ease !important;
	list-style: none !important;
}

.widget_networth_trending ul li:last-child,
.widget_recent_entries li:last-child {
	border-bottom: none !important;
}

.widget_networth_trending ul li:hover,
.widget_recent_entries li:hover {
	padding-left: 5px !important;
	background: #f9fafb !important;
	margin: 0 -15px !important;
	padding-left: 10px !important;
	padding-right: 15px !important;
	border-radius: 6px !important;
}

.widget_networth_trending .trending-thumbnail,
.widget_recent_entries .post-thumbnail {
	width: 50px !important;
	height: 50px !important;
	border-radius: 8px !important;
	object-fit: cover !important;
	flex-shrink: 0 !important;
	border: 2px solid #e5e7eb !important;
}

.widget_networth_trending .trending-name,
.widget_recent_entries .post-title {
	font-size: 15px !important;
	font-weight: 600 !important;
	color: #1e3a5f !important;
	margin: 0 0 4px !important;
	line-height: 1.3 !important;
}

.widget_networth_trending .trending-profession,
.widget_recent_entries .post-date {
	font-size: 13px !important;
	color: #6b7280 !important;
}

/* Trending Icon */
.widget_networth_trending::before {
	content: '🔥';
	font-size: 18px;
	margin-right: 8px;
	vertical-align: middle;
}

.widget_networth_trending .widget-title::before {
	content: '🔥 ';
	font-size: 20px;
	margin-right: 6px;
}

/* ============================================
   RECENTLY UPDATED NET WORTH
   ============================================ */
.widget_recent_posts ul li,
.widget_recent_comments ul li {
	padding: 14px 0 !important;
	border-bottom: 1px solid #f3f4f6 !important;
	list-style: none !important;
}

.widget_recent_posts ul li:last-child {
	border-bottom: none !important;
}

.widget_recent_posts .post-title {
	font-size: 15px !important;
	font-weight: 600 !important;
	color: #1e3a5f !important;
	margin-bottom: 6px !important;
	line-height: 1.4 !important;
}

.widget_recent_posts .updated-date {
	font-size: 12px !important;
	color: #10b981 !important;
	font-weight: 500 !important;
	display: inline-flex !important;
	align-items: center !important;
	gap: 5px !important;
}

.widget_recent_posts .updated-date::before {
	content: '✓ ';
	font-size: 11px;
}

/* ============================================
   CATEGORIES WITH ICONS (Celebrity Types)
   ============================================ */
.widget_categories ul,
.widget_archive ul,
.widget_pages ul {
	list-style: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

.widget_categories ul li,
.widget_archive ul li,
.widget_pages ul li {
	padding: 12px 0 !important;
	border-bottom: 1px solid #f3f4f6 !important;
	display: flex !important;
	align-items: center !important;
	transition: all 0.2s ease !important;
}

.widget_categories ul li:last-child,
.widget_archive ul li:last-child {
	border-bottom: none !important;
}

.widget_categories ul li::before {
	content: '💰' !important;
	font-size: 18px !important;
	margin-right: 10px !important;
	flex-shrink: 0 !important;
}

/* Category-specific icons */
.widget_categories ul li:has(a[href*="actor"])::before { content: '🎬' !important; }
.widget_categories ul li:has(a[href*="athlete"])::before { content: '⚽' !important; }
.widget_categories ul li:has(a[href*="influencer"])::before { content: '📱' !important; }
.widget_categories ul li:has(a[href*="business"])::before { content: '💼' !important; }
.widget_categories ul li:has(a[href*="musician"])::before { content: '🎵' !important; }

.widget_categories ul li:hover,
.widget_archive ul li:hover {
	padding-left: 5px !important;
	background: #f9fafb !important;
	margin: 0 -15px !important;
	padding-left: 10px !important;
	padding-right: 15px !important;
	border-radius: 6px !important;
}

.widget_categories a,
.widget_archive a,
.widget_pages a {
	color: #1e3a5f !important;
	text-decoration: none !important;
	font-weight: 500 !important;
	font-size: 15px !important;
	transition: color 0.2s ease !important;
	flex: 1 !important;
}

.widget_categories a:hover,
.widget_archive a:hover,
.widget_pages a:hover {
	color: #10b981 !important;
}

.widget_categories .count,
.widget_archive .count {
	color: #6b7280 !important;
	font-size: 13px !important;
	margin-left: auto !important;
	background: #f3f4f6 !important;
	padding: 2px 8px !important;
	border-radius: 12px !important;
}

/* ============================================
   TAG CLOUD - CELEBRITY TAGS
   ============================================ */
.widget_tag_cloud .tagcloud {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 8px !important;
}

.widget_tag_cloud .tagcloud a {
	display: inline-block !important;
	background: #f3f4f6 !important;
	color: #1e3a5f !important;
	padding: 6px 14px !important;
	border-radius: 20px !important;
	font-size: 13px !important;
	text-decoration: none !important;
	font-weight: 500 !important;
	transition: all 0.2s ease !important;
	border: 1px solid #e5e7eb !important;
}

.widget_tag_cloud .tagcloud a:hover {
	background: #10b981 !important;
	color: #fff !important;
	border-color: #10b981 !important;
	transform: translateY(-2px);
	box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

/* ============================================
   AUTHOR CREDIBILITY BOX (EEAT Signal)
   ============================================ */
.widget_networth_author {
	background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%) !important;
	border: 1px solid #bae6fd !important;
	padding: 25px !important;
	text-align: center !important;
}

.widget_networth_author .author-avatar {
	width: 70px !important;
	height: 70px !important;
	border-radius: 50% !important;
	border: 3px solid #10b981 !important;
	margin: 0 auto 15px !important;
	display: block !important;
}

.widget_networth_author .author-name {
	font-size: 18px !important;
	font-weight: 700 !important;
	color: #1e3a5f !important;
	margin: 0 0 8px !important;
}

.widget_networth_author .author-expertise {
	font-size: 13px !important;
	color: #10b981 !important;
	font-weight: 600 !important;
	margin-bottom: 12px !important;
	text-transform: uppercase !important;
	letter-spacing: 0.5px !important;
}

.widget_networth_author .author-bio {
	font-size: 14px !important;
	color: #374151 !important;
	line-height: 1.6 !important;
	margin: 0 !important;
}

/* ============================================
   FACT-CHECKED BADGE (EEAT)
   ============================================ */
.widget_networth_fact_check {
	background: #fef3c7 !important;
	border: 1px solid #fbbf24 !important;
	padding: 20px !important;
	text-align: center !important;
	border-left: 4px solid #f59e0b !important;
}

.widget_networth_fact_check .fact-check-icon {
	font-size: 28px !important;
	margin-bottom: 10px !important;
}

.widget_networth_fact_check .fact-check-text {
	font-size: 14px !important;
	color: #92400e !important;
	font-weight: 600 !important;
	margin: 0 !important;
}

/* ============================================
   SIDEBAR WIDGET GENERAL STYLES
   ============================================ */
.sidebar .widget ul,
.widget-area .widget ul {
	list-style: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

.sidebar .widget a,
.widget-area .widget a {
	color: #1e3a5f !important;
	text-decoration: none !important;
	font-weight: 500 !important;
	transition: color 0.3s ease !important;
}

.sidebar .widget a:hover,
.widget-area .widget a:hover {
	color: #10b981 !important;
}

/* ============================================
   CELEBRITY PROFILE SNAPSHOT (Enhanced)
   ============================================ */
.widget_celebrity_profile {
	background: linear-gradient(135deg, #1e3a5f 0%, #2c5282 100%) !important;
	color: #fff !important;
	border: none !important;
	padding: 28px 25px !important;
	text-align: center !important;
	position: relative !important;
	overflow: hidden !important;
}

.widget_celebrity_profile::before {
	content: '';
	position: absolute;
	top: -50%;
	right: -50%;
	width: 200%;
	height: 200%;
	background: radial-gradient(circle, rgba(251,191,36,0.1) 0%, transparent 70%);
	pointer-events: none;
}

.widget_celebrity_profile .widget-title {
	color: #fff !important;
	border-bottom-color: rgba(255,255,255,0.3) !important;
	font-size: 18px !important;
	margin-bottom: 20px !important;
}

.widget_celebrity_profile .profile-image {
	width: 90px !important;
	height: 90px !important;
	border-radius: 50% !important;
	border: 4px solid #fbbf24 !important;
	margin: 0 auto 16px !important;
	display: block !important;
	object-fit: cover !important;
	position: relative !important;
	z-index: 1 !important;
	box-shadow: 0 4px 12px rgba(0,0,0,0.3) !important;
}

.widget_celebrity_profile .profile-name {
	font-size: 24px !important;
	font-weight: 700 !important;
	color: #fff !important;
	margin: 0 0 6px !important;
	position: relative !important;
	z-index: 1 !important;
}

.widget_celebrity_profile .profile-profession {
	font-size: 14px !important;
	color: #cbd5e1 !important;
	margin-bottom: 18px !important;
	position: relative !important;
	z-index: 1 !important;
}

.widget_celebrity_profile .profile-networth {
	font-size: 32px !important;
	font-weight: 800 !important;
	color: #fbbf24 !important;
	margin: 18px 0 !important;
	text-shadow: 0 2px 8px rgba(0,0,0,0.3) !important;
	position: relative !important;
	z-index: 1 !important;
}

.widget_celebrity_profile .profile-social {
	display: flex !important;
	justify-content: center !important;
	gap: 12px !important;
	margin-top: 20px !important;
	position: relative !important;
	z-index: 1 !important;
}

.widget_celebrity_profile .profile-social a {
	color: rgba(255,255,255,0.7) !important;
	font-size: 18px !important;
	text-decoration: none !important;
	transition: all 0.3s ease !important;
}

.widget_celebrity_profile .profile-social a:hover {
	color: #fbbf24 !important;
	transform: translateY(-2px);
}

/* ============================================
   NET WORTH QUICK FACTS BOX
   ============================================ */
.widget_networth_quick_facts {
	background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%) !important;
	border: 1px solid #bae6fd !important;
	padding: 25px !important;
}

.widget_networth_quick_facts .widget-title {
	border-bottom-color: #10b981 !important;
	margin-bottom: 20px !important;
}

.widget_networth_quick_facts .facts-list {
	list-style: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

.widget_networth_quick_facts .facts-list li {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	padding: 14px 0 !important;
	border-bottom: 1px solid #dbeafe !important;
}

.widget_networth_quick_facts .facts-list li:last-child {
	border-bottom: none !important;
}

.widget_networth_quick_facts .fact-label {
	display: flex !important;
	align-items: center !important;
	gap: 10px !important;
	font-size: 14px !important;
	color: #374151 !important;
	font-weight: 500 !important;
}

.widget_networth_quick_facts .fact-icon {
	font-size: 18px !important;
	width: 24px !important;
	text-align: center !important;
}

.widget_networth_quick_facts .fact-value {
	font-size: 16px !important;
	font-weight: 700 !important;
	color: #1e3a5f !important;
	text-align: right !important;
}

.widget_networth_quick_facts .fact-value.highlight {
	color: #10b981 !important;
	font-size: 18px !important;
}

/* ============================================
   POPULAR THIS WEEK BOX
   ============================================ */
.widget_popular_this_week {
	background: #fff !important;
	border: 2px solid #fbbf24 !important;
	position: relative !important;
}

.widget_popular_this_week::before {
	content: '🔥';
	position: absolute;
	top: -12px;
	right: 20px;
	font-size: 24px;
	background: #fff;
	padding: 0 8px;
}

.widget_popular_this_week .widget-title {
	border-bottom-color: #fbbf24 !important;
	margin-top: 10px !important;
}

.widget_popular_this_week .popular-list {
	list-style: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

.widget_popular_this_week .popular-list li {
	display: flex !important;
	align-items: center !important;
	gap: 14px !important;
	padding: 16px 0 !important;
	border-bottom: 1px solid #f3f4f6 !important;
	transition: all 0.2s ease !important;
}

.widget_popular_this_week .popular-list li:last-child {
	border-bottom: none !important;
}

.widget_popular_this_week .popular-list li:hover {
	background: #fffbeb !important;
	margin: 0 -15px !important;
	padding-left: 15px !important;
	padding-right: 15px !important;
	border-radius: 6px !important;
}

.widget_popular_this_week .popular-thumb {
	width: 60px !important;
	height: 60px !important;
	border-radius: 10px !important;
	object-fit: cover !important;
	border: 2px solid #fbbf24 !important;
	flex-shrink: 0 !important;
}

.widget_popular_this_week .popular-content {
	flex: 1 !important;
	min-width: 0 !important;
}

.widget_popular_this_week .popular-name {
	font-size: 15px !important;
	font-weight: 600 !important;
	color: #1e3a5f !important;
	margin: 0 0 6px !important;
	line-height: 1.3 !important;
}

.widget_popular_this_week .popular-tag {
	display: inline-block !important;
	font-size: 11px !important;
	font-weight: 600 !important;
	color: #92400e !important;
	background: #fef3c7 !important;
	padding: 3px 10px !important;
	border-radius: 12px !important;
	text-transform: uppercase !important;
	letter-spacing: 0.5px !important;
}

/* ============================================
   CELEBRITY BY CATEGORY (Enhanced Card UI)
   ============================================ */
.widget_celebrity_categories {
	background: #fff !important;
}

.widget_celebrity_categories .category-grid {
	display: grid !important;
	grid-template-columns: repeat(2, 1fr) !important;
	gap: 12px !important;
	margin-top: 10px !important;
}

.widget_celebrity_categories .category-card {
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	justify-content: center !important;
	padding: 18px 12px !important;
	background: #f9fafb !important;
	border: 2px solid #e5e7eb !important;
	border-radius: 10px !important;
	text-decoration: none !important;
	transition: all 0.3s ease !important;
	text-align: center !important;
}

.widget_celebrity_categories .category-card:hover {
	background: #f0fdf4 !important;
	border-color: #10b981 !important;
	transform: translateY(-3px);
	box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.widget_celebrity_categories .category-icon {
	font-size: 32px !important;
	margin-bottom: 8px !important;
	display: block !important;
}

.widget_celebrity_categories .category-name {
	font-size: 13px !important;
	font-weight: 600 !important;
	color: #1e3a5f !important;
	margin: 0 !important;
	line-height: 1.3 !important;
}

.widget_celebrity_categories .category-count {
	font-size: 11px !important;
	color: #6b7280 !important;
	margin-top: 4px !important;
}

/* ============================================
   TRUST & AUTHORITY MICRO SECTION
   ============================================ */
.widget_trust_authority {
	background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%) !important;
	border: 1px solid #10b981 !important;
	padding: 22px 20px !important;
	text-align: center !important;
	border-left: 4px solid #10b981 !important;
}

.widget_trust_authority .trust-text {
	font-size: 13px !important;
	color: #065f46 !important;
	line-height: 1.6 !important;
	margin: 0 0 16px !important;
	font-weight: 500 !important;
}

.widget_trust_authority .trust-badges {
	display: flex !important;
	flex-wrap: wrap !important;
	justify-content: center !important;
	gap: 8px !important;
}

.widget_trust_authority .trust-badge {
	display: inline-flex !important;
	align-items: center !important;
	gap: 6px !important;
	font-size: 11px !important;
	font-weight: 600 !important;
	color: #065f46 !important;
	background: #fff !important;
	padding: 6px 12px !important;
	border-radius: 16px !important;
	border: 1px solid #10b981 !important;
	text-transform: uppercase !important;
	letter-spacing: 0.5px !important;
}

.widget_trust_authority .trust-badge-icon {
	font-size: 12px !important;
}

/* ============================================
   BEHIND THE FAME / VLOG FEEL
   ============================================ */
.widget_behind_fame {
	background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%) !important;
	border: 1px solid #fbbf24 !important;
	padding: 24px 20px !important;
	text-align: center !important;
	border-radius: 12px !important;
	position: relative !important;
	overflow: hidden !important;
}

.widget_behind_fame::before {
	content: '✨';
	position: absolute;
	top: 10px;
	right: 15px;
	font-size: 24px;
	opacity: 0.3;
}

.widget_behind_fame .behind-fame-title {
	font-size: 16px !important;
	font-weight: 700 !important;
	color: #92400e !important;
	margin: 0 0 12px !important;
}

.widget_behind_fame .behind-fame-tags {
	display: flex !important;
	flex-wrap: wrap !important;
	justify-content: center !important;
	gap: 8px !important;
	margin-top: 12px !important;
}

.widget_behind_fame .fame-tag {
	display: inline-flex !important;
	align-items: center !important;
	gap: 5px !important;
	font-size: 12px !important;
	font-weight: 600 !important;
	color: #78350f !important;
	background: #fff !important;
	padding: 6px 14px !important;
	border-radius: 20px !important;
	border: 1px solid #fbbf24 !important;
}

.widget_behind_fame .fame-tag-icon {
	font-size: 14px !important;
}

/* ============================================
   MOBILE SIDEBAR EXPERIENCE
   ============================================ */
@media (max-width: 768px) {
	.sidebar,
	.widget-area {
		padding: 15px !important;
		margin-top: 30px !important;
	}
	
	.sidebar .widget,
	.widget-area .widget {
		padding: 20px !important;
		margin-bottom: 20px !important;
	}
	
	.sidebar .widget-title,
	.widget-area .widget-title {
		font-size: 18px !important;
	}
	
	.widget_networth_snapshot .net-worth-value,
	.widget_celebrity_profile .profile-networth {
		font-size: 24px !important;
	}
	
	.widget_networth_trending ul li,
	.widget_recent_entries li {
		padding: 12px 0 !important;
	}
	
	.widget_networth_trending .trending-thumbnail,
	.widget_recent_entries .post-thumbnail {
		width: 45px !important;
		height: 45px !important;
	}
	
	.widget_celebrity_categories .category-grid {
		grid-template-columns: repeat(2, 1fr) !important;
		gap: 10px !important;
	}
	
	.widget_celebrity_categories .category-card {
		padding: 14px 10px !important;
	}
	
	.widget_popular_this_week .popular-thumb {
		width: 50px !important;
		height: 50px !important;
	}
	
	.widget_trust_authority .trust-badges {
		flex-direction: column !important;
		align-items: stretch !important;
	}
}

/* ============================================
   HEADER STICKY BEHAVIOR (JS will add class)
   ============================================ */
.site-header {
	transition: all 0.3s ease;
}

/* Animation for hero buttons */
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.hero-cta-btn {
	animation: fadeInUp 0.6s ease-out;
}

.hero-cta-btn.secondary {
	animation: fadeInUp 0.6s ease-out 0.1s both;
}

/* ============================================
   GOOGLE EEAT COMPLIANCE STYLES
   ============================================ */

/* Author Box (Below Posts) */
.networth-author-box.eeat-author-box {
	margin: 40px 0 !important;
	padding: 30px !important;
	background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%) !important;
	border: 1px solid #bae6fd !important;
	border-radius: 12px !important;
	border-left: 4px solid #10b981 !important;
	box-shadow: 0 2px 8px rgba(0,0,0,0.05) !important;
}

.eeat-author-box .author-box-inner {
	display: flex !important;
	align-items: flex-start !important;
	gap: 25px !important;
	flex-wrap: wrap !important;
}

.eeat-author-box .author-avatar-wrapper {
	flex-shrink: 0 !important;
}

.eeat-author-box .author-avatar-image {
	width: 100px !important;
	height: 100px !important;
	border-radius: 50% !important;
	border: 4px solid #10b981 !important;
	object-fit: cover !important;
	box-shadow: 0 4px 12px rgba(0,0,0,0.1) !important;
}

.eeat-author-box .author-content-wrapper {
	flex: 1 !important;
	min-width: 250px !important;
}

.eeat-author-box .author-name {
	font-size: 24px !important;
	font-weight: 700 !important;
	color: #1e3a5f !important;
	margin: 0 0 10px !important;
	line-height: 1.3 !important;
}

.eeat-author-box .author-name a {
	color: #1e3a5f !important;
	text-decoration: none !important;
	transition: color 0.3s ease !important;
}

.eeat-author-box .author-name a:hover {
	color: #10b981 !important;
}

.eeat-author-box .author-expertise {
	color: #10b981 !important;
	font-weight: 600 !important;
	font-size: 14px !important;
	margin: 0 0 15px !important;
	text-transform: uppercase !important;
	letter-spacing: 0.5px !important;
	display: flex !important;
	align-items: center !important;
	gap: 6px !important;
}

.eeat-author-box .expertise-icon {
	font-size: 16px !important;
}

.eeat-author-box .author-bio {
	color: #374151 !important;
	line-height: 1.7 !important;
	margin: 0 0 15px !important;
	font-size: 15px !important;
}

.eeat-author-box .author-bio p {
	margin: 0 0 10px !important;
}

.eeat-author-box .author-bio p:last-child {
	margin-bottom: 0 !important;
}

.eeat-author-box .author-meta {
	margin-top: 15px !important;
}

.eeat-author-box .view-author-posts {
	display: inline-block !important;
	color: #10b981 !important;
	font-weight: 600 !important;
	font-size: 14px !important;
	text-decoration: none !important;
	padding: 8px 16px !important;
	border: 2px solid #10b981 !important;
	border-radius: 6px !important;
	transition: all 0.3s ease !important;
}

.eeat-author-box .view-author-posts:hover {
	background: #10b981 !important;
	color: #fff !important;
}

/* Last Updated & Fact Checked Badges */
.eeat-post-meta {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 15px !important;
	margin: 25px 0 !important;
	padding: 20px !important;
	background: #f9fafb !important;
	border-radius: 8px !important;
	border: 1px solid #e5e7eb !important;
}

.last-updated-badge,
.fact-checked-badge {
	display: inline-flex !important;
	align-items: center !important;
	gap: 8px !important;
	padding: 10px 16px !important;
	background: #fff !important;
	border-radius: 6px !important;
	border: 1px solid #e5e7eb !important;
	font-size: 14px !important;
	color: #374151 !important;
}

.last-updated-badge {
	border-left: 3px solid #10b981 !important;
}

.fact-checked-badge {
	border-left: 3px solid #fbbf24 !important;
}

.last-updated-badge .updated-icon,
.fact-checked-badge .fact-check-icon {
	color: #10b981 !important;
	font-size: 16px !important;
	font-weight: 700 !important;
}

.fact-checked-badge .fact-check-icon {
	color: #f59e0b !important;
}

.last-updated-badge .updated-text,
.fact-checked-badge .fact-check-text {
	font-weight: 500 !important;
}

.last-updated-badge .updated-text strong,
.fact-checked-badge .fact-check-text strong {
	font-weight: 700 !important;
	color: #1e3a5f !important;
}

/* Sources & References Section (Enhanced) */
.eeat-sources-section {
	margin: 40px 0 !important;
	padding: 30px !important;
	background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%) !important;
	border: 1px solid #bae6fd !important;
	border-radius: 12px !important;
	border-left: 4px solid #10b981 !important;
	box-shadow: 0 2px 8px rgba(0,0,0,0.05) !important;
}

.eeat-sources-section .sources-title {
	font-size: 24px !important;
	font-weight: 700 !important;
	color: #1e3a5f !important;
	margin-bottom: 15px !important;
	display: flex !important;
	align-items: center !important;
	gap: 10px !important;
}

.eeat-sources-section .sources-content {
	color: #374151 !important;
	line-height: 1.8 !important;
	font-size: 15px !important;
}

.eeat-sources-section .sources-content p {
	margin: 0 0 15px !important;
}

.eeat-sources-section .sources-meta {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 15px !important;
	padding-top: 15px !important;
	border-top: 1px solid #bae6fd !important;
	margin-top: 15px !important;
}

.eeat-sources-section .source-item {
	font-size: 14px !important;
	color: #374151 !important;
}

.eeat-sources-section .source-item strong {
	color: #1e3a5f !important;
	margin-right: 5px !important;
}

/* Mobile Responsive - EEAT Elements */
@media (max-width: 768px) {
	.eeat-author-box .author-box-inner {
		flex-direction: column !important;
		text-align: center !important;
	}
	
	.eeat-author-box .author-avatar-wrapper {
		margin: 0 auto !important;
	}
	
	.eeat-author-box .author-content-wrapper {
		text-align: left !important;
	}
	
	.eeat-post-meta {
		flex-direction: column !important;
	}
	
	.last-updated-badge,
	.fact-checked-badge {
		width: 100% !important;
		justify-content: center !important;
	}
	
	.eeat-sources-section .sources-meta {
		flex-direction: column !important;
	}
}

/* ============================================
   FOOTER - MODERN PROFESSIONAL DESIGN
   Celebrity Net Worth Authority Footer
   ============================================ */

/* Footer Container - Modern Dark Background */
.site-footer,
footer[class*="site-info"] {
	background: #1e293b !important; /* Dark navy - matches header */
	color: #e2e8f0 !important;
	padding: 0 !important;
	margin-top: 60px !important;
	border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.inside-site-info {
	padding: 40px 20px 30px !important;
	max-width: 1200px !important;
	margin: 0 auto !important;
}

/* Footer Bar - Clean Horizontal Layout */
.footer-bar {
	padding: 30px 0 !important;
	border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
	margin: 0 !important;
	background: transparent !important;
	position: relative !important;
}

/* Footer Menu Container - Match Header Navigation Layout */
.footer-bar .widget_nav_menu {
	width: 100% !important;
}

.footer-bar .widget_nav_menu ul {
	list-style: none !important;
	padding: 0 !important;
	margin: 0 !important;
	display: flex !important;
	flex-wrap: wrap !important;
	justify-content: center !important;
	align-items: center !important;
	gap: 0 !important;
}

.footer-bar .widget_nav_menu li {
	margin: 0 !important;
	padding: 0 !important;
	position: relative !important;
}

/* Footer Menu Links - Modern Professional Styling (Matches Header) */
.footer-bar .widget_nav_menu a {
	/* Typography - Match Header Menu */
	font-family: 'DM Sans', 'Inter', sans-serif !important;
	font-size: 14px !important; /* Slightly smaller than header (15px) for subtlety */
	font-weight: 500 !important;
	color: #fff !important; /* White text like header */
	text-decoration: none !important;
	text-transform: none !important;
	letter-spacing: 0.3px !important;
	
	/* Spacing - Match Header Logic */
	padding: 12px 20px !important; /* Same padding as header menu */
	line-height: 1.5 !important;
	display: block !important;
	
	/* Transitions - Smooth Modern Hover */
	transition: all 0.3s ease !important;
	position: relative !important;
}

/* Footer Menu Hover Underline - Same as Header Menu */
.footer-bar .widget_nav_menu a::after {
	content: '' !important;
	position: absolute !important;
	bottom: 8px !important;
	left: 20px !important;
	right: 20px !important;
	height: 2px !important;
	background: #10b981 !important; /* Emerald green accent */
	transform: scaleX(0) !important;
	transition: transform 0.3s ease !important;
}

.footer-bar .widget_nav_menu li:hover > a::after,
.footer-bar .widget_nav_menu li[class*="current-menu-"] > a::after {
	transform: scaleX(1) !important;
}

/* Footer Menu Hover Color - Match Header Hover */
.footer-bar .widget_nav_menu a:hover {
	color: #10b981 !important; /* Emerald green hover */
}

/* Footer Current Menu Item - Match Header Active State */
.footer-bar .widget_nav_menu .current-menu-item > a,
.footer-bar .widget_nav_menu li[class*="current-menu-"] > a {
	color: #10b981 !important; /* Emerald green for active */
	font-weight: 600 !important; /* Bolder for active state */
}

/* Footer Trust Text - Modern, Subtle */
.footer-trust-text {
	text-align: center !important;
	color: rgba(255, 255, 255, 0.75) !important;
	font-size: 13px !important;
	font-weight: 500 !important;
	margin: 20px 0 15px !important;
	font-family: 'DM Sans', 'Inter', sans-serif !important;
	letter-spacing: 0.3px !important;
	line-height: 1.6 !important;
	opacity: 0.9 !important;
}

/* Copyright Bar - Clean Typography */
.copyright-bar {
	text-align: center !important;
	padding: 25px 0 20px !important;
	border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
	margin-top: 0 !important;
}

.copyright-bar .copyright,
.copyright-bar a {
	color: rgba(255, 255, 255, 0.7) !important;
	font-size: 13px !important;
	font-weight: 400 !important;
	font-family: 'DM Sans', 'Inter', sans-serif !important;
	text-decoration: none !important;
	letter-spacing: 0.2px !important;
}

.copyright-bar a:hover {
	color: #10b981 !important;
}

.copyright-bar .copyright {
	color: rgba(255, 255, 255, 0.8) !important;
	font-weight: 500 !important;
}

/* Custom Copyright Text (if needed) */
.footer-copyright-custom {
	text-align: center !important;
	color: rgba(255, 255, 255, 0.8) !important;
	font-size: 13px !important;
	font-weight: 500 !important;
	font-family: 'DM Sans', 'Inter', sans-serif !important;
	margin: 0 !important;
	padding: 0 !important;
	letter-spacing: 0.2px !important;
}

.footer-copyright-custom a {
	color: rgba(255, 255, 255, 0.9) !important;
	text-decoration: none !important;
	transition: color 0.3s ease !important;
}

.footer-copyright-custom a:hover {
	color: #10b981 !important;
}

/* Footer Layout - Horizontal Structure */
.site-footer {
	display: flex !important;
	flex-direction: column !important;
}

.inside-site-info {
	display: flex !important;
	flex-direction: column !important;
	gap: 0 !important;
}

/* Footer Branding Section (Optional - if needed) */
.footer-branding {
	text-align: center !important;
	padding: 20px 0 !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.footer-branding .site-name {
	font-family: 'DM Sans', 'Inter', sans-serif !important;
	font-size: 18px !important;
	font-weight: 700 !important;
	color: #fff !important;
	text-decoration: none !important;
	letter-spacing: -0.3px !important;
}

.footer-branding .site-name:hover {
	color: #10b981 !important;
}

/* Mobile Responsive - Modern Footer Design */
@media (max-width: 768px) {
	.site-footer {
		margin-top: 40px !important;
	}
	
	.inside-site-info {
		padding: 30px 15px 25px !important;
	}
	
	.footer-bar {
		padding: 25px 0 !important;
	}
	
	.footer-bar .widget_nav_menu ul {
		flex-direction: column !important;
		gap: 4px !important;
		align-items: center !important;
	}
	
	.footer-bar .widget_nav_menu a {
		padding: 10px 20px !important;
		font-size: 13px !important;
		width: 100% !important;
		text-align: center !important;
	}
	
	.footer-bar .widget_nav_menu a::after {
		bottom: 6px !important;
		left: 20px !important;
		right: 20px !important;
	}
	
	.footer-trust-text {
		font-size: 12px !important;
		margin: 15px 0 12px !important;
		line-height: 1.5 !important;
	}
	
	.copyright-bar {
		padding: 20px 0 15px !important;
	}
	
	.copyright-bar .copyright,
	.copyright-bar a,
	.footer-copyright-custom {
		font-size: 12px !important;
	}
}

/* ============================================
   TABLE OF CONTENTS - PROFESSIONAL STYLING
   ============================================ */

/* TOC Container */
.article-toc {
	margin: 30px 0 !important;
	padding: 30px !important;
	background: #ffffff !important;
	border: 1px solid #e5e7eb !important;
	border-radius: 12px !important;
	border-left: 4px solid #fbbf24 !important;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05) !important;
}

/* TOC Heading - Professional */
.toc-heading {
	font-size: 22px !important;
	font-weight: 700 !important;
	color: #1a1a1a !important;
	margin: 0 0 20px !important;
	padding: 0 0 15px !important;
	border-bottom: 2px solid #f0f0f0 !important;
	font-family: 'DM Sans', 'Inter', sans-serif !important;
	letter-spacing: -0.3px !important;
	line-height: 1.3 !important;
}

/* TOC Navigation */
.toc-nav {
	line-height: 1.8 !important;
}

/* TOC List */
.toc-list {
	list-style: none !important;
	padding: 0 !important;
	margin: 0 !important;
	display: grid !important;
	gap: 10px !important;
}

/* TOC Item */
.toc-item {
	margin: 0 !important;
	padding: 0 !important;
	position: relative !important;
	padding-left: 20px !important;
}

/* TOC Item - H3 (Sub-headings) - Indented */
.toc-item-h3 {
	padding-left: 35px !important;
	font-size: 14px !important;
}

.toc-item-h3::before {
	font-size: 12px !important;
}

.toc-item::before {
	content: '▸' !important;
	position: absolute !important;
	left: 0 !important;
	color: #fbbf24 !important;
	font-size: 14px !important;
	top: 2px !important;
	transition: transform 0.3s ease !important;
}

/* TOC Link */
.toc-link {
	color: #4a4a4a !important;
	text-decoration: none !important;
	font-size: 15px !important;
	font-weight: 500 !important;
	transition: all 0.3s ease !important;
	display: block !important;
	line-height: 1.6 !important;
	font-family: 'DM Sans', 'Inter', sans-serif !important;
}

.toc-link:hover {
	color: #fbbf24 !important;
	padding-left: 5px !important;
}

.toc-item:hover::before {
	transform: translateX(3px) !important;
}

/* Mobile Responsive - TOC */
@media (max-width: 768px) {
	.article-toc {
		padding: 20px !important;
		margin: 25px 0 !important;
	}
	
	.toc-heading {
		font-size: 20px !important;
		margin-bottom: 15px !important;
		padding-bottom: 12px !important;
	}
	
	.toc-link {
		font-size: 14px !important;
	}
	
	.toc-item {
		padding-left: 18px !important;
	}
	
	.toc-item-h3 {
		padding-left: 28px !important;
	}
}

/* ============================================
   PROFESSIONAL HEADINGS - FORCE BLACK COLOR
   Fix invisible headings - Force #000 or #111
   ALL H1, H2, H3, H4, H5, H6 - Site-wide
   ============================================ */

/* H1 - Entry Title (FORCE BLACK - Never White) */
h1,
.entry-title,
.entry-title a,
.entry-header .entry-title,
.entry-header h1,
article h1,
.post h1,
.singular h1,
.page h1 {
	color: #000000 !important; /* Pure black - force visibility */
	font-weight: 700 !important;
	background: transparent !important;
	opacity: 1 !important;
	-webkit-text-fill-color: #000000 !important;
	text-fill-color: #000000 !important;
}

/* H2 Headings - FORCE BLACK (Never White) */
h2,
.entry-content h2,
.entry-content .wp-block-heading h2,
.wp-block-heading h2,
article h2,
section h2,
.post h2,
.singular h2,
.page h2,
.main-content h2,
.content-area h2 {
	color: #111111 !important; /* Pure black - force visibility */
	font-weight: 600 !important;
	font-size: 28px !important;
	margin-top: 40px !important;
	margin-bottom: 20px !important;
	padding-bottom: 10px !important;
	border-bottom: 2px solid #f0f0f0 !important;
	line-height: 1.3 !important;
	letter-spacing: -0.3px !important;
	background: transparent !important;
	opacity: 1 !important;
	-webkit-text-fill-color: #111111 !important;
	text-fill-color: #111111 !important;
}

/* H3 Headings - FORCE BLACK (Never White) */
h3,
.entry-content h3,
.entry-content .wp-block-heading h3,
.wp-block-heading h3,
article h3,
section h3,
.post h3,
.singular h3,
.page h3,
.main-content h3,
.content-area h3 {
	color: #111111 !important; /* Pure black - force visibility */
	font-weight: 600 !important;
	font-size: 22px !important;
	margin-top: 30px !important;
	margin-bottom: 15px !important;
	line-height: 1.4 !important;
	letter-spacing: -0.2px !important;
	background: transparent !important;
	opacity: 1 !important;
	-webkit-text-fill-color: #111111 !important;
	text-fill-color: #111111 !important;
}

/* H4, H5, H6 Headings - FORCE BLACK (Never White) */
h4,
h5,
h6,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content .wp-block-heading h4,
.entry-content .wp-block-heading h5,
.entry-content .wp-block-heading h6,
article h4,
article h5,
article h6,
section h4,
section h5,
section h6 {
	color: #111111 !important; /* Pure black - force visibility */
	font-weight: 600 !important;
	background: transparent !important;
	opacity: 1 !important;
	-webkit-text-fill-color: #111111 !important;
	text-fill-color: #111111 !important;
}

/* Remove ALL problematic properties that cause invisible headings */
h1, h2, h3, h4, h5, h6,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {
	/* Remove any white color */
	color: #111111 !important;
	/* Remove backgrounds */
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
	/* Remove opacity issues */
	opacity: 1 !important;
	/* Remove gradients/masks */
	-webkit-background-clip: unset !important;
	background-clip: unset !important;
	-webkit-text-fill-color: #111111 !important;
	text-fill-color: #111111 !important;
	/* Remove borders that might cause issues */
	border-left: none !important;
	padding-left: 0 !important;
	/* Ensure visibility */
	visibility: visible !important;
	display: block !important;
}

/* Mobile Responsive - Headings */
@media (max-width: 768px) {
	h2,
	.entry-content h2 {
		font-size: 24px !important;
		margin-top: 30px !important;
		color: #111111 !important;
	}
	
	h3,
	.entry-content h3 {
		font-size: 20px !important;
		margin-top: 25px !important;
		color: #111111 !important;
	}
}

/* ============================================
   HOMEPAGE POST CARDS - PREMIUM REDESIGN
   Remove Blue Color Clutter, Modern Design
   ============================================ */

/* Post Articles - Remove Blue Backgrounds */
article.post,
article.type-post,
.inside-article {
	background: #fff !important;
	border: none !important;
	padding: 0 !important;
	margin-bottom: 0 !important;
}

/* Post Cards - Modern Card Design */
article.post,
article.type-post {
	background: #fff !important;
	border-radius: 12px !important;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
	overflow: hidden !important;
	transition: transform 0.3s ease, box-shadow 0.3s ease !important;
	margin-bottom: 30px !important;
	border: 1px solid #f0f0f0 !important;
}

article.post:hover,
article.type-post:hover {
	transform: translateY(-4px) !important;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12) !important;
}

.inside-article {
	padding: 0 !important;
}

/* Post Image - Clean Ratio, Hover Zoom */
.post-image,
.inside-article .post-image {
	height: 240px !important;
	overflow: hidden !important;
	background: #f5f5f5 !important;
	margin: 0 !important;
	border-radius: 0 !important;
}

.post-image img,
.inside-article .post-image img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	transition: transform 0.4s ease !important;
}

article.post:hover .post-image img,
article.type-post:hover .post-image img {
	transform: scale(1.05) !important;
}

/* Entry Header - Remove Blue, Dark Typography */
.entry-header {
	padding: 25px 25px 15px !important;
	background: transparent !important;
	border: none !important;
}

.entry-title,
.entry-header .entry-title {
	font-size: 24px !important;
	font-weight: 700 !important;
	color: #1a1a1a !important;
	margin: 0 0 10px !important;
	line-height: 1.3 !important;
	letter-spacing: -0.3px !important;
}

.entry-title a,
.entry-header .entry-title a {
	color: #1a1a1a !important;
	text-decoration: none !important;
	transition: color 0.3s ease !important;
	position: relative !important;
}

.entry-title a:hover,
.entry-header .entry-title a:hover {
	color: #fbbf24 !important; /* Gold accent */
}

/* Entry Title Hover Underline */
.entry-title a::after {
	content: '' !important;
	position: absolute !important;
	bottom: -2px !important;
	left: 0 !important;
	right: 0 !important;
	height: 2px !important;
	background: #fbbf24 !important; /* Gold accent */
	transform: scaleX(0) !important;
	transition: transform 0.3s ease !important;
}

.entry-title a:hover::after {
	transform: scaleX(1) !important;
}

/* Entry Summary - Muted Text */
.entry-summary {
	padding: 0 25px 20px !important;
	color: #4a4a4a !important;
	font-size: 15px !important;
	line-height: 1.7 !important;
	margin: 0 !important;
}

/* Entry Meta - Remove Blue, Muted Style */
.entry-meta,
.posted-on,
.byline,
.cat-links,
.tags-links {
	color: #888 !important;
	font-size: 13px !important;
	margin: 0 0 10px !important;
}

.entry-meta a,
.posted-on a,
.byline a,
.cat-links a,
.tags-links a {
	color: #888 !important;
	text-decoration: none !important;
}

.entry-meta a:hover,
.posted-on a:hover,
.byline a:hover,
.cat-links a:hover,
.tags-links a:hover {
	color: #fbbf24 !important; /* Gold accent */
}

/* Category Labels - Remove Blue Background */
.cat-links,
.cat-links a,
.tags-links,
.tags-links a {
	background: transparent !important;
	color: #888 !important;
	padding: 0 !important;
	border: none !important;
	font-size: 13px !important;
	font-weight: 400 !important;
}

/* Section Titles - Remove Blue */
.section-title {
	color: #1a1a1a !important;
	font-size: 32px !important;
	font-weight: 700 !important;
	margin-bottom: 30px !important;
	text-align: center !important;
	letter-spacing: -0.5px !important;
}

/* Featured Net Worth Cards - Premium Design */
.networth-card {
	background: #fff !important;
	border-radius: 12px !important;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
	overflow: hidden !important;
	transition: transform 0.3s ease, box-shadow 0.3s ease !important;
	border: 1px solid #f0f0f0 !important;
}

.networth-card:hover {
	transform: translateY(-4px) !important;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12) !important;
}

.networth-card .card-title a {
	color: #1a1a1a !important;
}

.networth-card .card-title a:hover {
	color: #fbbf24 !important; /* Gold accent */
}

/* View Profile Button - Text Style, Not Blue Button */
.view-profile-btn {
	background: transparent !important;
	color: #fbbf24 !important; /* Gold accent */
	padding: 0 !important;
	border: none !important;
	border-radius: 0 !important;
	text-decoration: none !important;
	font-weight: 600 !important;
	font-size: 14px !important;
	transition: color 0.3s ease !important;
	display: inline-block !important;
	position: relative !important;
}

.view-profile-btn::after {
	content: ' →' !important;
	margin-left: 5px !important;
	transition: transform 0.3s ease !important;
	display: inline-block !important;
}

.view-profile-btn:hover {
	color: #059669 !important; /* Emerald green hover */
	background: transparent !important;
}

.view-profile-btn:hover::after {
	transform: translateX(4px) !important;
}

/* Category Tabs - Remove Blue Background */
.category-tab {
	background: #f5f5f5 !important;
	color: #4a4a4a !important;
	border: 1px solid #e0e0e0 !important;
	padding: 12px 24px !important;
	border-radius: 6px !important;
	cursor: pointer !important;
	font-weight: 600 !important;
	transition: all 0.3s ease !important;
}

.category-tab:hover,
.category-tab.active {
	background: #fbbf24 !important; /* Gold accent */
	color: #fff !important;
	border-color: #fbbf24 !important;
}

/* Trending Cards - Remove Blue Borders */
.trending-card {
	background: #fff !important;
	border: 1px solid #e5e7eb !important;
	border-radius: 8px !important;
	padding: 15px !important;
	text-align: center !important;
	transition: all 0.3s ease !important;
}

.trending-card:hover {
	border-color: #fbbf24 !important; /* Gold accent */
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
}

.trending-card h4 a {
	color: #1a1a1a !important;
}

.trending-card h4 a:hover {
	color: #fbbf24 !important; /* Gold accent */
}

/* Links - Subtle, Not Blue */
.entry-content a,
.entry-summary a,
a {
	color: #4a4a4a !important;
	text-decoration: underline !important;
	text-decoration-color: rgba(74, 74, 74, 0.3) !important;
	transition: color 0.3s ease !important;
}

.entry-content a:hover,
.entry-summary a:hover,
a:hover {
	color: #fbbf24 !important; /* Gold accent */
	text-decoration-color: #fbbf24 !important;
}

/* Remove Blue from Buttons */
.button,
.wp-block-button__link,
.btn {
	background: #fbbf24 !important; /* Gold accent */
	color: #fff !important;
	border: none !important;
	padding: 12px 24px !important;
	border-radius: 6px !important;
	font-weight: 600 !important;
	transition: background 0.3s ease !important;
}

.button:hover,
.wp-block-button__link:hover,
.btn:hover {
	background: #059669 !important; /* Emerald green hover */
	color: #fff !important;
}

/* Updates List - Clean Spacing */
.updates-list {
	display: grid !important;
	gap: 30px !important;
}

/* Mobile Responsive - Post Cards */
@media (max-width: 768px) {
	article.post,
	article.type-post {
		margin-bottom: 25px !important;
	}
	
	.post-image,
	.inside-article .post-image {
		height: 200px !important;
	}
	
	.entry-header {
		padding: 20px 20px 12px !important;
	}
	
	.entry-title,
	.entry-header .entry-title {
		font-size: 20px !important;
	}
	
	.entry-summary {
		padding: 0 20px 18px !important;
		font-size: 14px !important;
	}
	
	.section-title {
		font-size: 26px !important;
	}
}


/* ============================================
   PREMIUM HERO & EEAT SPECIFIC STYLES (BRANDON LAKE)
   ============================================ */
.premium-post-container {
    font-family: 'DM Sans', sans-serif;
    color: #1e293b; 
    line-height: 1.8;
}
.eeat-badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #f0fdf4;
    border: 2px solid #22c55e;
    color: #15803d;
    padding: 12px 24px;
    border-radius: 50px;
    font-weight: 800;
    font-size: 1.1em;
    margin-bottom: 30px;
    box-shadow: 0 4px 10px rgba(34, 197, 94, 0.15);
}
.premium-hero-card {
    background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 100%);
    border-radius: 24px;
    padding: 50px 40px;
    color: #fff;
    margin-bottom: 50px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.25);
    position: relative;
    overflow: hidden;
    border: 2px solid rgba(255,255,255,0.15);
}
.premium-hero-card::before {
    content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.premium-hero-card::after {
    content: ''; position: absolute; top: -150px; right: -150px; width: 400px; height: 400px;
    background: radial-gradient(circle, rgba(251, 191, 36, 0.2) 0%, transparent 70%); pointer-events: none;
}
.hero-tag {
    background: #fbbf24; color: #000; padding: 8px 20px; border-radius: 50px; font-weight: 900; font-size: 0.9em; text-transform: uppercase; display: inline-block; margin-bottom: 25px; letter-spacing: 1.5px; position:relative; z-index:1;
}
.hero-title {
    font-size: clamp(2.5em, 6vw, 4em); font-weight: 900; margin: 0; line-height: 1.1; color: #fff; letter-spacing: -1.5px; position:relative; z-index:1;
}
.hero-net-worth-box {
    margin: 35px 0; background: rgba(0,0,0,0.2); padding: 30px; border-radius: 20px; border-left: 6px solid #fbbf24; position:relative; z-index:1;
}
.hero-net-worth-label {
    font-size: 1.1em; text-transform: uppercase; color: #cbd5e1; letter-spacing: 2px; display: block; margin-bottom: 15px; font-weight: 700;
}
.hero-net-worth-value {
    font-size: clamp(4em, 10vw, 6em); font-weight: 900; color: #fbbf24; line-height: 1; text-shadow: 0 5px 20px rgba(251, 191, 36, 0.4); display: inline-block;
}
.hero-meta-grid {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 25px; margin-top: 40px; padding-top: 35px; border-top: 1px solid rgba(255,255,255,0.1); position:relative; z-index:1;
}
.meta-box {
    display: flex; flex-direction: column; background: rgba(255,255,255,0.05); padding: 20px; border-radius: 16px; transition: transform 0.3s;
}
.meta-box:hover {
    transform: translateY(-5px); background: rgba(255,255,255,0.1);
}
.meta-box span:first-child {
    font-size: 0.85em; text-transform: uppercase; color: #94a3b8; margin-bottom: 8px; font-weight: 800; letter-spacing: 1px;
}
.meta-box span:last-child {
    font-size: 1.3em; font-weight: 800; color: #fff;
}
.master-summary-table {
    width: 100%; background: #fff; border-collapse: separate; border-spacing: 0; margin: 50px 0; border-radius: 20px; overflow: hidden; box-shadow: 0 15px 40px rgba(0,0,0,0.08); border: 2px solid #e2e8f0;
}
.master-summary-table td {
    padding: 25px 30px; border-bottom: 1px solid #f1f5f9; vertical-align: middle; font-size: 1.15em;
}
.master-summary-table tr:last-child td {
    border-bottom: none;
}
.table-label {
    width: 40%; color: #475569; font-weight: 800; display: flex; align-items: center; gap: 15px;
}
.table-value {
    color: #0f172a; font-weight: 800; font-size: 1.1em;
}
.table-value strong {
    color: #15803d; font-size: 1.2em; background: #dcfce7; padding: 6px 16px; border-radius: 12px; border: 2px solid #bbf7d0; display: inline-block;
}
.expert-verdict-box {
    background: #f8fafc; border-left: 8px solid #fbbf24; padding: 40px; border-radius: 0 24px 24px 0; margin: 50px 0; box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}
.expert-verdict-box h5 {
    margin: 0 0 15px; text-transform: uppercase; letter-spacing: 1.5px; color: #0f172a; font-weight: 900; font-size: 1.4em; display:flex; align-items:center; gap:10px;
}
.expert-verdict-box h5::before {
    content: "⚡";
}
.expert-verdict-box p {
    font-size: 1.25em !important; font-weight: 500; color: #334155; line-height: 1.8; margin: 0;
}
.premium-post-container p { 
    margin-bottom: 30px; font-size: 1.25em; line-height: 1.8; color: #1e293b;
}
/* Highlight important text */
.highlight-important {
    background: linear-gradient(120deg, rgba(251,191,36,0.4) 0%, rgba(251,191,36,0.4) 100%);
    background-repeat: no-repeat;
    background-size: 100% 40%;
    background-position: 0 88%;
    font-weight: 800;
    color: #0f172a;
    padding: 0 4px;
}
.premium-post-container h2 {
    font-size: 2.5em; padding-bottom: 20px; border-bottom: 5px solid #e2e8f0; color: #0f172a; font-weight: 900; margin-top: 70px; margin-bottom: 30px; position: relative; letter-spacing: -0.5px;
}
.premium-post-container h2::after {
    content: ''; position: absolute; bottom: -5px; left: 0; width: 100px; height: 5px; background: #fbbf24; border-radius: 3px;
}
.premium-post-container h3 {
    font-size: 1.9em; padding-left: 25px; border-left: 8px solid #1e293b; color: #0f172a; font-weight: 800; margin-top: 60px; margin-bottom: 25px; position: relative; background: #f8fafc; padding-top:15px; padding-bottom:15px; border-radius: 0 12px 12px 0;
}
.premium-post-container h4 {
    font-size: 1.5em; color: #0f172a; padding-left: 20px; border-left: 5px solid #fbbf24; font-weight: 800; margin-top: 50px; margin-bottom: 20px; position: relative;
}
@media (max-width: 768px) {
    .premium-hero-card { padding: 40px 25px; }
    .hero-meta-grid { grid-template-columns: 1fr 1fr; }
    .table-label { width: auto; display:block; margin-bottom:8px; font-size:1.1em; }
    .master-summary-table td { display:block; width:100%; border-bottom:none; padding:15px 25px; }
    .master-summary-table tr { border-bottom: 2px solid #f1f5f9; display:block; padding-bottom:10px; margin-bottom:10px;}
    .master-summary-table tr:last-child { border-bottom:none; margin-bottom:0; padding-bottom:0; }
    .hero-title { font-size: 2.5em; }
    .hero-net-worth-value { font-size: 3.5em; }
    .premium-post-container h2 { font-size: 2em; }
}

/* ============================================
   GOOGLE AUTO ADS - CLS PROTECTION & LAYOUT
   ============================================ */
/* Reserve space for Auto Ads to prevent layout shift */
.google-auto-placed,
.adsbygoogle,
ins.adsbygoogle {
    display: block;
    min-height: 100px;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

/* Prevent Auto Ads from overlapping content */
.google-auto-placed {
    margin: 20px 0 !important;
    clear: both;
}

/* Anchor ad bottom spacing - mobile */
@media (max-width: 768px) {
    body {
        padding-bottom: 0 !important;
    }
    .google-auto-placed {
        margin: 15px 0 !important;
    }
}

/* Prevent ads from breaking inside premium content cards */
.premium-post-container .google-auto-placed,
.entry-content .google-auto-placed {
    border-radius: 8px;
    overflow: hidden;
}

/* ========================================
   HOMEPAGE FEATURED CARDS - Responsive
   ======================================== */
.networth-cards-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 20px !important;
}

@media (max-width: 900px) {
    .networth-cards-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 16px !important;
    }
}

@media (max-width: 600px) {
    .networth-cards-grid {
        grid-template-columns: 1fr !important;
        gap: 14px !important;
    }
}

/* Card hover image zoom */
.networth-card:hover .card-image img {
    transform: scale(1.05);
    opacity: 1 !important;
}
.networth-card .card-image img {
    transition: transform 0.4s ease, opacity 0.3s ease !important;
}


/* Category panels responsive */
.cat-panel {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 16px !important;
}
@media (max-width: 900px) {
    .cat-panel {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}
@media (max-width: 500px) {
    .cat-panel {
        grid-template-columns: 1fr !important;
    }
    .category-tabs {
        gap: 6px !important;
    }
    .cat-tab {
        padding: 8px 14px !important;
        font-size: 11px !important;
    }
}
/* Hide display:none panels even with grid override */
.cat-panel[style*="display: none"] {
    display: none !important;
}

/* Latest Updates responsive */
@media (max-width: 600px) {
    .latest-updates article {
        flex-direction: column !important;
    }
    .latest-updates article a[style*="width: 200px"] {
        width: 100% !important;
        min-height: 160px !important;
    }
}
