	/* ------  CSS code to reduce quote tool -- v2 ++ ------*/
	/* ------           Last edit 11/21/25           ------*/
	
	/*Quote tool Optimized*/
	a.quote_tool__page--answer{
		background-color: #f5f5f5 !important;
		border-color: #bdbdbd !important;
		color:#3f3f3f;
	}

	a.quote_tool__page--answer:hover{
		background-color: #eb747a !important;
		border-color: #e4464e !important;
		color:#fff;
	}

	div.quote_tool__page > h4
	{
		color:#646464;
	}

	/*Desktop*/
	@media (min-width: 1024px) {
		div.quote_tool__page > h4
		{
			font-size: 40px !important;
			margin-bottom: 50px !important;
		}
	}
	
	/*Mobile*/
	@media only screen and (max-width: 767px){
		/* Bring the CTA closer to the question*/
		.quote_tool h4.Heading--h3.Heading--h3
		{
			margin-bottom: 10px !important;
		}
		
		/* Reduce margin-bottom below Trustpilot*/
		.banner-w-form .banner-bottom:has(.banner-trustpilot) {
			margin-bottom: 43px !important;
		}
		
		
		/* Bring down the back button to prevent unexpected clicks*/
		div.quote_tool__module .quote_tool .go-back-js{
			top: 10px !important;
		}
		/* Reduce the Trustpilot widget to prevent unexpected clicks*/
		    .banner-w-form .banner-bottom .banner-trustpilot:not(.banner-trustpilot--below){
			width: 50% !important;
		}
	}
