.qrm-form {
	max-width: 640px;
	margin: 0 auto;
}
.qrm-service-group {
	display: none;
	border-left: 3px solid #2271b1;
	padding-left: 16px;
	margin: 16px 0;
}
.qrm-mount-surface-field,
.qrm-mount-other-field {
	display: none;
}
.qrm-section-title {
	margin-top: 28px;
	margin-bottom: 12px;
}
.qrm-subsection-title {
	margin-top: 0;
	margin-bottom: 12px;
}
.qrm-field {
	margin-bottom: 16px;
}
.qrm-field label,
.qrm-radio-label {
	display: block;
	font-weight: 600;
	margin-bottom: 6px;
}
.qrm-field input[type="text"],
.qrm-field input[type="email"],
.qrm-field input[type="tel"],
.qrm-field input[type="number"],
.qrm-field select,
.qrm-field textarea {
	width: 100%;
	padding: 8px 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
}
.qrm-radio-field label {
	display: inline-block;
	font-weight: 400;
	margin-right: 16px;
}
.qrm-req {
	color: #c0392b;
}
.qrm-submit-btn {
	background: #2271b1;
	color: #fff;
	border: none;
	padding: 12px 28px;
	border-radius: 4px;
	font-size: 16px;
	cursor: pointer;
}
.qrm-submit-btn:hover {
	background: #135e96;
}
.qrm-notice {
	padding: 12px 16px;
	border-radius: 4px;
	margin-bottom: 16px;
}
.qrm-notice-success {
	background: #d7f5e0;
	color: #0a5c2e;
}
.qrm-notice-error {
	background: #fbdcdc;
	color: #7a1c1c;
}
.qrm-notice-error ul {
	margin: 0;
	padding-left: 18px;
}
/* Hide honeypot spam field */
.qrm-honeypot-wrap {
    position: absolute !important;
    left: -9999px !important;
    top: auto !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}