/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

.elementor-widget-container table.bangxephang thead {
    background-color: #224DB7;
    color: #fff;
    font-style: oblique;
    border: 2px solid #224D87;
}

.elementor-widget-container table.bangxephang .sub {
    background-color: #68bdff;
    color: #000;
    font-weight: bold;
}

.elementor-widget-container table.bangxephang td, th {
    padding:3px 10px 3px 10px;
}

.elementor-widget-container table.bangxephang tr:hover {
  background-color: #224DB7;
  color: #fff;
}

.elementor-widget-container table.bangxephang th:first-child, td:first-child {
        min-width: 150px; /* Đặt kích thước cố định cho cột đầu tiên */
    }
    
.elementor-widget-container table.bangxephang th, td {
        max-width: 150px; /* Giới hạn kích thước tối đa cho các cột còn lại */
        white-space: nowrap; /* Ngăn các từ bị tràn dòng */
        overflow: hidden; /* Ẩn nội dung bên ngoài ô */
        text-overflow: ellipsis; /* Hiển thị "..." nếu nội dung quá dài */
    }