/* Комментарии — только calculator-zaim: стилизуем поле ввода, без общей «карточки». */

body.infozet-calculator-zaim-page .article-post.infozet-mfo--split-below-nav {
	margin-bottom: 0;
}

body.infozet-calculator-zaim-page .infozet-calculator-comments-intro {
	display: block;
	width: 100%;
	margin: 1.75rem 0 0;
	padding: 0;
	border: 0;
	background: transparent;
	box-sizing: border-box;
}

body.infozet-calculator-zaim-page .infozet-mfo-split-shell__main > .infozet-calculator-comments-intro:first-child {
	margin-top: 0;
}

body.infozet-calculator-zaim-page .infozet-calculator-comments-intro__panel {
	min-width: 0;
	padding: 0.9rem 1rem;
	border: 1px solid #e0e0e0;
	border-radius: 0.35rem;
	background: #fafafa;
	box-sizing: border-box;
}

body.infozet-calculator-zaim-page .infozet-calculator-comments-intro__text {
	margin: 0;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.5;
	color: #374151;
}

body.infozet-calculator-zaim-page #primary .site-main {
	padding-bottom: 0;
}

body.infozet-calculator-zaim-page #comments.comments-area {
	margin: 0 0 4.5rem;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

body.infozet-calculator-zaim-page #main > .infozet-mfo-article-dates {
	margin: 0 0 0.35rem;
	padding-top: 0;
}

@media (min-width: 768px) {
	body.infozet-calculator-zaim-page .article-post.infozet-mfo--split-below-nav ~ #comments.comments-area {
		display: grid;
		grid-template-columns: minmax(0, 1fr) minmax(240px, 33%);
		column-gap: clamp(1rem, 2.8vw, 1.65rem);
		align-items: start;
		box-sizing: border-box;
		width: 100%;
	}

	body.infozet-calculator-zaim-page .article-post.infozet-mfo--split-below-nav ~ #comments.comments-area > * {
		grid-column: 1;
		min-width: 0;
	}
}

body.infozet-calculator-zaim-page #comments .infozet-comments-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin: 0 0 0.45rem;
}

body.infozet-calculator-zaim-page #comments .infozet-comments-head .comment-reply-title {
	margin: 0;
	flex: 1 1 auto;
	min-width: 0;
}

body.infozet-calculator-zaim-page #comments .infozet-comments-head__avatar {
	flex: 0 0 auto;
}

body.infozet-calculator-zaim-page #comments .infozet-comments-head__avatar-menu {
	position: relative;
}

body.infozet-calculator-zaim-page #comments .infozet-comments-head__avatar-btn {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	border-radius: 50%;
	line-height: 0;
	-webkit-tap-highlight-color: transparent;
}

body.infozet-calculator-zaim-page #comments .infozet-comments-head__avatar-btn:focus,
body.infozet-calculator-zaim-page #comments .infozet-comments-head__avatar-btn:focus-visible,
body.infozet-calculator-zaim-page #comments .infozet-comments-head__avatar-btn:active {
	outline: none;
	box-shadow: none;
}

body.infozet-calculator-zaim-page #comments .infozet-comments-head__avatar-btn:hover .infozet-comments-head__avatar-img--photo,
body.infozet-calculator-zaim-page #comments .infozet-comments-head__avatar-menu.is-open .infozet-comments-head__avatar-img--photo {
	border-color: #9eb8d3;
}

body.infozet-calculator-zaim-page #comments .infozet-comments-head__avatar-popover {
	display: none;
	position: absolute;
	right: 0;
	top: calc(100% + 0.4rem);
	z-index: 30;
	min-width: 7.5rem;
	padding: 0.35rem;
	border: 1px solid #d8e2ec;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.1);
}

body.infozet-calculator-zaim-page #comments .infozet-comments-head__avatar-menu.is-open .infozet-comments-head__avatar-popover {
	display: block;
}

body.infozet-calculator-zaim-page #comments .infozet-comments-head__avatar-logout {
	display: block;
	padding: 0.45rem 0.65rem;
	border-radius: 6px;
	font-size: 0.875rem;
	line-height: 1.35;
	font-weight: 500;
	color: #374151;
	text-decoration: none;
}

