{
	"$schema": "https://schemas.wp.org/trunk/theme.json",
	"version": 3,
	"slug": "post-terms-badge",
	"title": "Badge",
	"blockTypes": [
		"core/post-terms"
	],
	"styles": {
		"css": "display: flex; flex-wrap: wrap; gap: 2px; justify-content: center;",
		"typography": {
			"fontSize": "var(--wp--preset--font-size--small)",
			"lineHeight": "1.71",
			"fontWeight": "400"
		},
		"elements": {
			"link": {
				"color": {
					"text": "var(--wp--preset--color--theme-2)",
					"background": "var(--wp--preset--color--theme-5)"
				},
				"typography": {
					"textDecoration": "none"
				},
				"spacing": {
					"padding": {
						"top": "4px",
						"right": "var(--wp--preset--spacing--10)",
						"bottom": "4px",
						"left": "var(--wp--preset--spacing--10)"
					}
				},
				"css": "display: inline-block; box-sizing: border-box;",
				":hover": {
					"typography": {
						"textDecoration": "none"
					}
				}
			}
		}
	}
}
