.content-detail .news-single .news-media-share .social-links-block {
    display: flex;

}

.content-detail .news-single .news-media-share p {
    color: var(--qc-color-blue-medium);
    font-size: 14px;
}

.content-detail .news-single .shariff .orientation-horizontal.button-style-standard li {
    min-width: 16px;
    max-width: none;
}

.content-detail .news-single .shariff .orientation-horizontal.button-style-standard li a svg {
    display: none;
}

.content-detail .news-single .shariff .orientation-horizontal.button-style-standard li a {
    background-color: transparent;
}

.content-detail .news-single .shariff .orientation-horizontal.button-style-standard li a::after {
    height: 28px;
    width: 28px;
    content: "";
    display: inline-block;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 16px;
    background-repeat: no-repeat;
    background-size: cover;
}

.content-detail .news-single .shariff .orientation-horizontal.button-style-standard li.facebook a::after {
    background-image: url(../Icons/Facebook-round.svg);
}

.content-detail .news-single .shariff .orientation-horizontal.button-style-standard li.twitter a::after {
    background-image: url(../Icons/Twitter-round.svg);
}

.content-detail .news-single .shariff .orientation-horizontal.button-style-standard li.mail a::after {
    background-image: url(../Icons/mailto.svg);
}

.content-detail .news-single .shariff .orientation-horizontal.button-style-standard li.linkedin a::after {
    background-image: url(../Icons/Linkedin-round.svg);
}

.content-detail .news-single .shariff .orientation-horizontal.button-style-standard li .share_text {
    display: none;
}

.content-detail .news-single .article div.content-els-news + div.shariff {
    display: none;
}