.wpcf7[id^="wpcf7-f4842-"] form.sent .wpcf7-response-output,
.wpcf7[id^="wpcf7-f2229-"] form.sent .wpcf7-response-output,
.wpcf7[id^="wpcf7-f4842-"] form.failed .wpcf7-response-output,
.wpcf7[id^="wpcf7-f2229-"] form.failed .wpcf7-response-output,
.wpcf7[id^="wpcf7-f4842-"] form.spam .wpcf7-response-output,
.wpcf7[id^="wpcf7-f2229-"] form.spam .wpcf7-response-output {
	display: none !important;
}

.agrofertil-form-sent {
	position: fixed;
	inset: 0;
	z-index: 1000000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px 16px;
	background: rgba(12, 24, 18, 0.62);
}

.agrofertil-form-sent__panel {
	width: min(520px, 100%);
	margin: 0;
	padding: 36px 28px 28px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
	text-align: center;
}

.agrofertil-form-sent__mark {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 72px;
	height: 72px;
	margin: 0 auto 18px;
	border-radius: 50%;
	background: #007934;
	color: #fff;
	font-size: 40px;
	line-height: 1;
}

.agrofertil-form-sent--error .agrofertil-form-sent__mark {
	background: #9a3412;
}

.agrofertil-form-sent__title {
	margin: 0 0 12px;
	color: #16301f;
	font-size: 32px;
	line-height: 1.15;
	font-weight: 700;
}

.agrofertil-form-sent__message {
	margin: 0 0 24px;
	color: #243028;
	font-size: 20px;
	line-height: 1.45;
}

.agrofertil-form-sent__close {
	display: inline-block;
	min-width: 180px;
	padding: 14px 28px;
	border: 0;
	border-radius: 3px;
	background: #007934;
	color: #fff;
	font-size: 18px;
	letter-spacing: 1px;
	text-transform: uppercase;
	cursor: pointer;
}

.agrofertil-form-sent__close:hover,
.agrofertil-form-sent__close:focus {
	background: #00662c;
	color: #fff;
}

@media (max-width: 480px) {
	.agrofertil-form-sent__panel {
		padding: 28px 18px 20px;
	}

	.agrofertil-form-sent__title {
		font-size: 26px;
	}

	.agrofertil-form-sent__message {
		font-size: 18px;
	}
}
