﻿.single_sidebar  {
    margin-bottom: 30px;
}

    .single_sidebar h2 {
        font-size: 18px;
        margin-bottom: 15px;
        padding: 10px;
        background-color: #151515;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
    }

.spost_nav li {
    margin-bottom: 10px; /* khoảng cách giữa các bài */
}

.media {
    display: flex;
    align-items: flex-start;
    gap: 10px; /* khoảng cách giữa ảnh và tiêu đề */
}

.media-left img {
    width: 100px;
    height: 70px;
    object-fit: cover;
    border-radius: 4px;
}

.catg_title {
    font-size: 14px;
    color: #333;
    display: inline-block;
    line-height: 1.4;
}

