/**
 * Public-facing styles for the AMTi Quote Request form.
 * Bootstrap 5 handles the bulk of layout and component styles.
 */

.amti-quote-request-wrap {
	max-width: 800px;
}

.amti-quote-request-wrap .form-label {
	font-weight: 600;
}

/* Slightly increase spacing between the submit button and the required-fields note */
.amti-quote-request-wrap .btn[type="submit"] {
	min-width: 160px;
}
