body.single-post::before {
content: "";
background: linear-gradient(180deg, #FFFFFF 0%, #EBEBEB 100%);
transform: rotate(-180deg);

height: 400px;
z-index: -1;
position: absolute;
width: 100%;
left: 0;
top: 0;
right: 0;
}
.blogh_heading {
    font-size: 28px;
}


.shortcode-placeholder {
    position: sticky;
    top: 12px;
}


.shortcode-placeholder {
    position: sticky;
    top: 20px;
}

body.admin-bar .shortcode-placeholder {
    top: 52px;
}


div#ez-toc-container {
    border: 0;
    box-shadow: none;
    background: transparent !important;
    padding: 0 20px 0;
    width: 100%;
    margin: 0;
}

.sp_wrapper .ez-toc-list>li:not(.ez-toc-custom) {
    padding-top: 8px;
    padding-bottom: 8px;
}

.sp_wrapper .title_nav {
    padding: 28px 0 16px;
    margin-left: 17px !important;
    margin-right: 17px !important;
    font-size: 20px;
    margin: 0;
    border-bottom: 1px solid #D9D9D9;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    color: var(--wp--preset--color--heading-text-color);
}

.shortcode-placeholder .sp_wrapper {
    background: #fff !important;
    box-shadow: 0px 0px 12px #E6E0E0;
    border-radius: 12px;
}

.ez-toc-list>li:not(:last-child) {
    border-bottom: 1px solid #D9D9D9;
}

.ez-toc-list>li>ul {
    padding-left: 15px !important;
}

.ez-toc-list a {

    text-decoration: none !important;
    color: var(--wp--preset--color--primary-text-color) !important;
}



#ez-toc-container ul ul,
.ez-toc div.ez-toc-widget-container ul ul {
    margin-left: 0 !important;
}

.ez-toc-link {
    width: 100%;
    display: inline-block;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 14px;
    font-weight: 500;
}

ul.ez-toc-list.ez-toc-list-level-1>li>a {
    /* padding-left: 25px; */
}

.ez-toc-list-level-3>li>a {
    /* padding-left: 50px; */
    font-size: 13px;
}

.ez-toc-link.active {
    font-weight: 600 !important;
    color: var(--wp--preset--color--primary-color) !important;
}
ul.ez-toc-list.ez-toc-list-custom {
    list-style: none;
    padding: 0;
    margin: 0;
    padding: 0 20px 12px;
}
ul.ez-toc-list.ez-toc-list-custom  li:first-child {
    border-top: 1px solid #D9D9D9;
    }

.post-tags {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    border-top: 1px solid #D9D9D9;
}

.post-tags {
    gap: 10px 24px;
    font-size: 14px;
    padding-top: 15px;
    margin-top: 30px;
}
.post-featured-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
}
.post-featured-image img {
    object-fit: cover;
    aspect-ratio: 4 / 2 !important;
    width: 100%;
    height: auto;
}
#breadcrumbs {
    margin-bottom: 25px;
}

@media (min-width:992px) {
    .post-featured-text {
        font-size: 16px;

    }
    .blogh_heading {
        font-size: 36px;
    }
    .post-tags {
        gap: 15px 40px;
        font-size: 18px;
        padding-top: 20px;
        margin-top: 40px;
    }
    #breadcrumbs {
        margin-bottom: 30px;
    }
}

.toc-empty .col-lg-8 {
    flex-grow: 1;
    max-width: 800px;
    margin: 0 auto;
}

.toc-empty .col-lg-4 {
    display: none;
}

figcaption.stk-img-figcaption {
font-style: italic;
font-weight: 300;
font-size: 16px;
line-height: 1.5;
/* identical to box height, or 150% */

color: #101828;
margin-top: 8px !important;
}

