.ggwp-contact {
	max-width: 760px;
}

.ggwp-contact__form {
	display: grid;
	gap: 1rem;
	margin-top: 1.5rem;
}

.ggwp-contact__form label {
	display: grid;
	gap: .45rem;
	font-weight: 700;
}

.ggwp-contact__form input,
.ggwp-contact__form select,
.ggwp-contact__form textarea {
	box-sizing: border-box;
	width: 100%;
	padding: .8rem;
	border: 1px solid currentColor;
	border-radius: 0;
	background: transparent;
	color: inherit;
	font: inherit;
}

.ggwp-contact__form button {
	justify-self: start;
	padding: .85rem 1.4rem;
	border: 0;
	background: #4e6fff;
	color: #fff;
	font: inherit;
	font-weight: 800;
	cursor: pointer;
}

.ggwp-contact__consent {
	grid-template-columns: auto 1fr;
	align-items: start;
}

.ggwp-contact__consent input {
	width: auto;
	margin-top: .2rem;
}

.ggwp-contact__notice {
	padding: 1rem;
	border-left: 4px solid #4e6fff;
}

.ggwp-contact__notice.is-error {
	border-left-color: #d63638;
}

.ggwp-contact__honeypot {
	position: absolute;
	left: -10000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
