<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.jsshare {
    display:flex;
    flex-wrap:wrap;
    margin-top:10px;
}

.social_share {
    padding:2px 10px;
    border-radius:7px;
    background:green;
    color:white;
    margin-right:10px;
    font-size:16px;
    line-height:24px;
    margin-bottom:10px;
    cursor:pointer;
}

.social_share:last-child {
    margin-right:0;
}

.social_share span {
    color:white;
    margin-right:5px;
    font-size:16px;
    line-height:24px;
}

.social_share.facebook {
    background:#3b5998;
}

.social_share.twitter {
    background:#00acee;
}

.social_share.linkedin {
    background:#0e76a8;
}

.social_share.whatsapp {
    background:#25cc65;
}

.social_share.email {
    background:#8a8a8a;
}</pre></body></html>