.lvw-product-features-table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 5px;
    margin: 20px 0;
    font-family: inherit;
    border: 1px solid #D5D7DA;
    /*box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);*/
}
.lvw-product-features-table td:first-child {
        font-weight: 600;
    }
.lvw-product-features-table th,
.lvw-product-features-table td {
    padding: 12px 15px;
    border: 1px solid #D5D7DA;
}

.lvw-product-features-table th {
    background-color: #f8f9fa;
    font-weight: 600;
    color: #333;
}

/*.lvw-product-features-table tr:nth-child(even) {
    background-color: #f8f9fa;
}*/

.lvw-product-features-table tr:hover {
    background-color: #f1f1f1;
    transition: background-color 0.3s ease;
}

/* Responsive */
@media (max-width: 768px) {
    .lvw-product-features-table, 
            .lvw-product-features-table tbody, 
            .lvw-product-features-table tr, 
            .lvw-product-features-table td {
                display: block;
                width: 100%;
            }
            .lvw-product-features-table {
                margin:0;
                font-family: inherit;
                border: 0px solid #D5D7DA;
            }
            .lvw-product-features-table tr {
                margin-bottom: .5em;
                border-bottom: 2px solid #eee;
            }
            .lvw-product-features-table td {
                text-align: left;
                border: none;
                position: relative;
            }
            .lvw-product-features-table td:first-child {
                background: #f9f9f9;
                font-weight: bold;
                padding-left: 8px;
                width: 100%;
                border-bottom: none;
            }
        }
}