
    .sn-content iframe{
        width: 100%;
    }

    .sn-content img {
        width: 100%;
        height: auto;
    }

    /* Định dạng ban đầu cho Table of Contents */
    .toc-container {
        background-color: #f4f4f4;
        padding: 15px;
        margin-bottom: 20px;
        border-radius: 8px;
        border: 1px solid #ddd;
    }

    .toc-container .toc-header {
        display: flex;
        justify-content: space-between;
    }

    .toc-container h3 {
        font-size: 1.2rem;
        margin-bottom: 10px;
    }

    .toc-list {
        list-style-type: none;
        padding-left: 0;
    }

    .toc-item {
        padding-left: 10px;
    }

    .toc-item a {
        text-decoration: none;
        color: #3498db;
    }

    .toc-item a:hover {
        text-decoration: underline;
    }

    /* Sử dụng CSS để ẩn ToC ban đầu */
    .toc-container.hidden ,.toc-list.hidden{
        display: none;
    }

    /* Style cho nút toggle */
    .toggle-toc-btn {
        padding: 10px 20px;
        background-color: #3498db;
        color: white;
        border: none;
        border-radius: 5px;
        cursor: pointer;
    }

    .toggle-toc-btn:hover {
        background-color: #2980b9;
    }

    html {
        scroll-padding-top: 80px; /* chỉnh số pixel = chiều cao header */
    }

    .download {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 20px;
    }

    .download img {
        width: 200px;
    }
    .single-news .sn-content{
        padding: 0 0 30px 0;
    }
    .date-post-container{
        display: flex;
        gap: 16px;
        margin-bottom: 8px;
    }

