.shariff li {
    transition: all 0.2s;
    position: relative;
}
.shariff li:hover,
.shariff li a:focus {
    top: -2px;
}

.shariff .shariff-button .fab,
.shariff .shariff-button .fas {
    background: url(../../Svg/social-icons.svg);
    background-size: 354px 34px;
    display: block;
    width: 34px;
    height: 34px;
}
.shariff .shariff-button a,
.shariff .shariff-button a:hover {
    background: var(--color-white);
}
.shariff .shariff-button .fa-twitter {
    background-position-x: -42px;
}
.shariff .shariff-button .fa-telegram {
    background-position-x: -210px;
}
.shariff .shariff-button .fa-linkedin-in {
    background-position-x: -252px;
}
.shariff .shariff-button .fa-whatsapp {
    background-position-x: -168px;
}
.shariff .orientation-horizontal.button-style-standard li {
    min-width: 32px;
    max-width: 32px;
}
.shariff li,
.shariff li a {
    height: 0;
}
.slidedown .shariff li,
.slidedown .shariff li a {
    height: 34px;
}
.shariff .shariff-button.mail {
    display: none;
}

.news-page--footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column-reverse;
    border-top: 1px solid var(--color-secondary-40);
    margin-top: 2rem;
}
.news-page-sharing button {
    background: none;
    border: none;
    cursor: pointer;
    fill: var(--color-secondary-80);
}
.news-page-sharing button:hover svg,
.news-page-sharing button:focus svg {
    fill: var(--color-primary-1);
}
.news-page-sharing button:focus {
    outline-color: var(--color-primary-1);
}
.news-page--footer .news-item-tags {
    justify-content: center;
    margin: 0;
}
.news-page-sharing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    place-content: center;
    transition: all 0.2s;
}
.news-page-sharing li {
    margin-inline: 20px;
}
.news-page-sharing li:last-child {
    position: relative;
}
.news-page-sharing .shariff-wrapper {
    position: absolute;
    width: 220px;
    right: -5px;
    margin-top: 0.5rem;
}
.shariff .orientation-horizontal {
    flex-wrap: nowrap;
    justify-content: center;
}
.news-content {
    margin-bottom: 2rem;
}

/* For Desktop */

@media (min-width: 992px) {
    .news-page--footer {
        flex-direction: row;
        justify-content: space-between;
    }
    .shariff .orientation-horizontal {
        justify-content: flex-end;
    }
    .news-page--footer .news-item-tags {
        margin: 1rem 0;
    }
    .news-page-sharing li {
        margin-inline: 5px;
    }
    .shariff .shariff-button.whatsapp {
        display: none;
    }
    .news-page--footer .news-item-tags {
        justify-content: flex-start;
    }
}

/* Especially for mobile */

@media (max-width: 991px) {
    .news-page-sharing.slidedown {
        margin-bottom: 4.5rem;
    }
    .shariff-wrapper {
        margin-top: 1rem;
    }
    .news-page--footer .news-item-tags {
        flex-wrap: wrap;
    }
    .news-page--footer .news-item-tags li {
        max-width: 100%;
    }
}
