/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */
figure{
	max-width: 100% !important;
}
table {
    width: 100%;
    border-collapse: collapse;
}

table th, table td {
    padding: 8px;
    text-align: left;
    border: 1px solid #ddd;
}
ul.sub-menu li.menu-item:hover a.ct-menu-link{
  color: #ff6f00 !important;
@media only screen and (max-width: 768px) {
    /* Điều chỉnh chiều rộng bảng trên mobile để không bị cắt */
    table {
        display: block;
        width: 100%;
        overflow-x: auto;
    }
}