body.infozet-calculator-zaim-page #comments .infozet-comments-head__avatar-logout:hover {
	color: #111827;
	background: #f3f6f9;
	text-decoration: none;
}

body.infozet-calculator-zaim-page #comments .infozet-comments-head__avatar-logout:focus,
body.infozet-calculator-zaim-page #comments .infozet-comments-head__avatar-logout:focus-visible,
body.infozet-calculator-zaim-page #comments .infozet-comments-head__avatar-logout:active {
	outline: none;
	box-shadow: none;
}

body.infozet-calculator-zaim-page #comments .infozet-comments-head__avatar-img {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	box-sizing: border-box;
}

body.infozet-calculator-zaim-page #comments .infozet-comments-head__avatar-img--photo {
	object-fit: cover;
	border: 1px solid rgba(201, 212, 224, 0.9);
	background: #fff;
}

body.infozet-calculator-zaim-page #comments .infozet-comments-head__avatar-img--initials {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.8125rem;
	font-weight: 700;
	line-height: 1;
	color: #3d6f97;
	background: linear-gradient(145deg, #eef5fb 0%, #e3eef8 100%);
	border: 1px solid #c9d4e0;
}

body.infozet-calculator-zaim-page #comments .comment-reply-title {
	padding: 0;
	font-size: var(--infozet-prose-h2-font-size, 1.452rem);
	line-height: var(--infozet-prose-h2-line-height, 1.3);
	font-weight: var(--infozet-prose-h2-font-weight, 700);
	letter-spacing: var(--infozet-prose-h2-letter-spacing, -0.02em);
	color: var(--infozet-prose-h2-color, #111827);
}

body.infozet-calculator-zaim-page #comments .infozet-comments-compose {
	margin: 0;
}

body.infozet-calculator-zaim-page #comments .infozet-comments-compose__placeholder {
	margin: 0 0 0.85rem;
	padding: 0.85rem 1rem;
	border: 1px dashed #c9d4e0;
	border-radius: 10px;
	background: #f8fafc;
	box-sizing: border-box;
}

body.infozet-calculator-zaim-page #comments .infozet-comments-compose__placeholder-text {
	margin: 0 0 0.65rem;
	font-size: 0.875rem;
	line-height: 1.45;
	color: #64748b;
}

body.infozet-calculator-zaim-page #comments .infozet-comments-compose__placeholder-cancel {
	display: inline-flex;
	align-items: center;
	margin: 0;
	padding: 0.35rem 0.75rem;
	border: 1px solid #d8e2ec;
	border-radius: 8px;
	background: #fff;
	color: #374151;
	font: inherit;
	font-size: 0.8125rem;
	line-height: 1.2;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}

body.infozet-calculator-zaim-page #comments .infozet-comments-compose__placeholder-cancel:focus,
body.infozet-calculator-zaim-page #comments .infozet-comments-compose__placeholder-cancel:focus-visible,
body.infozet-calculator-zaim-page #comments .infozet-comments-compose__placeholder-cancel:active {
	outline: none;
	box-shadow: none;
}

body.infozet-calculator-zaim-page #comments .infozet-comments-compose__placeholder-cancel:hover {
	border-color: #b8c4d0;
	background: #f3f6f9;
}

body.infozet-calculator-zaim-page #comments #respond {
	margin: 0;
	padding: 0;
}

body.infozet-calculator-zaim-page #comments .comment-list > li > #respond.infozet-comment-reply-box {
	margin: 0.75rem 0 0;
	padding: 0.9rem 1rem;
	border: 1px solid #d8e2ec;
	border-radius: 10px;
	background: #fff;
	box-sizing: border-box;
}

body.infozet-calculator-zaim-page #comments .comment-list > li > #respond.infozet-comment-reply-box .infozet-comments-head__avatar {
	display: none;
}

body.infozet-calculator-zaim-page #comments .comment-list > li > #respond.infozet-comment-reply-box .comment-reply-title {
	font-size: 1rem;
	line-height: 1.35;
	font-weight: 600;
	letter-spacing: 0;
}

