/* Quote request submit — match sticky basket / brand indigo */
.flexiline-quotes-only-request .button.alt,
.flexiline-quotes-only-request button[type="submit"].button {
	background: #35288a !important;
	color: #fff !important;
	border-color: #35288a !important;
}

.flexiline-quotes-only-request .button.alt:hover,
.flexiline-quotes-only-request .button.alt:focus,
.flexiline-quotes-only-request button[type="submit"].button:hover,
.flexiline-quotes-only-request button[type="submit"].button:focus {
	background: #4a3fb5 !important;
	color: #fff !important;
	border-color: #4a3fb5 !important;
	outline: 2px solid rgba(255, 255, 255, 0.35);
	outline-offset: 2px;
}
