.comment-form .form-submit {
	clear: both;
}

.quitc-comment-dialog:not([open]) {
	display: none;
}

.quitc-comment-dialog {
	width: min(90vw, 480px);
	max-width: 480px;
	padding: 0;
	border: 0;
	border-radius: 8px;
	box-shadow: 0 18px 60px rgba(0, 0, 0, 0.28);
	color: #2a2a2a;
}

.quitc-comment-dialog::backdrop {
	background: rgba(0, 0, 0, 0.48);
}

.quitc-comment-dialog__panel {
	padding: 28px;
	text-align: left;
}

.quitc-comment-dialog__title {
	margin: 0 0 16px;
	font-size: 21px;
	line-height: 1.35;
}

.quitc-comment-dialog__message {
	margin: 0 0 24px;
	font-size: 15px;
	line-height: 1.7;
}

.quitc-comment-dialog__close {
	min-width: 96px;
	padding: 9px 20px;
	border: 0;
	border-radius: 4px;
	background: #055685;
	color: #fff;
	cursor: pointer;
	font: inherit;
}

.quitc-comment-dialog__close:hover,
.quitc-comment-dialog__close:focus {
	background: #033e60;
}