body.infozet-calculator-zaim-page #comments .comment-list > li > #respond.infozet-comment-reply-box .infozet-comment-cancel-reply a,
body.infozet-calculator-zaim-page #comments .comment-list > li > #respond.infozet-comment-reply-box #cancel-comment-reply-link {
	font-size: 0.8125rem;
	font-weight: 400;
	color: #64748b;
}

body.infozet-calculator-zaim-page #comments .comment-list > li > #respond.infozet-comment-reply-box #comment {
	min-height: 5.5rem;
}

body.infozet-calculator-zaim-page #comments .reply .comment-reply-link {
	cursor: pointer;
	text-decoration: none;
}

body.infozet-calculator-zaim-page #comments .reply .comment-reply-link:hover {
	color: #374151;
	text-decoration: underline;
}

body.infozet-calculator-zaim-page #comments #commentform {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	column-gap: 1rem;
	row-gap: 0.75rem;
}

body.infozet-calculator-zaim-page #comments #commentform > .comment-form-comment,
body.infozet-calculator-zaim-page #comments #commentform > .infozet-calculator-comment-actions {
	width: 100%;
	flex: 0 0 100%;
}

body.infozet-calculator-zaim-page #comments #commentform > .comment-form-author,
body.infozet-calculator-zaim-page #comments #commentform > .comment-form-email {
	float: none;
	width: 100%;
	flex: 1 1 100%;
	max-width: 100%;
	margin: 0;
	min-width: 0;
	box-sizing: border-box;
}

body.infozet-calculator-zaim-page #comments #commentform > .comment-form-author input,
body.infozet-calculator-zaim-page #comments #commentform > .comment-form-email input {
	display: block;
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	padding: 0.65rem 1rem;
	border: 1px solid #c9d4e0;
	border-radius: 10px;
	background: #fff;
	font: inherit;
	font-size: 0.95rem;
	line-height: 1.35;
	color: #111827;
	-webkit-appearance: none;
	appearance: none;
	box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.04);
	transition: border-color 0.18s ease;
}

body.infozet-calculator-zaim-page #comments #commentform > .comment-form-author input::placeholder,
body.infozet-calculator-zaim-page #comments #commentform > .comment-form-email input::placeholder {
	color: #6b7280;
	font-size: 0.875rem;
	opacity: 1;
}

body.infozet-calculator-zaim-page #comments #commentform > .comment-form-author input:hover,
body.infozet-calculator-zaim-page #comments #commentform > .comment-form-email input:hover {
	border-color: #b8c4d0;
}

body.infozet-calculator-zaim-page #comments #commentform > .comment-form-author input:focus,
body.infozet-calculator-zaim-page #comments #commentform > .comment-form-author input:focus-visible,
body.infozet-calculator-zaim-page #comments #commentform > .comment-form-email input:focus,
body.infozet-calculator-zaim-page #comments #commentform > .comment-form-email input:focus-visible {
	outline: none;
	border-color: #9aa8b8;
	box-shadow: none;
}

@media (min-width: 768px) {
	body.infozet-calculator-zaim-page #comments #commentform > .comment-form-author,
	body.infozet-calculator-zaim-page #comments #commentform > .comment-form-email {
		flex: 1 1 calc(50% - 0.5rem);
		max-width: calc(50% - 0.5rem);
	}
}

body.infozet-calculator-zaim-page #comments #commentform > p {
	margin-top: 0;
	margin-bottom: 0;
}

body.infozet-calculator-zaim-page #comments #commentform > .infozet-calculator-comment-actions {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: start;
	column-gap: 1rem;
	width: 100%;
	margin: 0;
	box-sizing: border-box;
}

body.infozet-calculator-zaim-page #comments #commentform > .infozet-calculator-comment-actions > .comment-notes-after {
	grid-column: 1;
	grid-row: 1;
	min-width: 0;
	margin: 0;
	font-size: 0.75rem;
	line-height: 1.4;
	color: #6b7280;
}

