<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* container */

#sss4givewp {
    width: 100%;
    text-align: center;
}

/* buttons */

#sss4givewp a {
    width: 40px;
    height: 40px;
    line-height: 0;
    display: inline-flex;
    margin: 8px;
    border-radius: 50%;
    font-size: 1.5rem;
    color: #fff;
    opacity: 0.75;
    transition: opacity 0.15s linear;
    text-decoration: none;
    padding: 10px;
    justify-content: center;
    align-items: center;
}

#sss4givewp a svg {
    fill: white;
    width: 20px;
    height: 20px;
}

#sss4givewp a:hover {
    opacity: 1;
}

/* colors */

.socicon-facebook {
    background: #3e5b98;
}

.socicon-twitter {
    background: #4da7de;
}

.socicon-linkedin {
    background: #3371b7;
}</pre></body></html>