.single-post.single {
    background-image: url(../../images/content-image-bg.svg);
    background-position: center 2%;
    background-size: 150% auto;
    background-repeat: no-repeat;
}
.single-post.single .wpzoom-social-sharing-buttons-bottom {
    margin-top: 65px;
    display: flex;
    justify-content: center;
}

.sharing-icons-wrapper .social-sharing-icons {
    display: flex;
    align-items: center;
    gap: 24px;
}

.sharing-icons-wrapper svg {
    display: none;
}

.sharing-icons-wrapper a {
    background-color: transparent !important;
    border-radius: 0 !important;
    background-repeat: no-repeat;
    background-position:  center center;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sharing-icons-wrapper a:hover {
    transform: scale(1.02) !important;
}
.sharing-icons-wrapper a.social-sharing-icon-copy-link {
    background-image: url('../../images/sharefat.svg');
}

.sharing-icons-wrapper a.social-sharing-icon-facebook {
    background-image: url('../../images/fb.svg');
}

.sharing-icons-wrapper a.social-sharing-icon-x {
    background-image: url('../../images/x.svg');
}
.single-title {
    margin-bottom: 12px;
    color: var(--gold-100);
    text-align: center;
    font-size: 1.75rem;
    line-height: 110%; /* 30.8px */
    text-transform: capitalize;
}

.sharing-icons-wrapper .social-sharing-icon-li {
    position: relative;
}

.sharing-icons-wrapper a.social-sharing-icon-copy-link .social-sharing-icon-label {
    position: absolute;
    top: -24px;
    z-index: 1;
}

.single-blog-wrapper {
    background-image: url(../../images/footer-bg-line.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: calc(100% - 32px) 10px;
    padding-bottom: 36px;
}

.blog-single-container .wp-block-image {
    height: clamp(12rem, 25.391vw - 4.282rem, 26.188rem) !important;
    display: flex !important;
    overflow: hidden;
}

@media ( min-width: 768px) {
    .single-blog-wrapper {
        padding-bottom: 44px;
    }
    .single-post.single {
        background-position: center -7%;
    }
}

@media ( min-width: 1024px) {
    .single-title {
        font-size: 2.25rem;
    }
}

@media ( min-width: 1280px) {
    .single-blog-wrapper {
        background-size:  100% 11.3px;
        padding-bottom: 44px;
        padding-top: 80px;
    }
    .single-post.single {
        background-position: center -3%;
        background-size: calc(100% - 290px) auto;
    }
    .single-title {
        font-size: 2.5rem;
        margin-bottom: 32px;
    }
    .blog-single-container .wp-block-image {
        margin-bottom: 60px;
        margin-top: 60px;
    }
}

