.cwp-post-terms {
	border-block: 1px solid var(--wp--preset--color--primary);

	font-family: var(--wp--custom--typography--interface--font-family);
	font-size: var(--wp--custom--typography--interface--font-size);
	font-weight: var(--wp--custom--typography--interface--font-weight);
	letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
	text-transform: var(--wp--custom--typography--interface--text-transform);
}

.cwp-post-terms__items {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	line-height: 1.2;
}

.cwp-post-terms .cwp-recipe-key {
	padding-bottom: 16px;
}
