/* ======= WIDGET "Bài viết" – STYLE GIỐNG MẪU ======= */

/* Xóa bullet, reset margin/padding */
.vc_wp_posts .widget_recent_entries ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Từng item trong danh sách */
.vc_wp_posts .widget_recent_entries ul li {
    padding: 16px 0;
    border-bottom: 1px solid #e5e5e5;
    margin: 0;
}

/* Link bài viết */
.vc_wp_posts .widget_recent_entries ul li a {
    font-size: 17px;
    line-height: 1.5;
    font-weight: 600;
    color: #111;  /* màu chữ mặc định */
    text-decoration: none;
    display: block;
    transition: color .25s ease, padding-left .25s ease;
}

/* Hover: đổi màu #017942 */
.vc_wp_posts .widget_recent_entries ul li a:hover {
    color: #017942 !important;
    padding-left: 4px;     /* hiệu ứng trượt nhẹ sang phải cho sang */
}

/* Tiêu đề widget */
.vc_wp_posts .widget_recent_entries .widgettitle {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 14px;
    color: #212121;
}
