/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.shortcode-share {
    display: inline-block;
    vertical-align: middle;
}

.shortcode-share .layout-default {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.shortcode-share .btn-share {
    line-height: 26px;
    height: 32px;
    width: 32px;
    color: #fff;
    font-size: 1.5rem;
    background-color: #3b5998;
    padding: 5px 6px;
    margin-right: 5px;
    text-align: center;
    transition: all .2s ease-in-out;
}

.shortcode-share .btn-share:hover {
    transform: translateY(-4px);
    outline-offset: -1px;
    color: #fff;
}

.shortcode-share .btn-facebook {
    background-color: #3b5998;
}

.shortcode-share .btn-twitter {
    background-color: #1DA1F2;
}

.shortcode-share .btn-pinterest {
    background-color: #E60023;
}

.shortcode-share .btn-linkedin {
    background-color: #0e76a8;
}