.wpshop-contact-form {
	max-width: 480px;
	margin-top: 24px;
}

.wpshop-contact-field {
	margin: 0 0 16px;
}

.wpshop-contact-field label {
	display: block;
	margin-bottom: 6px;
	font-weight: 600;
}

.wpshop-contact-field input[type="text"],
.wpshop-contact-field textarea {
	width: 100%;
	padding: 12px 14px;
	border: 1px solid var( --theme-palette-color-6, #dcdfe2 );
	border-radius: 6px;
	font: inherit;
	box-sizing: border-box;
}

.wpshop-contact-field--honeypot {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.wpshop-contact-submit {
	background: var( --theme-palette-color-2, #bc5d40 );
	color: #fff;
	border: 0;
	border-radius: 6px;
	padding: 12px 28px;
	font: inherit;
	font-weight: 600;
	cursor: pointer;
}

.wpshop-contact-submit:hover {
	opacity: 0.9;
}

.wpshop-contact-notice {
	padding: 14px 18px;
	border-radius: 6px;
	margin-bottom: 20px;
}

.wpshop-contact-notice--success {
	background: #e6f4ea;
	color: #1e4620;
}

.wpshop-contact-notice--error {
	background: #fdecea;
	color: #611a15;
}
