@font-face {
    font-family: icons;
    src: url(../font/icons.woff2) format("woff2"), url(../font/icons.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
.social-share .icon span,
.social-share .icon,
.social-share .icon a,
.social-share .icon a:hover,
.social-share a {
    text-decoration: none;
}
.social-share .fa {
    font-family: icons;
    font-style: normal;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.social-share .fa-facebook:before {
    content: "\f09a";
}
.social-share .fa-twitter:before {
    content: "\f099";
}
.social-share .fa-linkedin:before {
    content: "\f0e1";
}
.social-share {
    display: block;
    margin: 20px 0;
    clear: both;
}
.social-share .icon,
.social-share .icon a {
    color: #fff;
    width: auto;
    height: auto;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
    transition: 0.3s;
}
.social-share .icon {
    display: inline-block;
    padding: 0;
    min-width: auto;
    margin: 2px;
    cursor: pointer;
}
.social-share .icon a {
    display: block;
    font-size: 15px;
    padding: 7px 15px;
    line-height: 1.5;
}
.social-share p:empty,
.social-share ul > li:before {
    display: none;
}
.social-share ul {
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
}
.social-share .share-list {
    display: flex;
    width: auto;
    padding: 0;
    border-spacing: 5px 0;
    list-style: none;
    gap: 5px;
}
.social-share .icon a:hover {
    transition: 0.3s;
}
.social-share .icon:hover span {
    width: auto;
    height: auto;
    transition: 0.3s;
    position: relative;
}
.social-share .icon span {
    font-size: 12px;
    padding-left: 5px;
    vertical-align: text-bottom;
    border-left: 1px solid #ffffff1a;
}
.social-share .icon.small {
    max-width: 44px;
}
.icon span {
    margin-left: 5px;
    font-size: 14px;
    text-decoration: none;
}
.icon.facebook a {
    background: #4267b2;
}
.icon.twitter a {
    background: #1da1f2;
}
.icon.linkedin a {
    background: #0073b5;
}
.socialicons {
    text-align: center;
}
.icon.facebook a:hover {
    background: #365086;
}
.icon.twitter a:hover {
    background: #1272ad;
}
.icon.linkedin a:hover {
    background: #005983;
}
.socialicons .icon {
    display: inline-block;
    margin: 5px;
    color: #fff;
    text-align: center;
}
@media only screen and (max-width: 840px) {
    .social-share .share-list {
        max-width: 100%;
        width: 100%;
    }
}
@media only screen and (max-width: 480px) {
    .social-share .icon span {
        display: none;
    }
    .social-share .icon a {
        padding: 10px;
    }
    .social-share .share-list {
        gap: 2px;
    }
    .social-share .icon {
        flex-grow: 1;
        margin: 0;
    }
    .social-share .icon a {
        text-align: center;
    }
}