.popular-posts ul li a {
display: block; /* Đảm bảo phần tử là khối */
white-space: nowrap; /* Ngăn xuống dòng */
overflow: hidden; /* Ẩn phần vượt quá chiều rộng */
text-overflow: ellipsis; /* Hiển thị ba chấm (...) khi văn bản dài */
font-family: "Arial Unicode MS", Arial, sans-serif; /* Chọn font có hỗ trợ dấu thanh tiếng Việt */
text-rendering: optimizeLegibility; /* Tăng cường hiển thị dấu tiếng Việt */
}