#commentform .comment-form-author > label,
#commentform .comment-form-email > label,
#commentform .comment-form-url > label,
#commentform .comment-textarea > label {
	display: block;
	margin: 0 0 6px;
	font-size: 13px;
	line-height: 1.35;
	font-weight: 600;
	color: #002c79;
}

#commentform .required {
	color: inherit;
}

#commentform .comment-form-author,
#commentform .comment-form-email,
#commentform .comment-form-url,
#commentform .comment-textarea {
	margin-bottom: 16px;
}

#commentform .comment-form-cookies-consent {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

#commentform .comment-form-cookies-consent input[type="checkbox"] {
	margin: 3px 0 0;
	flex: 0 0 auto;
}

#commentform .comment-form-cookies-consent label {
	display: inline;
	margin: 0;
	font-size: 14px;
	line-height: 1.4;
	font-weight: 400;
}

#commentform .comment-form-note {
	margin-bottom: 16px;
	font-size: 14px;
	line-height: 1.5;
}

#commentform .comment-field-error {
	margin: 6px 0 0;
	font-size: 13px;
	line-height: 1.35;
	color: #b00020;
}

#commentform [aria-invalid="true"] {
	border-color: #b00020;
}