.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-5);
	border: 2px solid var(--wp--preset--color--theme-5);
	border-radius: 999px;
	color: var(--wp--preset--color--theme-2);
	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;
}
/* Fix for the discrepancy between the editor and the site */
.wp-block-tag-cloud.is-style-outline p.wp-block-tag-cloud {
	display: flex;
	flex-wrap: wrap;
	gap: 1ch;
	line-height: inherit;
}
