/*
 * Clean Theme Override for Light in Extension Blog
 * Matches the main site theme
 */

/* Override the gradient background */
body {
	background: #f8f7f4 !important;
	background-attachment: fixed !important;
}

/* Header - clean card style */
.header {
	background-color: #ffffff !important;
	color: #1a1a1a !important;
	box-shadow: 0 2px 10px rgba(0,0,0,0.08) !important;
	backdrop-filter: none !important;
}

/* Navigation links */
.topnav a {
	color: #2c2c2c !important;
}

.topnav a:hover,
.topnav a.current {
	color: #3d8a8a !important;
	border-bottom-color: #3d8a8a !important;
}

/* Content links */
a:link { 
	color: #3d8a8a !important;
}

a:visited { 
	color: #2a6b6b !important;
}

a:hover {
	color: #d4a84b !important;
}

/* Cards */
.card {
	background-color: #ffffff !important;
	box-shadow: 0 2px 10px rgba(0,0,0,0.08) !important;
}

.card h2,
.card h3 {
	color: #1a1a1a !important;
}

/* Sidebar cards */
.sidecard {
	background-color: #ffffff !important;
	box-shadow: 0 2px 10px rgba(0,0,0,0.08) !important;
}

.sidecard .title {
	color: #1a1a1a !important;
}

/* Footer */
.footer {
	background-color: #f0eeeb !important;
	color: #4a4a4a !important;
}
