body.single-post section.blogpostcontent .shariff:not(.dt-social-share-ready) {
    opacity: 0;
}

body.single-post section.blogpostcontent .shariff.dt-social-share-override,
body.single-post section.blogpostcontent .shariff.dt-social-share-override * {
    box-sizing: border-box;
}

body.single-post section.blogpostcontent .shariff.dt-social-share-override {
    z-index: 30;
}

body.single-post section.blogpostcontent .shariff.dt-social-share-override ul.dt-social-share-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}

body.single-post section.blogpostcontent .shariff.dt-social-share-override li.dt-social-share-item,
body.single-post section.blogpostcontent .shariff.dt-social-share-override li.shariff-button {
    display: block;
    float: none;
    width: 30px !important;
    height: 30px;
    margin: 0;
    padding: 0;
}

body.single-post section.blogpostcontent .shariff.dt-social-share-override li.shariff-button a.dt-social-share-link {
    align-items: center !important;
    background: #000 !important;
    background-image: none !important;
    border: 0 !important;
    border-radius: 50% !important;
    box-shadow: none !important;
    color: #fff !important;
    display: inline-flex !important;
    font-size: 0 !important;
    height: 30px !important;
    justify-content: center !important;
    line-height: 1 !important;
    margin-left: 3px !important;
    overflow: hidden !important;
    padding: 0 !important;
    text-decoration: none !important;
    text-indent: 0 !important;
    transition: opacity 0.15s ease-in-out;
    width: 30px !important;
}

body.single-post section.blogpostcontent .shariff.dt-social-share-override li.shariff-button a.dt-social-share-link:hover,
body.single-post section.blogpostcontent .shariff.dt-social-share-override li.shariff-button a.dt-social-share-link:focus-visible {
    opacity: 0.5;
}

body.single-post section.blogpostcontent .shariff.dt-social-share-override svg {
    display: block;
    fill: currentColor;
    height: 18px;
    width: 18px;
}

body.single-post section.blogpostcontent .shariff.dt-social-share-override .dt-social-share-glyph {
    color: currentColor;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-indent: 0;
    text-transform: none;
}

body.single-post section.blogpostcontent .shariff.dt-social-share-override .dt-social-share-glyph--mastodon {
    font-size: 20px;
    transform: translateY(-1px);
}

body.single-post section.blogpostcontent .shariff.dt-social-share-override .dt-social-share-glyph--linkedin {
    font-size: 15px;
    letter-spacing: -0.08em;
    transform: translate(-1px, 1px);
}

body.single-post section.blogpostcontent .shariff.dt-social-share-override .share_text {
    display: none !important;
}

@media (max-width: 959px) {
    body.single-post section.blogpostcontent .shariff.dt-social-share-override ul.dt-social-share-list {
        flex-direction: row;
        gap: 10px;
    }
}
