.comment-reply-title, .comments-title {
	margin-bottom: 1em;
}

#cancel-comment-reply-link {
	margin-left: .8em;
}

.comment-form {
	line-height: 1.3;
	background-color: var(--global-palette8);
	padding: 30px;
	border-radius: 4px;
}

.comment-form p {
	margin: 1.5em 0;
}

@media screen and (max-width:1024px) {
	.comment-form p {
		margin: .5em 0;
	}
	
	.comment-form p.comment-form-cookies-consent {
		margin: 1.5em 0;
	}
}

.comment-form .comment-notes {
	margin-top: -.5em;
	font-size: 80%;
	font-style: italic;
}

@media screen and (max-width:1024px) {
	.comment-form {
		padding: 15px;
	}
}

#respond+.comments-title {
	margin-top: 3em;
}

.comment-form label {
	display: block;
	padding-bottom: .4em;
}

.comment-form-cookies-consent {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.comment-form .comment-form-cookies-consent input {
	font-size: 90%;
	vertical-align: -2px;
}

.comment-form .required {
	color: #d54e21;
}

.comment-form input, .comment-form label {
	-webkit-transition: all .2s;
	transition: all .2s;
}

.comment-form input:-moz-placeholder-shown+label, .comment-form textarea:-moz-placeholder-shown+label {
	white-space: nowrap;
	overflow: hidden;
	max-width: 90%;
	text-overflow: ellipsis;
	cursor: text;
	transform: translate(.5em, 2.35em) scale(1);
}

.comment-form input:-ms-input-placeholder+label, .comment-form textarea:-ms-input-placeholder+label {
	white-space: nowrap;
	overflow: hidden;
	max-width: 90%;
	text-overflow: ellipsis;
	cursor: text;
	transform: translate(.5em, 2.35em) scale(1);
}

.comment-form input:placeholder-shown+label, .comment-form textarea:placeholder-shown+label {
	white-space: nowrap;
	overflow: hidden;
	max-width: 90%;
	text-overflow: ellipsis;
	cursor: text;
	-webkit-transform: translate(.5em, 2.35em) scale(1);
	transform: translate(.5em, 2.35em) scale(1);
}

.comment-form ::-webkit-input-placeholder {
	-webkit-transition: inherit;
	transition: inherit;
	opacity: 0;
}

.comment-form ::-moz-placeholder {
	-moz-transition: inherit;
	transition: inherit;
	opacity: 0;
}

.comment-form :-ms-input-placeholder {
	-ms-transition: inherit;
	transition: inherit;
	opacity: 0;
}

.comment-form ::-ms-input-placeholder {
	-ms-transition: inherit;
	transition: inherit;
	opacity: 0;
}

.comment-form ::placeholder {
	-webkit-transition: inherit;
	transition: inherit;
	opacity: 0;
}

.comment-form input:focus::-webkit-input-placeholder, .comment-form textarea:focus::-webkit-input-placeholder {
	opacity: 1;
}

.comment-form input:focus::-moz-placeholder, .comment-form textarea:focus::-moz-placeholder {
	opacity: 1;
}

.comment-form input:focus:-ms-input-placeholder, .comment-form textarea:focus:-ms-input-placeholder {
	opacity: 1;
}

.comment-form input:focus::-ms-input-placeholder, .comment-form textarea:focus::-ms-input-placeholder {
	opacity: 1;
}

.comment-form input:focus::placeholder, .comment-form textarea:focus::placeholder {
	opacity: 1;
}

.comment-form input:not(:-moz-placeholder-shown)+label, .comment-form textarea:not(:-moz-placeholder-shown)+label {
	transform: translate(0) scale(.75);
	cursor: pointer;
}

.comment-form input:not(:-ms-input-placeholder)+label, .comment-form textarea:not(:-ms-input-placeholder)+label {
	transform: translate(0) scale(.75);
	cursor: pointer;
}

.comment-form input:focus+label, .comment-form input:not(:placeholder-shown)+label, .comment-form textarea:focus+label, .comment-form textarea:not(:placeholder-shown)+label {
	-webkit-transform: translate(0) scale(.75);
	transform: translate(0) scale(.75);
	cursor: pointer;
}

.comment-form input[type=checkbox]+label {
	display: inline-block;
	padding-bottom: 0;
	-webkit-transform: none;
	transform: none;
	padding-left: .2em;
}

.comment-form .comment-form-cookies-consent label:not(:-moz-placeholder-shown) {
	padding-left: .6em;
	font-size: 90%;
}

.comment-form .comment-form-cookies-consent label:not(:-ms-input-placeholder) {
	padding-left: .6em;
	font-size: 90%;
}

.comment-form .comment-form-cookies-consent label:not(:placeholder-shown) {
	padding-left: .6em;
	font-size: 90%;
}