body.widget-snippet .phone-number a {
    background: #000;
    color: #fff;
  max-width:300px
}
.widget-snippet .phone-number a {
    padding:15px 0 15px 15px;
    background: transparent;
    font-size: 20px;
    font-weight: 600;
    font-family: Gilroy;
        text-decoration: none; 
    color: #fff; 
    display:flex;
}
.widget-snippet .phone-number a:hover {
    text-decoration: none; 
    color:#49ecc2;
}
.widget-snippet .phone-number a:hover svg path{ 
    fill:#49ecc2;
    stroke:#49ecc2 
}
.widget-snippet .phone-number a span {
  margin-left: 8px;
  font-weight: 600 !important;
}

.widget.widget-snippet a:focus {
    outline: 0;
    outline: 0;
    outline-offset: 0;
	  -moz-outline-style: none;
}
body.widget-snippet a:focus {
    color: #23527c;
    text-decoration: underline;
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
