/*
Theme Name: FACT GP
Description: GeneratePress child theme for the FACT Software website rebuild.
Author: FACT Software
Author URI: https://factsoftware.com/
Template: generatepress
Version: 1.0.0
Text Domain: fact-gp
*/

/* Minimal structural styles for backend compatibility testing. */

.fact-cpt {
	max-width: 960px;
	margin: 0 auto;
	padding: 2rem 1rem;
}

.fact-cpt__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.fact-cpt__list > li {
	margin-bottom: 2rem;
	padding-bottom: 2rem;
	border-bottom: 1px solid #ddd;
}

.fact-cpt__content img {
	max-width: 100%;
	height: auto;
}

/* Geo highlight hook — no visual styling yet, class available for future CSS */
.is-local {
	/* intentionally empty */
}
