/**
 * Share section
 */

.weblogPost__share {
    display: flex;
    flex-direction: column;
    margin-top: 2rem;
}

.weblogPost__shareTitle {
    margin: 0 .5rem 0 0;
}

.weblogPost__shareButtons {
    margin: 1rem 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
}

.weblogPost__shareButton {
    display: block;
    width: 32px;
    height: 32px;
    margin-right: .5rem;
    fill: #fff;
    background-color: #005a83;
}

.weblogPost__shareButton.--twitter {
    background-color: #339dc5;
}

.weblogPost__shareButton.--x-twitter {
    background-color: #000000;
}

.weblogPost__shareButton.--linkedin {
    background-color: #314b7e;
}

.weblogPost__shareButton.--email {
    background-color: #393939;
}
