.lwp-wholesale-contact__form label {
	display: block;
	font-weight: 600;
	margin-bottom: 0.25em;
}

.lwp-wholesale-contact__form textarea {
	width: 100%;
	max-width: 600px;
	padding: 0.5em;
}

.lwp-wholesale-contact__form .lwp-wholesale-contact__submit {
	/* inline-block (not block) so it responds to a text-align set by a page
	   builder (e.g. Flatsome UX Builder's alignment control) the same way
	   the textarea above already does — a block-level element ignores
	   text-align for its own position no matter its width. */
	display: inline-block;
	width: 100%;
	max-width: 420px;
	white-space: nowrap;
	margin-top: 40px !important;
	margin-bottom: 40px !important;
}

.lwp-contact-notice {
	padding: 1em;
	margin-bottom: 1.5em;
	border-left: 4px solid #ccc;
}

.lwp-contact-notice-success {
	border-color: #46b450;
	background: #ecf7ed;
}

.lwp-contact-notice-error {
	border-color: #dc3232;
	background: #fbeaea;
}

.lwp-contact-notice-error ul {
	margin: 0;
	padding-left: 1.2em;
}
