.ionvect-dynamic-grid,
.ionvect-empty-state {
	max-width: 1180px;
	margin: 0 auto 5rem;
}

.ionvect-honeypot {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.ionvect-form-panel {
	min-width: 0;
}

.ionvect-form-message {
	margin-bottom: 1.5rem;
	padding: 1rem 1.2rem;
	border: 1px solid currentColor;
	border-radius: 10px;
}

.ionvect-form-success {
	color: #086a59;
	background: #ecfbf7;
}

.ionvect-form-error {
	color: #9f2f2f;
	background: #fff4f4;
}
