body.widget-snippet {
	padding: 40px;
}
.snippet-request-a-quote {
	max-width: 100%;
}
.widget .snippet-request-a-quote {
	text-align: right;
	border-left: 2px solid #000000;
	line-height: 1.1;
}
.snippet-request-a-quote a {
    background-color: transparent;
    color: #262932;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    max-width: 95px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: right;
}
.snippet-request-a-quote a:hover {
	color: #293980;
	text-decoration: none;
}
.snippet-request-a-quote a:focus{
	color: #293980;
	text-decoration: none;
	outline:none;
}
.snippet-request-a-quote a span{
  font-weight: 600
}
