/**
* @description: specs-content classes are used on
* the Product Specs collapsable section. This class
* overwrites the margin between the "Produc Details
* (Tabular)" standard component, makes the table's
* columns the same width, and make the fields label bold.
*/
.specs-content {
   --dxp-s-component-wrapper-spacer-size: 0;
   --dxp-s-component-wrapper-spacer-size-mobile: 0;
}

.specs-content table {
   table-layout: fixed;
}

.specs-content td:first-child {
   font-weight: 600;
}