body.infozet-calculator-zaim-page #comments #commentform > .infozet-calculator-comment-actions > .form-submit {
	grid-column: 2;
	grid-row: 1;
	width: auto !important;
	margin: 0;
	padding: 0;
	float: none !important;
	text-align: right;
}

body.infozet-calculator-zaim-page #comments #commentform > .infozet-calculator-comment-actions .comment-notes-after a {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 0.12em;
}

body.infozet-calculator-zaim-page #comments #commentform > .infozet-calculator-comment-actions .form-submit #submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.75rem;
	margin: 0;
	padding: 0.65rem 1.25rem;
	border: 1px solid #c9d4e0 !important;
	border-radius: 8px;
	background: #f8f9fb !important;
	color: #374151 !important;
	font: inherit;
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.2;
	cursor: pointer;
	box-shadow: none !important;
	transform: none !important;
	transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
	-webkit-appearance: none;
	appearance: none;
	-webkit-tap-highlight-color: transparent;
}

body.infozet-calculator-zaim-page #comments #commentform > .infozet-calculator-comment-actions .form-submit #submit:hover {
	background: #eef2f6 !important;
	border-color: #b8c4d0 !important;
	color: #111827 !important;
	box-shadow: none !important;
	transform: none !important;
}

body.infozet-calculator-zaim-page #comments #commentform > .infozet-calculator-comment-actions .form-submit #submit:focus,
body.infozet-calculator-zaim-page #comments #commentform > .infozet-calculator-comment-actions .form-submit #submit:focus-visible,
body.infozet-calculator-zaim-page #comments #commentform > .infozet-calculator-comment-actions .form-submit #submit:active {
	outline: none;
	background: #eef2f6 !important;
	border-color: #9aa8b8 !important;
	color: #111827 !important;
	box-shadow: none !important;
	transform: none !important;
}

body.infozet-calculator-zaim-page #comments .logged-in-as,
body.infozet-calculator-zaim-page #comments .comment-notes {
	display: none;
}

body.infozet-calculator-zaim-page #comments .comment-avatar img.avatar {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	object-fit: cover;
	border: 1px solid rgba(201, 212, 224, 0.9);
}

body.infozet-calculator-zaim-page #comments .comment-form-comment {
	margin: 0 0 1rem;
}

body.infozet-calculator-zaim-page #comments #comment {
	display: block;
	width: 100%;
	min-height: 8rem;
	max-height: 16rem;
	height: 8rem;
	box-sizing: border-box;
	margin: 0;
	padding: 0.85rem 1rem;
	border: 1px solid #c9d4e0;
	border-radius: 10px;
	background: #fff;
	font: inherit;
	font-size: 0.95rem;
	line-height: 1.5;
	color: #111827;
	resize: none;
	overflow: auto;
	-webkit-appearance: none;
	appearance: none;
	box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.04);
	transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

body.infozet-calculator-zaim-page #comments #comment::placeholder {
	color: #6b7280;
	font-size: 0.875rem;
	opacity: 1;
}

body.infozet-calculator-zaim-page #comments #comment:hover {
	border-color: #b8c4d0;
}

body.infozet-calculator-zaim-page #comments #comment:focus,
body.infozet-calculator-zaim-page #comments #comment:focus-visible,
body.infozet-calculator-zaim-page #comments #comment:active {
	outline: none;
	border-color: #9aa8b8;
	box-shadow: none;
}

body.infozet-calculator-zaim-page #comments .comment-list {
	list-style: none;
	margin: 2rem 0 0;
	padding: 0;
}

body.infozet-calculator-zaim-page #comments .comment-list > li,
body.infozet-calculator-zaim-page #comments .comment-list .children {
	list-style: none;
	margin: 0;
	padding: 0;
}

body.infozet-calculator-zaim-page #comments .comment-list > li + li {
	margin-top: 0.85rem;
}

body.infozet-calculator-zaim-page #comments .comment-list > li > ol.children {
	margin: 0.75rem 0 0 0.85rem;
	padding: 0;
}

body.infozet-calculator-zaim-page #comments .comment-list ol.children > li + li {
	margin-top: 0.65rem;
}

