
.wd-post-reply.wd-style-1 {
	font-size: 1.1em;
	--wd-link-color: var(--color-gray-400);
	--wd-link-color-hover: var(--color-gray-500);
}

.wd-post-reply.wd-style-1 a {
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 1.2em;
	height: 1.5em;
}

.wd-post-reply.wd-style-1 a:after {
	content: "";
	font-family: "woodmart-font";
}

.wd-post-reply.wd-style-1 .wd-replies-count {
	position: absolute;
	top: -5%;
	inset-inline-start: 55%;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 1.4em;
	height: 1.4em;
	padding-inline: .2em;
	border-radius: 1em;
	background-color: var(--wd-primary-color);
	color: #fff;
	font-size: .6em;
	line-height: 1;
}

.wd-single-post-reply {
	line-height: 1;
}
