.troo-cpt-taxonomy-terms {
	box-sizing: border-box;
	width: 100%;
}

.troo-cpt-taxonomy-terms *,
.troo-cpt-taxonomy-terms *::before,
.troo-cpt-taxonomy-terms *::after {
	box-sizing: inherit;
}

.troo-cpt-taxonomy-terms__list {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.troo-cpt-taxonomy-terms__item {
	display: inline-flex;
	min-width: 0;
}

.troo-cpt-taxonomy-terms__item-link,
.troo-cpt-taxonomy-terms__item-text {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	max-width: 100%;
	color: #fff;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	overflow-wrap: anywhere;
	transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.troo-cpt-taxonomy-terms__item-link:hover,
.troo-cpt-taxonomy-terms__item-link:focus {
	color: #c6d25e;
	text-decoration: none;
}

.troo-cpt-taxonomy-terms__prefix {
	flex: 0 0 auto;
}

.troo-cpt-taxonomy-terms__icon {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	margin-right: var(--troo-cpt-taxonomy-terms-icon-gap, 8px);
	line-height: 1;
	transition: color 0.2s ease;
}

.troo-cpt-taxonomy-terms__icon--after {
	margin-right: 0;
	margin-left: var(--troo-cpt-taxonomy-terms-icon-gap, 8px);
}

.troo-cpt-taxonomy-terms__icon svg {
	display: block;
	width: 1em;
	height: 1em;
	fill: currentColor;
	transition: fill 0.2s ease;
}

.troo-cpt-taxonomy-terms__name {
	min-width: 0;
}


.troo-cpt-taxonomy-terms__count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-left: 0.35em;
	color: var( --e-global-color-secondary );
	font-family: var(--e-global-typography-01cd8bd-font-family), Sans-serif;
    font-size: var(--e-global-typography-01cd8bd-font-size);
    font-weight: var(--e-global-typography-01cd8bd-font-weight);
}

.troo-cpt-taxonomy-terms__item.is-active .troo-cpt-taxonomy-terms__item-link,
.troo-cpt-taxonomy-terms__item.is-active .troo-cpt-taxonomy-terms__item-text {
	color: #c6d25e;
}

@media (max-width: 767px) {
	.troo-cpt-taxonomy-terms__list {
		align-items: flex-start;
	}

	.troo-cpt-taxonomy-terms__item-link,
	.troo-cpt-taxonomy-terms__item-text {
		font-size: 22px;
	}
}

@media (max-width: 575px) {
	.troo-cpt-taxonomy-terms__item-link,
	.troo-cpt-taxonomy-terms__item-text {
		font-size: 20px;
	}
}