body.infozet-calculator-zaim-page #comments .comment-list ol.children ol.children {
	margin-top: 0.65rem;
	margin-left: 0.65rem;
}

body.infozet-calculator-zaim-page #comments .comment-list .infozet-calc-comment--reply {
	position: relative;
}

body.infozet-calculator-zaim-page #comments .infozet-calc-comment-reply-connector {
	display: flex;
	align-items: flex-end;
	gap: 0.4rem;
	margin: 0 0 0.4rem 0.1rem;
	color: #94a3b8;
	pointer-events: none;
	user-select: none;
}

body.infozet-calculator-zaim-page #comments .infozet-calc-comment-reply-connector--editorial {
	color: #7c8fa3;
}

body.infozet-calculator-zaim-page #comments .infozet-calc-comment-reply-connector__svg {
	display: block;
	width: 1rem;
	height: 1rem;
	flex: 0 0 auto;
	margin-bottom: 0.18rem;
}

body.infozet-calculator-zaim-page #comments .infozet-calc-comment-reply-connector__text {
	padding-bottom: 0.2rem;
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 1.3;
	color: #64748b;
	letter-spacing: 0.01em;
}

body.infozet-calculator-zaim-page #comments .infozet-calc-comment-reply-connector--editorial .infozet-calc-comment-reply-connector__text {
	color: #556575;
}

body.infozet-calculator-zaim-page #comments .comment-body {
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr);
	grid-template-areas:
		"avatar meta"
		"avatar content"
		"avatar reply";
	column-gap: 0.85rem;
	row-gap: 0.35rem;
	float: none;
	width: 100%;
	margin: 0;
	padding: 1rem 1.05rem;
	border: 1px solid #e8edf2;
	border-radius: 12px;
	background: #fff;
	box-sizing: border-box;
}

body.infozet-calculator-zaim-page #comments .comment-list > li.infozet-calc-comment--reader:not(.infozet-calc-comment--reply) > .comment-body {
	background: #fff;
	border-color: #e3e9ef;
}

body.infozet-calculator-zaim-page #comments .comment-list .infozet-calc-comment--reply > .comment-body {
	background: #f8fafc;
	border-color: #d8e2ec;
}

body.infozet-calculator-zaim-page #comments .comment-list .infozet-calc-comment--reply.infozet-calc-comment--editorial > .comment-body {
	background: #f3f7fb;
	border-color: #c9d6e3;
}

body.infozet-calculator-zaim-page #comments .comment-avatar {
	grid-area: avatar;
	float: none;
	width: 44px;
	margin: 0;
}

body.infozet-calculator-zaim-page #comments .comment-avatar img.avatar {
	width: 44px;
	height: 44px;
	margin: 0;
}

body.infozet-calculator-zaim-page #comments .comment-meta {
	grid-area: meta;
	float: none;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0.35rem 0.75rem;
}

body.infozet-calculator-zaim-page #comments .infozet-calc-comment-reply-label {
	flex: 0 0 100%;
	display: block;
	margin: 0 0 0.1rem;
	font-size: 0.6875rem;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #64748b;
}

body.infozet-calculator-zaim-page #comments .infozet-calc-comment-reply-label--editorial {
	color: #475569;
}

body.infozet-calculator-zaim-page #comments .comment-list .comment-author {
	font-style: normal;
	font-weight: 700;
	font-size: 0.9375rem;
	line-height: 1.35;
	color: #111827;
}

body.infozet-calculator-zaim-page #comments .comment-list .comment-author:after {
	content: none !important;
	display: none !important;
}

body.infozet-calculator-zaim-page #comments .comment-list .comment-author-post {
	display: inline-block;
	margin: 0;
	padding: 0.15rem 0.5rem;
	border-radius: 4px;
	background: #eef2f6;
	font-size: 0.6875rem;
	font-weight: 600;
	line-height: 1.35;
	letter-spacing: 0.02em;
	text-transform: none;
	color: #4b5563;
	vertical-align: middle;
}

body.infozet-calculator-zaim-page #comments .comment-time {
	font-size: 0.8125rem;
	line-height: 1.35;
	font-weight: 400;
	color: #6b7280;
}

