form.submitting input,
form.sended input,
form.submitting button,
form.sended button {
	pointer-events: none !important;
}

.sd-alert {
	display: none;
	color: var(--smart-cf7-accent1);
	font-size: 12px;
	text-align: center;
	padding: 10px;
	font-weight: 500;
	border-radius: 4px;
	margin-top: 10px;
	background: rgb(255 148 148 / 10%);
}

.sd-alert p {
	font-size: inherit;
	color: inherit;
	line-height: inherit;
	font-weight: inherit;
}

footer .sd-alert {
	color: var(--smart-cf7-accent2);
	background: rgb(0 0 0 / 15%);
}

.sd-alert a {
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	white-space: nowrap;
}

.wpcf7-not-valid-tip + .wpcf7-not-valid-tip {
	display: none;
}
