/* Kommentar-Link-Schutz */

/* Fallback, falls ein Theme das Website-Feld fest im Template hat. */
.comment-form-url {
	display: none !important;
}

.kls-notice {
	margin: 0.5em 0 1em;
	padding: 0.75em 1em;
	border-left: 4px solid #d63638;
	background: #fcf0f1;
	color: #8a1f1f;
	font-size: 0.95em;
	line-height: 1.5;
}

.kls-notice[hidden] {
	display: none;
}

textarea.kls-has-link {
	border-color: #d63638 !important;
	outline-color: #d63638;
}

.kls-submit-disabled,
.kls-submit-disabled:hover,
.kls-submit-disabled:focus {
	opacity: 0.5 !important;
	filter: grayscale(100%);
	cursor: not-allowed !important;
}
