/* Keep optional sheet details out of layout only while they are empty. */
.asw-product-sheet .asw-product-sheet-info[hidden],
.asw-product-sheet .asw-product-sheet-trust[hidden],
.asw-product-sheet .asw-product-sheet-summary[hidden],
.asw-product-sheet .asw-product-sheet-meta[hidden] {
  display: none !important;
}

.asw-product-sheet .asw-product-sheet-panel {
  min-height: 0 !important;
}

.asw-product-sheet h3,
.asw-sh-scope .asw-sh-pcard-name {
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.asw-product-sheet .asw-product-sheet-summary {
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.asw-product-sheet .asw-product-sheet-meta span.is-wide {
  flex: 1 1 100%;
  align-items: flex-start;
  white-space: normal;
  line-height: 1.5;
}

