<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.cpc_cta input[name="zip"] {
	font: 30px 'Trebuchet MS', sans-serif;
	text-align: center; 
	margin: 0 auto; 
	width: 180px; 
	display: block; 
	height: 44px; 
	line-height: 24px;
}
.get-quotes-btn2 {
	background-color: #f90;
	margin: 10px;
	padding: 15px 20px;
	text-transform: uppercase;
	letter-spacing: .05em;
	color: #fff;
	cursor: pointer;
	border: none;	
    width: 180px; 
	font-weight: 800; 
	font-size: 16px; 
	border-radius: 5px; 
	transition: all 1s ease-in-out;	
}
.cta &gt; form button:hover, .get-quotes-btn2:hover {
	background-color:#d18717;
}</pre></body></html>