.mcClansPostBadgeList {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mcClansPostBadgeList--official {
	margin-top: 12px;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
}

.cAuthorPane .mcClansPostBadgeList--unofficial,
.cAuthorPane_info .mcClansPostBadgeList--unofficial,
.cAuthorPane .mcClansPostBadgeList:has(.mcClansPostBadge--unofficial),
.cAuthorPane_info .mcClansPostBadgeList:has(.mcClansPostBadge--unofficial),
.mcClansPostBadgeList--unofficial {
	margin: 0 !important;
	padding: 0 !important;
}

.mcClansPostBadge {
	margin: 0;
	padding: 0;
}

.mcClansPostBadge--official {
	display: block;
	width: 100%;
}

.cAuthorPane .mcClansPostBadge--unofficial,
.cAuthorPane_info .mcClansPostBadge--unofficial {
	margin: 0 !important;
	padding: 0 !important;
}

.mcClansPostBadge__emblemWrap {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	text-align: center;
}

.mcClansPostBadge__emblemWrap a {
	display: inline-block;
	line-height: 0;
	text-decoration: none;
}

.cAuthorPane .mcClansPostBadge__emblem,
.cAuthorPane_info .mcClansPostBadge__emblem,
.mcClansPostBadge__emblem {
	width: auto !important;
	height: auto !important;
	max-width: 125px !important;
	max-height: 125px !important;
	margin: 0 auto !important;
	padding: 0 !important;
	border: none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	clip-path: none !important;
	-webkit-clip-path: none !important;
	filter: none !important;
	object-fit: contain !important;
	display: block !important;
	background: transparent !important;
	vertical-align: middle;
}

.mcClansPostUnofficial {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 1.35;
	color: inherit;
}

.mcClansPostUnofficial__label {
	display: block;
	margin: 0;
	padding: 0;
}

.mcClansPostUnofficial__name {
	display: inline;
	margin: 0;
	padding: 0;
	color: inherit;
	font-weight: 600;
	text-decoration: none !important;
}

.cAuthorPane .mcClansPostUnofficial__name,
.cAuthorPane_info .mcClansPostUnofficial__name,
.mcClansPostUnofficial__name:hover,
.mcClansPostUnofficial__name:focus {
	text-decoration: none !important;
}

/* Clan post border — works with class mcClansPostBordered or postContainerStyle() vars in style="" */
article.cPost.mcClansPostBordered,
article.ipsComment_parent.mcClansPostBordered,
article.ipsComment.mcClansPostBordered,
article.cPost[style*="--mc-clan-post-border-r"],
article.ipsComment_parent[style*="--mc-clan-post-border-r"],
article.ipsComment[style*="--mc-clan-post-border-r"] {
	border: 2px dashed rgba(var(--mc-clan-post-border-r), var(--mc-clan-post-border-g), var(--mc-clan-post-border-b), 0.9) !important;
	padding: 1px !important;
	box-sizing: border-box !important;
}
