.wp-block-tag-cloud.is-style-outline {
	font-size: var(--wp--preset--font-size--custom-9);
	line-height: 1
}
.wp-block-tag-cloud.is-style-outline a { 
	background-color: var(--wp--preset--color--theme-2);
	border: 2px solid var(--wp--preset--color--theme-2);
	border-radius: 999px;
	color: var(--wp--preset--color--theme-1);
	padding: 4px 15px;
}
.wp-block-tag-cloud.is-style-outline a:hover,
.wp-block-tag-cloud.is-style-outline a:focus {
	background-color: var(--wp--preset--color--theme-4);
	border-color: var(--wp--preset--color--theme-4);
	color: var(--wp--preset--color--theme-1);
	text-decoration: none;
}
