﻿.mst-blog-detail {
    padding: 50px 0 80px;
    background: #fff;
}

.mst-blog-meta {
    display: flex;
    gap: 25px;
    color: #777;
    margin-bottom: 30px;
    font-size: 15px;
}

    .mst-blog-meta i {
        color: #f58220;
        margin-right: 6px;
    }

.mst-blog-cover {
    margin-bottom: 40px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 12px 35px rgba(0,0,0,.10);
}

    .mst-blog-cover img {
        width: 100%;
        display: block;
    }

.mst-blog-content {
    font-size: 17px;
    line-height: 1.9;
    color: #444;
}

    .mst-blog-content h2,
    .mst-blog-content h3,
    .mst-blog-content h4 {
        margin-top: 35px;
        margin-bottom: 20px;
        font-weight: 700;
    }

    .mst-blog-content img {
        max-width: 100%;
        height: auto;
        border-radius: 10px;
        margin: 25px 0;
    }

    .mst-blog-content table {
        width: 100%;
        margin: 20px 0;
    }

    .mst-blog-content ul {
        padding-left: 20px;
    }

    .mst-blog-content p {
        margin-bottom: 20px;
    }
