.comment.vcard.cur-comment {
	position: relative;
	display: block;
	box-sizing: border-box;
	width: 100%;
	min-width: 0;
	height: auto;
	margin: 0 0 12px;
	padding: 20px;
	border: 1px solid var(--cur-line, #e6e8ee);
	border-radius: 12px;
	background: var(--cur-card, #fff);
	box-shadow: none;
	color: var(--cur-text, #1c1c1c);
	font: 16px/1.6 var(--cur-font, "Segoe UI", system-ui, sans-serif);
	overflow-wrap: anywhere;
	word-break: normal;
	scroll-margin-top: 70px;
}

.cur-comment .cur-comment__header {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	min-width: 0;
	min-height: 40px;
	padding-right: 68px;
}

.comment.cur-comment .photo {
	flex: 0 0 40px;
	float: none;
	width: 40px;
	height: 40px;
	margin: 0;
	border-radius: 50%;
	background: #e7effa;
	object-fit: cover;
}

.cur-comment .cur-comment__identity {
	flex: 1 1 120px;
	min-width: 0;
}

.cur-comment .cur-comment__name {
	margin: 0;
	color: #286bbc;
	font-size: 15px;
	font-weight: 650;
	line-height: 1.45;
}

.cur-comment .cur-comment__name a {
	color: inherit;
}

.cur-comment .cur-comment__author {
	color: #c43d4b;
	font-size: 12px;
}

.cur-comment .cur-comment__admin,
.cur-comment .cur-comment__admin a {
	color: var(--cur-muted, #667085);
	font-size: 12px;
	font-weight: 400;
}

.cur-comment .cur-comment__date {
	display: block;
	width: fit-content;
	color: var(--cur-muted, #667085);
	font-size: 12px;
	line-height: 1.6;
}

.cur-comment .cur-comment__review {
	margin-left: auto;
}

.cur-comment .cur-comment__review:empty {
	display: none;
}

.cur-comment .cur-comment__news {
	margin: 0 68px 16px 0;
	font-size: 16px;
	line-height: 1.5;
}

.cur-comment .cur-comment__news a {
	color: var(--cur-text, #1c1c1c);
}

.cur-comment .cur-comment__content {
	display: block;
	width: auto;
	min-width: 0;
	margin: 16px 0 0 0;
}

.cur-comment .cur-comment__body {
	display: flow-root;
}

.cur-comment .cur-comment__body p {
	margin: 0 0 12px;
}

.cur-comment .cur-comment__body > p:last-child {
	margin-bottom: 0;
}

.cur-comment .cur-comment__body img,
.cur-comment .cur-comment__body video,
.cur-comment .cur-comment__body iframe {
	max-width: 100%;
}

.cur-comment .cur-comment__body pre {
	max-width: 100%;
	overflow: auto;
	white-space: pre-wrap;
}

.cur-comment .cur-comment__body table {
	display: block;
	max-width: 100%;
	overflow-x: auto;
}

.cur-comment .quote,
.cur-comment .title_quote,
.cur-comment blockquote {
	box-sizing: border-box;
	margin: 0 0 16px;
	padding: 12px 16px;
	border: 0;
	border-left: 3px solid var(--cur-blue, #458cdc);
	border-radius: 0 8px 8px 0;
	background: #f4f7fb;
	color: #344054;
	font: 400 15px/1.55 var(--cur-font, "Segoe UI", system-ui, sans-serif);
	text-align: left;
}

.cur-comment .quote::before,
.cur-comment .title_quote::before,
.cur-comment blockquote::before,
.cur-comment blockquote::after {
	content: none;
}

.cur-comment .title_quote {
	margin-bottom: 0;
	padding-bottom: 5px;
	border-radius: 0 8px 0 0;
	color: var(--cur-muted, #667085);
	font-size: 12px;
	font-weight: 500;
}

.cur-comment .title_quote + .quote {
	padding-top: 0;
	border-radius: 0 0 8px 0;
}

.cur-comment blockquote p {
	font: inherit;
}

.cur-comment .cur-comment__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 8px 16px;
	margin: 0px;
	color: var(--cur-muted, #667085);
	font-size: 13px;
	line-height: 1.4;
}

.cur-comment .cur-comment__actions:not(:has(a, .ratebox, .cur-comment__rating)) {
	display: none;
}

.cur-comment .cur-comment__actions > a,
.cur-comment .cur-comment__reply {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	min-height: 40px;
	color: inherit;
	font-size: inherit;
	font-weight: 500;
}

.cur-comment .cur-comment__actions > a:hover,
.cur-comment .cur-comment__date:hover {
	color: #286bbc;
	text-decoration: none;
}

.cur-comment .cur-comment__rating {
	display: inline-flex;
	order: -1;
	align-items: center;
	gap: 3px;
	min-height: 40px;
	margin: 0;
	padding: 0 4px;
	border-radius: 999px;
	background: #f3f5f8;
}

.cur-comment .cur-comment__rating > a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 40px;
	border-radius: 50%;
	color: var(--cur-muted, #667085);
}

.cur-comment .cur-comment__rating > a:hover {
	background: #e7effa;
	color: #286bbc;
	text-decoration: none;
}

.cur-comment .cur-comment__score {
	min-width: 20px;
	color: #286bbc;
	font-weight: 650;
	font-variant-numeric: tabular-nums;
	text-align: center;
}

.cur-comment .cur-comment__score .ratingtypeplus,
.cur-comment .cur-comment__score .ratingplus,
.cur-comment .cur-comment__score .ratingzero {
	color: inherit;
}

.cur-comment .cur-comment__score .ratingtypeplusminus,
.cur-comment .cur-comment__score .ratingtypeplus {
	padding: 0;
}

.cur-comment .cur-comment__score .ratingminus {
	color: #b42318;
}

.cur-comment .cur-comment__actions > .ratebox {
	order: -1;
	margin: 0;
}

.cur-comment .cur-comment__icon {
	display: inline-block;
	flex-shrink: 0;
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
	vertical-align: middle;
}

.cur-comment .cur-comment__tools {
	position: absolute;
	top: 16px;
	right: 16px;
	display: flex;
	align-items: center;
	gap: 4px;
	float: none;
	margin: 0;
	padding: 0;
}

.cur-comment .cur-comment__tools input {
	margin: 0;
}

.cur-comment .cur-comment__menu {
	position: relative;
}

.cur-comment .cur-comment__menu:not(:has(.cur-comment__menu-items a)) {
	display: none;
}

.cur-comment .cur-comment__menu summary {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 8px;
	color: var(--cur-muted, #667085);
	cursor: pointer;
	list-style: none;
}

.cur-comment .cur-comment__menu summary::-webkit-details-marker {
	display: none;
}

.cur-comment .cur-comment__menu summary:hover,
.cur-comment .cur-comment__menu[open] summary {
	background: #f3f5f8;
	color: #286bbc;
}

.cur-comment .cur-comment__menu[open] {
	z-index: 20;
}

.cur-comment .cur-comment__menu-items {
	position: absolute;
	top: 40px;
	right: 0;
	box-sizing: border-box;
	width: 190px;
	padding: 6px;
	border: 1px solid var(--cur-line, #e6e8ee);
	border-radius: 10px;
	background: var(--cur-card, #fff);
	box-shadow: 0 8px 24px rgb(16 24 40 / 12%);
}

.cur-comment .cur-comment__menu-items a {
	display: block;
	padding: 9px 10px;
	border-radius: 6px;
	color: var(--cur-text, #1c1c1c);
	font-size: 13px;
	line-height: 1.4;
}

.cur-comment .cur-comment__menu-items a:hover {
	background: #f3f5f8;
	color: #286bbc;
	text-decoration: none;
}

.cur-comment a:focus-visible,
.cur-comment summary:focus-visible,
.cur-comment input:focus-visible {
	outline: 2px solid var(--cur-blue, #458cdc);
	outline-offset: 3px;
}

.comments-tree-item:has(.cur-comment) {
	padding-bottom: 0;
}

.comments-tree-list .comments-tree-list:has(.cur-comment) {
	margin: 0 0 12px 20px;
	padding: 0 0 0 26px;
	border-left: 2px solid #d8e3f0;
}

.comments-tree-list .comments-tree-list .comments-tree-list .comments-tree-list:has(.cur-comment) {
	margin-left: 0;
	padding-left: 0;
	border-left: 0;
}

@media (max-width: 640px) {
	.comment.vcard.cur-comment {
		padding: 14px;
	}

	.cur-comment .cur-comment__header {
		gap: 10px;
		padding-right: 54px;
	}

	.cur-comment .cur-comment__identity {
		flex-basis: 0;
	}

	.cur-comment .cur-comment__tools {
		top: 10px;
		right: 10px;
	}

	.cur-comment .cur-comment__content {
		margin: 14px 0 0;
	}

	.cur-comment .quote,
	.cur-comment .title_quote,
	.cur-comment blockquote {
		padding-right: 12px;
		padding-left: 12px;
	}

	.cur-comment .cur-comment__actions {
		gap: 8px 12px;
	}

	.comments-tree-list .comments-tree-list:has(.cur-comment) {
		margin-left: 8px;
		padding-left: 10px;
	}

	.comments-tree-list .comments-tree-list .comments-tree-list:has(.cur-comment) {
		margin-left: 0;
		padding-left: 0;
		border-left: 0;
	}
}
