    .excerpt {
        margin-bottom: .8rem;
        color: #444;
        text-align: center;
        margin-top: 15px;
    }

    .page_blog_filters {
        justify-content: center;
        display: flex;
    }

    .blog_container_page img {
        width: auto;
        min-height: 200px;
        height: 200px;
        margin: 0 auto;
    }


    @media screen and (min-width: 1200px) {
        .blog_container_page {
            min-height: 380px !important;
        }
    }


    .blog-toc-wrapper {
        position: relative;
    }

    .blog-toc {
        position: sticky;
        top: 20px;
        background: #fdfdfd;
        border: 1px solid #e9ecef;
        border-radius: 2px;
        padding: 20px;
        max-height: auto;
        overflow-y: auto;
    }

    .blog-toc h4 {
        margin: 0 0 15px 0;
        font-size: 16px;
        font-weight: bold;
        color: #333;
    }

    .blog-toc ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .blog-toc li {
        margin: 0;
        padding: 0;
    }

    .blog-toc .toc-link {
        display: block;
        padding: 8px 0;
        color: #666;
        text-decoration: none;
        font-size: 14px;
        line-height: 1.4;
        border-bottom: 1px solid #eee;
        transition: color 0.2s ease;
    }

    .blog-toc .toc-link:hover {
        color: #333;
        text-decoration: none;
    }

    .blog-toc .toc-link.active {
        color: #007bff;
        font-weight: 600;
    }

    .blog-toc .toc-h2 {
        font-weight: 600;
    }

    .blog-toc .toc-h3 .toc-link {
        padding-left: 15px;
        font-size: 13px;
        color: #888;
    }

    .blog-toc .toc-h3:last-child .toc-link {
        border-bottom: none;
    }


    .related-posts-title {
        margin-bottom: 20px;
        font-size: 24px;
        font-weight: bold;
    }

    .related-post {
        margin-bottom: 20px;
    }

    .related-post .img_container {
        margin-bottom: 15px;
    }

    .related-post h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .related-post .excerpt {
        font-size: 14px;
        color: #666;
    }

    .slick-slider{
    position: relative;
    display: flex;
    height: 250px;
}


.icon.icon_youtub:before {
	background-size: 3rem;
	width: 3rem;
	height: 3rem;
	background-image: url('https://freepnglogo.com/images/all_img/1701510949youtube-logo-png-white.png');
}

