/* primary */
/* primary hover */
/* dark */
/* light */
/* light hover */
/* accent */
/* accent hover */
.page_listfeatures .listfeatures {
  display: block;
  /* stylelint-disable-next-line block-no-empty */
}
.page_listfeatures .listfeatures tbody {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.page_listfeatures .listfeatures tr {
  display: block;
  line-height: 20px;
}
.page_listfeatures .listfeatures td {
  display: inline-block;
  line-height: 1.2;
  padding: 0;
}
.page_listfeatures .listfeatures td.name {
  color: #979797;
  margin-right: 0.4em;
}
.page_listfeatures .product-compact__features .listfeatures tbody {
  display: flex;
  flex-flow: row wrap;
  gap: 4px;
}
.page_listfeatures .product-compact__features .listfeatures tr {
  display: inline-block;
}
.page_listfeatures .product-compact__features .listfeatures tr:not(:last-of-type) {
  margin-right: 5px;
  padding-right: 5px;
  border-right: 1px solid #cfcfcf;
}