table.wc-block-product-specifications{

    display: block;

    font-size: 16px;

    border: none;

}



tr.wc-block-product-specifications-item{

    border: none

}



table.wc-block-product-specifications tr:nth-child(2n) td,

table.wc-block-product-specifications tr:nth-child(2n) th{

    background-color: unset;

}



table.wc-block-product-specifications th {
    padding-left: 0;
    font-weight: 600;
}


/* new style */

figure.wp-block-table.wp-block-woocommerce-product-specifications table{

    width: auto;

    font-size: 16px;

}

figure.wp-block-table.wp-block-woocommerce-product-specifications table p{
    margin: 0;
}


figure.wp-block-table.wp-block-woocommerce-product-specifications table td,
figure.wp-block-table.wp-block-woocommerce-product-specifications table th{
    border: none;
    padding-left: 0;
} 