/*
Theme Name: Community Support Theme
Theme URI: https://example.com/
Description: Standalone classic WordPress theme for Community Support / Support Local Brands pages.
Author: Your Team
Author URI: https://example.com/
Version: 1.0.0
Text Domain: community-support-theme
*/

/* Base fallback styling for non-community templates */
body {
	margin: 0;
	font-family: "Helvetica Neue", Arial, sans-serif;
	color: #101010;
	background: #f2f2f2;
}

.site-shell {
	width: min(1120px, calc(100% - 32px));
	margin: 24px auto;
}

.site-card {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 18px;
}
