body.widget-snippet {
    padding:40px;
}
body.widget-snippet .social-media-footer ul li[data-cloneable="true"] {
    padding: 6px;
}
.widget-snippet .social-media-footer .social-links {
    padding: 0;
}
.widget-snippet .social-media-footer ul li {
    display: inline-block;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.widget-snippet .social-media-footer .social-links li a,
.widget-snippet .social-media-footer .social-links li a:focus {
    border: 2px solid transparent;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 36px;
    line-height: 33px;
    margin: 0 6px;
    outline: medium none;
    text-align: center;
    transition: all 300ms ease-out 0s;
    width: 36px;
    background: #230D56;
}
body.widget-snippet .social-media-footer .social-links li a.snippet-highlighted-elm,
body.widget-snippet .social-media-footer .social-links li a.snippet-activated-elm {
    outline: 2px #f26522 dashed;
    cursor: pointer;
}
.widget-snippet .social-media-footer .social-links li:first-child a {
    margin-left: 0;
}
.widget-snippet .social-media-footer .social-links li:last-child a {
    margin-right: 0;
}
.widget-snippet .social-media-footer .social-links li a:hover{
    background: #086AC2;
}
.widget-snippet .social-media-footer .social-links li a i,
.widget-snippet .social-media-footer .social-links li a:hover i{
    color: #fff;
}
