.blogh_heading {
    font-size: 24px;
}

.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: 12px 20px;
    width: 100%;
    margin: 0;
}

.sp_wrapper .title_nav {
    background: rgb(62 189 173 / 16%);
    padding: 24px;
    font-weight: 500;
    font-size: 20px;
    margin: 0;
}

.shortcode-placeholder .sp_wrapper {
    border-radius: 8px;
    background: #F0FAF9 !important;
    border-radius: 8px;
    border: 0;
}

.ez-toc-list a {
    font-weight: 400 !important;
    font-size: 18px;
    line-height: 156%;
    text-decoration: none !important;
    color: var(--wp--preset--color--link-default) !important;
}

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

#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: 10px;
    padding-bottom: 10px;
    font-size: 15px;
}

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;
}

.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-image img {
    object-fit: cover;
}

@media (min-width:992px) {
    .blogh_heading {
        font-size: 32px;
    }
    .post-tags {
        gap: 15px 40px;
        font-size: 18px;
        padding-top: 20px;
        margin-top: 40px;
    }
}

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

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