/**
 * Course single — category / tag pills at end of content.
 * Values from legacy .cz_post_cat (Codevz core + postmba.org Dynamic CSS).
 */

.postmba-course-terms {
	margin-top: 40px;
	margin-bottom: 40px;
	clear: both;
}

.postmba-course-terms__list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.postmba-course-terms__item {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	margin: 0 0 10px;
}

.postmba-course-terms__icon,
.postmba-course-terms__link {
	display: inline-block;
	padding: 6px 12px;
	border-radius: 4px;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.4;
	text-decoration: none;
	border: 0;
	box-sizing: content-box;
}

.postmba-course-terms__icon {
	color: #ffffff;
	background-color: #ccb892;
	width: 1em;
	text-align: center;
	pointer-events: none;
}

.postmba-course-terms__link {
	color: #303030;
	background-color: rgba(40, 91, 187, 0.04);
}

a.postmba-course-terms__link:hover {
	color: #ffffff;
	background-color: #285bbb;
}
