<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#share {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin: 20px 0;
    clear: both;
    float: left;
    width: 100%;
}

.share-wrap #share {
    margin: 0;
    width: inherit;
}

.social_share {
    margin: 0 5px;
    transition: background .2s ease-in-out, border-color .2s ease-in-out;
    padding: .5em .6em;
    color: #fff;
    line-height: normal;
    position: relative;
    display: inline-block;
    width: 36px;
    height: 36px;
    vertical-align: top;
    border: 0;
    cursor: pointer;
}

.social_share:hover {
    opacity: 0.95;
}

.social_share svg {
    width: 20px;
    height: 20px;
    fill: #fff;
}

.social_share[data-type="twitter"] {
    background: #00aced;
}

.social_share[data-type="facebook"] {
    background: #3b5998;
}

.social_share[data-type="vk"] {
    background: #45668e;
}

.social_share[data-type="whatsapp"] {
    background: rgb(41 166 40 / 0.8);
}

.social_share[data-type="viber"] {
    background: rgb(123 81 157 / 0.8);
}

.social_share[data-type="telegram"] {
    background: #2ca5e0;
}</pre></body></html>