@media (min-width: 690px) {}

@media (max-width: 689.98px) {
	.ct-comment-list .children {
		--theme-list-indent: 35px;
	}
}

@media (min-width: 690px) {
	.ct-comment-list .children {
		--theme-list-indent: 70px;
	}
}

.ct-comment-list .comment-respond {
	padding-bottom: 50px;
}

@media (min-width: 690px) {
	.ct-comment-list .comment-respond {
		padding-inline-start: 70px;
	}
}

@media (min-width: 690px) {}

@media (max-width: 689.98px) {}

@media (min-width: 690px) {}

@media (max-width: 689.98px) {}

@media (min-width: 690px) {}

@media (min-width: 690px) {}

.ct-comment-meta-data .comment-edit-link:before, .ct-comment-meta-data .comment-reply-login:before {
	content: "/";
	margin-inline: 3px;
}

@media (max-width: 689.98px) {
	.ct-comment-meta-data .comment-edit-link {
		display: none;
	}
}

@media (max-width: 689.98px) {}

@media (min-width: 690px) {
	.comment-form>* {}
}

.no-comments {
	padding: 15px 20px;
	text-align: center;
	background: rgba(233, 235, 239, .5);
	border-radius: 2px;
}

.ct-comments-navigation {
	display: flex;
	justify-content: space-between;
	padding-top: 15px;
	margin-bottom: 15px;
	border-top: 1px solid var(--theme-border-color);
}