body.infozet-calculator-zaim-page #comments .comment-content {
	grid-area: content;
	float: none;
	width: auto;
	margin: 0;
	font-size: 0.9375rem;
	line-height: 1.55;
	color: #374151;
}

body.infozet-calculator-zaim-page #comments .comment-content p {
	margin: 0 0 0.65rem;
}

body.infozet-calculator-zaim-page #comments .comment-content p:last-child {
	margin-bottom: 0;
}

body.infozet-calculator-zaim-page #comments .comment-awaiting-moderation {
	display: inline-block;
	margin: 0 0 0.65rem;
	padding: 0.35rem 0.65rem;
	border-radius: 6px;
	background: #fff7ed;
	color: #9a3412;
	font-size: 0.8125rem;
	line-height: 1.35;
}

body.infozet-calculator-zaim-page #comments .comment-content .expert-review-likes {
	display: none !important;
}

body.infozet-calculator-zaim-page #comments .infozet-calc-comment-votes {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.45rem;
	margin: 0.35rem 0 0;
}

body.infozet-calculator-zaim-page #comments .infozet-calc-comment-votes__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.35rem;
	min-height: 2rem;
	margin: 0;
	padding: 0.35rem 0.65rem;
	border: 1px solid #d8e2ec;
	border-radius: 8px;
	background: #fff;
	color: #64748b;
	font: inherit;
	font-size: 0.8125rem;
	line-height: 1;
	cursor: pointer;
	transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
	-webkit-tap-highlight-color: transparent;
}

body.infozet-calculator-zaim-page #comments .infozet-calc-comment-votes__btn:focus,
body.infozet-calculator-zaim-page #comments .infozet-calc-comment-votes__btn:focus-visible,
body.infozet-calculator-zaim-page #comments .infozet-calc-comment-votes__btn:active {
	outline: none;
	box-shadow: none;
}

body.infozet-calculator-zaim-page #comments .infozet-calc-comment-votes__btn:hover {
	background: #f3f6f9;
	border-color: #c9d4e0;
	color: #374151;
}

body.infozet-calculator-zaim-page #comments .infozet-calc-comment-votes__btn--like.is-active {
	border-color: #86c99a;
	background: #ecfdf3;
	color: #15803d;
}

body.infozet-calculator-zaim-page #comments .infozet-calc-comment-votes__btn--dislike.is-active {
	border-color: #f0a8a8;
	background: #fef2f2;
	color: #b91c1c;
}

body.infozet-calculator-zaim-page #comments .infozet-calc-comment-votes__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1rem;
	height: 1rem;
	flex: 0 0 auto;
}

body.infozet-calculator-zaim-page #comments .infozet-calc-comment-votes__icon svg {
	display: block;
	width: 1rem;
	height: 1rem;
}

body.infozet-calculator-zaim-page #comments .infozet-calc-comment-votes__count {
	min-width: 0.65rem;
	font-variant-numeric: tabular-nums;
}

body.infozet-calculator-zaim-page #comments .infozet-calc-comment-votes__btn.is-loading {
	opacity: 0.65;
	pointer-events: none;
}

body.infozet-calculator-zaim-page #comments .reply {
	grid-area: reply;
	float: none;
	margin: 0;
}

body.infozet-calculator-zaim-page #comments .reply .comment-reply-link {
	font-size: 0.8125rem;
	color: #64748b;
}

@media (max-width: 767.98px) {
	body.infozet-calculator-zaim-page #comments #commentform > .comment-form-comment {
		margin-bottom: 0.65rem;
	}

	body.infozet-calculator-zaim-page #comments #commentform > .infozet-calculator-comment-actions {
		grid-template-columns: 1fr;
		row-gap: 0.65rem;
	}

	body.infozet-calculator-zaim-page #comments #commentform > .infozet-calculator-comment-actions > .form-submit {
		grid-column: 1;
		grid-row: 1;
		justify-self: start;
		text-align: left;
	}

	body.infozet-calculator-zaim-page #comments #commentform > .infozet-calculator-comment-actions > .comment-notes-after {
		grid-column: 1;
		grid-row: 2;
	}
}
