{
	"$schema": "https://schemas.wp.org/wp/6.8/theme.json",
	"version": 3,
	"title": "Soft 1 Item Card 1 Align Center",
	"slug": "ext-preset--group--soft-1--item-card-1--align-center",
	"blockTypes": ["core/group"],
	"styles": {
		"color": {
			"background": "var:preset|color|tertiary"
		},
		"border": {
			"radius": "32px"
		},
		"dimensions": {
			"minHeight": "100%"
		},
		"blocks": {
			"core/group": {
				"spacing": {
					"margin": {
						"top": "0"
					},
					"padding": {
						"top": "var:preset|spacing|30",
						"right": "var:preset|spacing|30",
						"left": "var:preset|spacing|30",
						"bottom": "var:preset|spacing|30"
					}
				}
			},
			"core/heading": {
				"typography": {
					"fontSize": "1.5rem",
					"textAlign": "center"
				},
				"spacing": {
					"margin": {
						"top": "16px"
					}
				}
			},
			"core/paragraph": {
				"typography": {
					"fontSize": "var:preset|font-size|small",
					"textAlign": "center"
				},
				"spacing": {
					"margin": {
						"top": "16px"
					}
				}
			}
		},
		"css": "& { overflow: hidden; }"
	}
}
