.wp-block-post-terms.is-style-tag [rel="tag"] {
	border-radius: 0;
	border: 0;
	background: var(--wp--preset--color--accent-4);
	color: var(--wp--preset--color--base);
	text-transform: uppercase;
	font-size: var(--wp--preset--font-size--small);
	padding: 5px 10px 5px 10px;
	font-weight: 700;
	font-family: var(--wp--preset--font-family--ibm-plex-sans);
	line-height: inherit;
	max-width: 15rem !important;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	text-decoration: none;
	
	.foo{}
	.taxonomy-category &        {background-color:var(--wp--preset--color--accent-4);}
	.taxonomy-post_tag &        {background-color:var(--wp--preset--color--accent-2);}
	&[href$="cas-usages/"   ]   {background-color:var(--wp--preset--color--tint-1);}
	&[href$="outils/"       ]   {background-color:var(--wp--preset--color--tint-2);}
	&[href$="tutoriels/"    ]   {background-color:var(--wp--preset--color--tint-3);}

	&[href$="climat/"       ]   {background-color:var(--wp--preset--color--tint-1);}
	&[href$="biodiversite/" ]   {background-color:var(--wp--preset--color--tint-2);}
	&[href$="oceans/"       ]   {background-color:var(--wp--preset--color--tint-3);}
	&[href$="continentales/"]   {background-color:var(--wp--preset--color--tint-4);}
	&[href$="terre/"        ]   {background-color:var(--wp--preset--color--tint-5);}
	&[href$="terre-solide/" ]   {background-color:var(--wp--preset--color--tint-5);}
	&[href$="atmosphere/"   ]   {background-color:var(--wp--preset--color--tint-6);}
	&[href$="environnement/"]   {background-color:var(--wp--preset--color--tint-1);}
	&[href$="urbain/"       ]   {background-color:var(--wp--preset--color--tint-5);}
	
	&:has(+*) {
		margin-right: 1.2rem;
	}
	
	&+.wp-block-post-terms__separator {
		display:none;
	}
	
	&[href]:hover {
		text-decoration: underline;
	}
}