<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.wp-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px !important;
    vertical-align: middle;
    color: #fff;
    margin-right: 5px;
}

.socialMedia .fa-facebook-f {
    background: #3B5998;
}

.socialMedia .fa-linkedin {
    background: #0077B5;
}

.socialMedia .fa-twitter {
    background: #1DA1F2;
}

.socialMedia .fa-instagram {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    box-shadow: 0px 3px 10px rgba(0,0,0,.25);
}

.socialMedia .fa-google-plus {
    background: #D04338;
}

.socialMedia .fa-youtube {
    background: #FF0000;
}

.socialMedia .fa-pinterest {
    background: #BD081C;
}

.socialMedia .fa-rss {
    background: #EA7818;
}

.socialMedia li {
    display: inline-block;
}

.no-padding {
    padding: 0px;
}

</pre></body></html>