/*
Theme Name: GeneratePress Child - Fashion News GF
Template: generatepress
Version: 1.0.0
Description: Minimal child theme for fashionnewsgf.com. Preserves brand accent color (#ce181e) and Roboto typeface from the prior theme. No page-builder framework - plain CSS only.
*/

body,
input, textarea, select, button {
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a,
.entry-title a:hover {
	color: #ce181e;
}

a:hover {
	color: #a01216;
}

.main-navigation a:hover,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_item > a {
	color: #ce181e;
}

.site-description {
	color: #666;
}

/* Amazon monetization module (shared class names, reused site-wide) */
.fngf-amazon-module {
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 20px;
	margin: 24px 0;
	background: linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
	box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
.fngf-amazon-module .fngf-amazon-label {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .04em;
	color: #777;
	margin-bottom: 10px;
}
.fngf-amazon-module .fngf-amazon-headline {
	font-size: 20px;
	font-weight: 700;
	color: #111;
	line-height: 1.3;
	margin-bottom: 10px;
}
.fngf-amazon-module ul.fngf-amazon-links {
	list-style: none;
	margin: 0 0 14px;
	padding: 0;
}
.fngf-amazon-module ul.fngf-amazon-links li {
	margin-bottom: 8px;
}
.fngf-amazon-btn {
	display: inline-block;
	background: #ff9900;
	color: #111 !important;
	text-decoration: none;
	font-weight: 700;
	padding: 10px 18px;
	border-radius: 6px;
	font-size: 14px;
}
.fngf-amazon-btn:hover {
	background: #e88b00;
	color: #111 !important;
}
.fngf-amazon-disclosure {
	font-size: 12px;
	color: #888;
	margin-top: 12px;
	line-height: 1.5;
}

/* Tool card styling for /tools/ and /shop/ hub pages */
.fngf-card-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 20px;
	margin: 24px 0;
}
.fngf-card {
	border: 1px solid #e5e5e5;
	border-radius: 8px;
	padding: 24px;
	text-align: center;
	background: #fff;
	box-shadow: 0 1px 4px rgba(0,0,0,0.05);
	transition: box-shadow .15s ease;
}
.fngf-card:hover {
	box-shadow: 0 4px 14px rgba(0,0,0,0.08);
}
.fngf-card h3 {
	margin-top: 0;
}
.fngf-card a.fngf-card-link {
	color: #222;
	text-decoration: none;
}
