.table-of-content ul,
.table-of-content li,
.toc_list,
.toc_list ul,
.toc_list li {
    list-style: none !important;
}

.table-of-content li::marker,
.toc_list li::marker {
    content: "" !important;
}
.blog-hero {
        padding: 110px 0 50px;
        background: linear-gradient(135deg, #0e1726 0%, #1c2740 100%);
        color: #fff;
    }

    .blog-hero .breadcrumb-custom {
        font-size: 0.95rem;
        opacity: 0.9;
        margin-bottom: 15px;
    }

    .blog-hero .breadcrumb-custom a {
        color: #fff;
        text-decoration: underline;
    }

    .blog-hero .blog-meta {
        display: flex;
        flex-wrap: wrap;
        gap: 12px 18px;
        margin-top: 18px;
        font-size: 0.95rem;
        opacity: 0.95;
    }

    .blog-layout {
        padding: 50px 0 70px;
        background: #fff;
    }

    .blog-article {
        font-size: 1.08rem;
        line-height: 1.8;
        color: #2a2a2a;
    }

    .blog-article h2,
    .blog-article h3 {
        margin-top: 2.2rem;
        margin-bottom: 1rem;
        color: #13233a;
    }

    .blog-article p,
    .blog-article ul,
    .blog-article ol {
        margin-bottom: 1.15rem;
    }

    .blog-article ul,
    .blog-article ol {
        padding-left: 1.4rem;
    }

    .blog-cover {
        margin-bottom: 30px;
        border-radius: 12px;
        overflow: hidden;
    }

    .blog-cover img {
        width: 100%;
        height: auto;
        display: block;
    }

    .blog-box {
        background: #f8fafc;
        border: 1px solid #e7edf5;
        border-radius: 14px;
        padding: 24px;
        margin-bottom: 24px;
    }

    .blog-cta-box {
        background: linear-gradient(135deg, #f4f9ff 0%, #eef5ff 100%);
        border: 1px solid #dce8f7;
        border-radius: 16px;
        padding: 28px;
        margin-top: 40px;
    }

    .blog-cta-box h3 {
        margin-top: 0;
    }

    .blog-cta-buttons .btn {
        margin-right: 12px;
        margin-bottom: 12px;
    }

    .blog-side-card {
        background: #fff;
        border: 1px solid #e7edf5;
        border-radius: 14px;
        padding: 22px;
        margin-bottom: 24px;
        box-shadow: 0 8px 22px rgba(13, 30, 55, 0.05);
    }

    .blog-side-card h4 {
        margin-bottom: 14px;
        font-size: 1.1rem;
        color: #13233a;
    }

    .blog-side-card ul {
        padding-left: 1.2rem;
        margin-bottom: 0;
    }

    .blog-side-card li {
        margin-bottom: 10px;
    }

    .blog-side-card a {
        color: #13233a;
        text-decoration: none;
    }

    .blog-side-card a:hover {
        text-decoration: underline;
    }

    .blog-article ul {
        list-style: none;
        padding-left: 0;
    }

    .blog-article ul li {
        position: relative;
        padding-left: 32px;
        margin-bottom: 10px;
    }

    .blog-article ul li::before {
        content: "✔";
        position: absolute;
        left: 0;
        top: 2px;
        color: #28a745;
        font-weight: bold;
        font-size: 16px;
    }

    @media (max-width: 991.98px) {
        .blog-hero {
            padding: 95px 0 40px;
        }

        .blog-layout {
            padding: 35px 0 55px;
        }
    }