.custom-comment {
	margin-bottom: 40px;
}
.custom-comments-title {
	margin-bottom: 20px;
}
.custom-comments-counter {
	color: #092c47;
	font-weight: 400;
	font-size: 16px;
	margin-left: 7px;
}
.custom-comments-form {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	width: 100%;
	order: 5;
}
.custom-comments-form__field {
	border-radius: 2px;
	border: 1px solid #cccccc;
	width: 100%;
	padding: 10px 15px;
	font-size: 14px;
	font-family: inherit;
	outline: none;
	-webkit-transition: 0.18s ease-out;
	-moz-transition: 0.18s ease-out;
	-o-transition: 0.18s ease-out;
	transition: 0.18s ease-out;
	resize: none;
	overflow: hidden;
	min-height: 2em;
	margin-bottom: 15px;
}
.custom-comments-form__btn {
}
.custom-comment-item {
	display: grid;
	grid-template-columns: 48px 1fr;
	gap: 32px;
	margin-bottom: 24px;
}
.custom-comment-item .custom-avatar,
.custom-comment-item .avatar {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	object-fit: cover;
}
.custom-comment-item__content {
	grid-column-start: unset !important;
}
.custom-comments-level {
	padding-left: 25px;
}
.custom-comments-level-0 {
	padding-left: 0;
}
.custom-comment-item__header {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 6px;
}
.custom-comment-item__author {
	color: #092c47;
	font-size: 16px;
	line-height: 22px;
	font-weight: 700;
}
.custom-comment-item__date {
	color: #8495a3;
	font-size: 14px;
	line-height: 22px;
	padding: 0 5px;
}
.custom-comment-item__text {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #092c47;
}
.custom-comment-item__tag {
	width: 100%;
}
.custom-comment-item__tag div {
	margin-top: 6px;
	margin-bottom: 0;
}
.custom-comment-item .reply-btn {
	font-size: 16px;
	line-height: 24px;
	color: #8495a3;
	cursor: pointer;
	transition: 0.3s;
}
.custom-comment-item .reply-btn:hover {
	opacity: 0.8;
}
.reply-form.custom-comments-form {
	padding-top: 32px;
}
button:disabled {
	opacity: 0.5;
	pointer-events: none;
}
.custom-comment-item__footer {
	display: flex;
	gap: 0 12px;
	flex-wrap: wrap;
}
.custom-comment-item-likes {
	display: flex;
	gap: 12px;
}

.btn-vote {
	display: flex;
	align-items: center;
	gap: 4px;
	color: #8495a3;
	font-size: 12px;
	cursor: pointer;
}

.btn-vote svg {
	width: 16px;
	height: 16px;
}
.btn-vote:hover svg path,
.btn-vote.active svg path {
	fill: #0e6aed;
}
.like-btn.active {
	background: url(../img/like.svg) center left no-repeat;
}
.dislike-btn.active {
	background: url(../img/dislike.svg) center left no-repeat;
}
.custom-comment-error {
	padding: 5px;
	border: 1px solid #e63817;
	width: 100%;
	text-align: center;
}
.page-template-tpl-my-account .custom-comment-item.comment-item {
	margin-bottom: 24px;
}
.translation-notice {
	font-size: 14px;
	line-height: 20px;
	color: #8495a3;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.btn_see-original {
	color: #0e6aed;
	cursor: pointer;
	padding-left: 5px;
}
.btn_see-original:hover {
	color: #1d6aed;
}
.btn_see-original.disabled {
	color: #8495a3;
	cursor: auto;
}
