.luanlt_tin_moi {margin-top: 30px}
.luanlt_tin_moi .col{padding-bottom: 0;}
/* Vùng chung cho widget */
.widget_bulletin {
    font-size: 15px;
    line-height: 1.6;
}

/* Box chính */
.widget_bulletin.boxwidth {
    margin-bottom: 30px;
}
.news-highlight-widget .col{padding-bottom: 0}
/* Tiêu đề khối */
.widget_bulletin.boxwidth .block-title {
    border-color: #d5a441;
    text-align: left;
    margin-bottom: 26px;
    border-bottom: 2px solid #EEE;
    position: relative;
}

.widget_bulletin.boxwidth .block-title h2 {
    margin: 0;
}

.widget_bulletin.boxwidth .block-title a {
    padding: 0;
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
}
ul li.list_item {display: flex; align-items: flex-start; gap: 10px}
.widget_bulletin.boxwidth .block-title .more a {
    background: none;
    display: inline;
    color: #555;
    position: absolute;
    right: 0;
    top: 10px;
    padding: 0;
    font-size: 14px;
    color: #dd3333;
    text-transform: none;
    font-weight: bold
}

.widget_bulletin.boxwidth .block-title .more a:hover {
    
    text-decoration: underline;
}

/* Bài viết nổi bật bên trái */
.widget_bulletin.boxwidth .featured .image img {
    width: 100%;
    height: 305px;
    object-fit: cover;
    border-radius: 5px;
}

.widget_bulletin.boxwidth .featured h3 {
    margin: 10px 0;
    text-transform: none;
}

.widget_bulletin.boxwidth .featured h3 a {
    color: #555;
}

.widget_bulletin.boxwidth .featured h3 a:hover {
    color: #E54400;
}

/* Danh sách bài viết ở bên phải */
.widget_bulletin ul {
    padding-left: 0;
    margin: 0;
}

.widget_bulletin ul li {
    border-bottom: 1px dotted #eee;
    list-style: none;
    margin-bottom: 15px;

    overflow: hidden;
}

.widget_bulletin ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

/* Cấu trúc chia 2 cột trong mỗi li */
.widget_bulletin ul li > div {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.widget_bulletin ul li .image img {
    width: 150px;
    height: 100px; /* 3:2 ratio (150:100) */
    object-fit: cover;
    border-radius: 5px;
    flex-shrink: 0;
}

.widget_bulletin ul li .text {
    flex: 1;
}

.widget_bulletin ul li h3 {
    margin: 0 0 10px;
    font-weight: normal;
    font-size: 16px;
}

.widget_bulletin ul li h3 a {
    color: #555;
    text-decoration: none;
}

.widget_bulletin ul li h3 a:hover {
    color: #E54400;
}

.widget_bulletin .entry-meta {
    font-size: 13px;
    color: #999;
}
