.social-share {
    display: block;
}

.social-share a {
    padding: 10px 25px 10px 15px;
    font-size: 14px;
    line-height: 20px;
    color: #FFF !important;
    background: #222;
    border-radius: 8px;
    transition: all 300ms ease;
    margin: 5px 10px 5px 0;
    text-decoration: none;
    cursor: pointer;
    border: none;
    outline: none;
    box-sizing: border-box;
    min-width: max-content;
    display: inline-block;
}

.social-share a svg {
    margin-right: 5px;
    fill: #ffffff;
    height: 20px;
    width: auto;
    position: relative;
    vertical-align: middle;
    display: inline-block;
}

.social-share a:hover {
    opacity: .8;
}

.social-share a.facebook {
    background: #3B5998;
}

.social-share a.twitter {
    background: #55ACEE;
}

.social-share a.linkedin {
    background: #007bb5;
}

.social-share a.whatsapp {
    background: #01A884;
}

@media only screen and (max-width: 599px) {
    .social-share a {
        margin-bottom: 10px;
    }
}
