.form-style-underlined .comment-form-comment {
	margin-bottom: 30px;
}

.comments-area .comment-list .comment-reply-title {
	font-size: var(--wd-text-font-size);
}

.comments-area :is(.pingback,.trackback) {
	margin-bottom: 15px;
}

.comments-area :is(.pingback,.trackback) .comment-body {
	padding-inline-start: 0;
}

.comments-area :is(.pingback,.trackback) .comment-edit-link:after {
	vertical-align: baseline;
}

.comments-area :is(.pingback,.trackback) a {
	font-weight: 600;
}

.comments-area .comment-edit-link {
	display: inline-block;
	margin-inline-start: 5px;
	font-size: 0;
}

.comments-area .comment-edit-link:after {
	vertical-align: middle;
	font-size: .8rem;
	content: "";
	font-family: "woodmart-font";
}

.comments-area .logged-in-as {
	font-size: 0;
}

.comments-area .logged-in-as>a {
	color: var(--color-gray-600);
	font-weight: 600;
	font-size: var(--wd-text-font-size);
	text-decoration: none;
}

.comments-area .logged-in-as>a:not(:last-child) {
	margin-inline-end: 12px;
	padding-inline-end: 10px;
	border-inline-end: 1px solid var(--brdcolor-gray-300);
}

.comments-area .logged-in-as>a:hover {
	color: var(--wd-primary-color);
}

.comments-area .logged-in-as .required-field-message {
	font-size: var(--wd-text-font-size);
}

.comments-area .no-comments {
	color: #333;
	font-weight: 600;
}

@media (min-width: 769px) {
	.comments-area .comment-awaiting-moderation {
		position: absolute;
		top: -24px;
		inset-inline-start: 95px;
	}
	
	.comments-area .comment-awaiting-moderation+br {
		display: none;
	}
}

@media (max-width: 768.98px) {}