.hcl-comment-like {
	align-items: center;
	display: inline-flex;
	flex-wrap: wrap;
	gap: 18px;
	margin: 8px 0 14px 0px;
	min-height: 24px;
	vertical-align: middle;
}

.hcl-comment-like__button {
	align-items: center;
	background: transparent;
	border: 0;
	color: var(--hcl-muted, #c9c9c9);
	cursor: pointer;
	display: inline-flex;
    font-weight:normal;
    font-size:16px;
    font-family:'Urbanist';
	gap: 7px;
	min-height: 24px;
	padding: 0;
	transition: color 120ms ease, opacity 120ms ease;
}

.hcl-comment-like__button + .hcl-comment-like__button {
	margin-left: 8px;
}

.hcl-comment-like__button:hover,
.hcl-comment-like__button:focus {
	color: var(--hcl-accent, #fc7988);
}

.hcl-comment-like__button:disabled {
	cursor: wait;
	opacity: 0.7;
}

.hcl-comment-like__icon {
	display: inline-block;
	height: 22px;
	flex: 0 0 auto;
	width: 22px;
}

.hcl-comment-like__button--dislike .hcl-comment-like__icon {
	transform: rotate(180deg);
}

.hcl-comment-like.is-liked .hcl-comment-like__button--like,
.hcl-comment-like.is-disliked .hcl-comment-like__button--dislike {
	color: var(--hcl-accent, #fc7988);
}

.hcl-comment-like__count {
	display: inline-block;
	min-width: 8px;
	text-align: left;
}

.hcl-comment-like__message {
	color: var(--hcl-accent, #fc7988);
	font: 400 11px/1.3 Arial, Helvetica, sans-serif;
}

.hcl-comment-like.is-loading .hcl-comment-like__button {
	pointer-events: none;
}

ol.commentlist .comment-meta h6 {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-bottom: 2px;
}

ol.commentlist .comment-meta small {
	display: none;
	margin-top: 0;
}

ol.commentlist li p{
	margin:0 !important;
    color: #DCDCDC;
}
ol.commentlist li ul{
	margin-left:40px;
}
.hcl-comment-badge {
	background: var(--hcl-member-bg, #fc7988);
	border-radius: 2px;
	color: var(--hcl-member-text, #fff);
	display: inline-block;
	font-weight: 900;
    font-size: 13px;
    font-family: 'Urbanist';
    line-height: 0.7;
	margin-left: 0;
	padding: 4px 12px;
	text-transform: uppercase;
	vertical-align: middle;
}

.hcl-comment-badge--admin {
	background: var(--hcl-admin-bg, #f6c945);
	color: var(--hcl-admin-text, #151515);
}

.hcl-comment-badge--moderator {
	background: var(--hcl-moderator-bg, #7856d6);
	color: var(--hcl-moderator-text, #fff);
}

.hcl-comment-badge--team {
	background: var(--hcl-team-bg, #b83bc2);
	color: var(--hcl-team-text, #fff);
}

.hcl-comment-badge--member {
	background: var(--hcl-member-bg, #fc7988);
	color: var(--hcl-member-text, #fff);
}

.hcl-comment-tenure-star {
	align-items: center;
	display: inline-flex;
	height: 18px;
	justify-content: center;
	margin-left: 0;
	vertical-align: middle;
	width: 20px;
}

.hcl-comment-tenure-star svg {
	display: block;
	height: 9px;
	width: 9px;
}

.hcl-comment-tenure-star .screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

ol.commentlist a.comment-reply-link.hcl-comment-reply-link {
	align-items: center;
	background: transparent;
	border: 0;
	box-shadow: none;
	color: #fff;
	display: inline-flex;
	float: none;
	font: 700 13px/1 Arial, Helvetica, sans-serif;
	margin: 0;
	min-height: 24px;
	padding: 0;
	text-decoration: none;
}

ol.commentlist a.comment-reply-link.hcl-comment-reply-link:hover,
ol.commentlist a.comment-reply-link.hcl-comment-reply-link:focus {
	color: var(--hcl-accent, #fc7988);
}

@media (max-width: 640px) {
	.hcl-comment-like {
		margin-left: 0;
	}
}