table.product-meta-table {
  border-radius: var(--blocks-radius);
  border: none;
}
table.product-meta-table tr:first-child>*:first-child{
  border-radius: var(--blocks-radius) 0 0 0;
}
table.product-meta-table tr:first-child>*:last-child{
  border-radius: 0 var(--blocks-radius) 0 0;
}
table.product-meta-table tr:last-child>*:first-child{
  border-radius: 0 0 0 var(--blocks-radius);
}
table.product-meta-table tr:last-child>*:last-child{
  border-radius: 0 0 var(--blocks-radius) 0;
}

table.product-meta-table th {
width: 120px;
}