/*
Theme Name: Quincy Chamber
Theme URI: https://quincychamber.com
Author: Quincy Chamber of Commerce
Description: Custom block theme for the Quincy Chamber of Commerce. Single light theme; design tokens live in theme.json.
Version: 0.1.0
Requires at least: 7.0
Tested up to: 7.0
Requires PHP: 8.3
Text Domain: qcc-chamber
*/

/*
 * Card presentation for pattern-authored card grids (dues tiers, event
 * cards, member showcase). Kept out of inline block styles because
 * `flex`/`max-width` are not block-supported attributes -- putting them
 * inline breaks `save()` regeneration and flags the block as invalid
 * content in the editor. All values reference theme.json color tokens
 * (no raw hex) to keep the closed palette intact.
 */
.qcc-card {
	flex: 1 1 16rem;
	max-width: 22rem;
	border: 1px solid var(--wp--preset--color--muted);
	border-radius: 12px;
	padding: 1.5rem;
	background: var(--wp--preset--color--surface);
}
