@charset "UTF-8";

.m-share {
    background-color: var(--transparent-background-color);
    bottom: 0;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, .1), 0 0 0 transparent;
    height: 45px;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 3
}

@media only screen and (min-width:48rem) {
    .m-share {
        height: 50px
    }
}

@media only screen and (min-width:64rem) {
    .m-share {
        background-color: transparent;
        box-shadow: 0 0 0 transparent, 0 0 0 transparent;
        height: auto;
        left: auto;
        position: absolute;
        right: -75px;
        top: 0;
        width: 40px
    }
}

@media only screen and (min-width:80rem) {
    .m-share {
        right: -175px;
        width: 50px
    }
}

@media only screen and (min-width:90rem) {
    .m-share {
        right: -200px
    }
}

.m-share a {
    color: inherit !important
}

.m-share a:first-of-type {
    margin-left: 0
}

@media only screen and (min-width:64rem) {
    .m-share a:first-of-type {
        margin-bottom: 0
    }
}

.m-share button:last-of-type {
    margin-right: 0
}

@media only screen and (min-width:64rem) {
    .rtl .m-share {
        left: -75px;
        right: auto
    }
}

@media only screen and (min-width:80rem) {
    .rtl .m-share {
        left: -175px
    }
}

@media only screen and (min-width:90rem) {
    .rtl .m-share {
        left: -200px
    }
}

.m-share__content {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center
}

@media only screen and (min-width:64rem) {
    .m-share__content {
        align-items: flex-start;
        flex-direction: column-reverse;
        height: auto;
        position: -webkit-sticky;
        position: sticky;
        top: 100px
    }
}

.rtl .m-share__content {
    direction: ltr
}

@media only screen and (min-width: 64rem) {
    .m-share a:first-of-type {
        margin-bottom: 0;
    }
}

.m-share a:first-of-type {
    margin-left: 0;
}

@media only screen and (min-width: 80rem) {
    .m-icon-button.in-share {
        font-size: 1rem;
        height: 50px;
        width: 50px;
    }
}

@media only screen and (min-width: 64rem) {
    .m-icon-button.in-share {
        font-size: .875rem;
        height: 40px;
        margin: 0 0 20px;
        width: 40px;
    }
}

.m-icon-button.in-share {
    color: var(--titles-color);
    font-size: .75rem;
    height: 31px;
    margin: 0 25px;
    text-decoration: none;
    width: 31px;
}

.m-icon-button.filled {
    background-color: var(--background-color);
    box-shadow: 0 2px 4px var(--button-shadow-color-normal), 0 0 0 transparent;
    transition: all .25s cubic-bezier(.02,.01,.47,1);
}

.m-share a {
    color: inherit !important;
}
.l-post-content a {
    color: var(--primary-foreground-color);
    text-decoration: underline;
    transition: color .2s linear;
}
.m-icon-button {
    background-color: transparent;
    border: 0;
    border-radius: 50%;
    color: var(--titles-color);
    cursor: pointer;
    font-size: 1.125rem;
    outline: 0;
    padding: 0;
}