/* Bảng thông số kỹ thuật: giữ nguyên chữ và cố định 2 cột thẳng hàng. */
.product-specs .product-specs-specs-table {
    width: 100% !important;
    table-layout: fixed !important;
    border-collapse: collapse;
}

.product-specs .product-specs-specs-table th,
.product-specs .product-specs-specs-table td {
    width: 50% !important;
    box-sizing: border-box;
    vertical-align: middle !important;
    text-align: left !important;
}

.product-specs .product-specs-specs-table th {
    text-transform: none !important;
}

/* Ngăn theme thay đổi độ rộng riêng từng dòng/cột. */
.product-specs .product-specs-specs-table tr > th:first-child,
.product-specs .product-specs-specs-table tr > td:first-child {
    width: 50% !important;
}

.product-specs .product-specs-specs-table tr > th:last-child,
.product-specs .product-specs-specs-table tr > td:last-child {
    width: 50% !important;
}
