.social-media-share {
    height: 20px;
    display: inline-flex;
    color: white;
    padding: 4px;
    border: 1px solid white;
    border-radius: 6px;
    text-decoration: none;
}

.social-media-share img {
    height: 100%;
    aspect-ratio: 1/1;
    display: inline-block;
}

.social-media-share span {
    display: inline-block;
    padding-left: 4px;
    margin-left: 4px;
    border-left: 1px solid #FFF;
    line-height: 20px;
}

/**
    FACEBOOK SHARE BUTTON
**/
#facebook-share {
    border: 1px solid #6da5ff;
    background: linear-gradient(180deg, #84b3ff 0%, #0865FE 4px calc(100% - 4px), #011f50 100%);
}

/**
    TWITTER SHARE BUTTON
**/
#twitter-share {
    border: 1px solid white;
    background: linear-gradient(180deg, #222 0%, #000 4px calc(100% - 4px), #111 100%);
}

#twitter-share img {
    scale: 0.8;
}