.news {
    padding-top: 150px;
}

.detail-news h1 {
    font-size: 2rem;
    font-weight: 700;
}

.related-news h4 {
    border-bottom: 2px solid #eee;
    padding-left: 10px;
    padding-bottom: 10px;
    font-weight: 600;
}

.related-news a {
    font-weight: 500;
    color: #333;
    text-decoration: none;
}

.related-news a:hover {
    color: #4c5a8b;
}
/* Ảnh bài viết chính: nhỏ gọn, không quá cao */
.news .detail-news .news-cover{
    width: 45%;
    max-height: 500px;
    object-fit: cover;
    border-radius: 12px;
}

.related-news .related-item { margin-top: 14px; padding-left: 10px}

.related-news .thumb{
    width: 134px;
    height: 134px;
    flex: 0 0 134px;
    object-fit: cover;
    border-radius: 8px;
}

.related-news .info{ min-width: 0; }
.related-news .title{
    font-size: 1rem;
    line-height: 1.3;
    color: #222;
}

.related-news .excerpt{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.related-news a{
    color: inherit;
}
.related-news a:hover .title{
    color: #4c5a8b;
    text-decoration: underline;
}

.detail-news ul { padding-left: 1.1rem; margin-bottom: 1rem; }
.detail-news li { margin-bottom: .35rem; }
.detail-news ul { padding-left: 1.1rem; }

@media (max-width: 1280px) {
    .news .container {
        margin: 0 auto !important;
    }
}

@media (max-width: 768px){
    .related-news {margin-top: 30px}

    .related-news .thumb{
        width: 92px;
        height: 92px;
        flex-basis: 92px;
    }
    .related-news .related-item, .related-news h4 {
        padding-left: 0
    }

    .news .detail-news .news-cover{
        max-height: 400px;
        width: auto;
        margin-right: 0 !important;
    }
}