/* Product names wrap without changing other headings or the shared theme. */
html body main[data-page="products"] .product-matrix-card-digital {
  display: flex;
  flex-direction: column;
}

/* Keep all six names in normal flow, including when French wraps to more rows. */
html body main[data-page="products"] .product-matrix-card-digital .product-matrix-content {
  flex: 1;
  min-height: 0;
  padding-top: 96px;
  padding-bottom: 28px;
  transform: none !important;
}

html body main[data-page="products"] .product-matrix-card-digital .product-matrix-category-bar {
  position: relative;
  inset: auto;
  flex-shrink: 0;
  max-height: none;
  margin: 0 28px 28px;
  overflow: visible;
}

html body main[data-page="products"] .product-matrix-card-digital .product-matrix-chip {
  min-width: 0;
  max-width: 100%;
  white-space: normal;
  overflow-wrap: anywhere;
  letter-spacing: 0;
}

html body main[data-page="categoryDigital"] #application-scenarios .digital-scenario-card > div {
  min-width: 0;
}

html body main[data-page="categoryDigital"] #application-scenarios .digital-scenario-card h3 {
  max-width: 100%;
  white-space: normal;
  overflow-wrap: anywhere;
  letter-spacing: 0 !important;
}

@media (max-width: 560px) {
  html body main[data-page="products"] .product-matrix-card-digital .product-matrix-category-bar {
    margin: 0 18px 18px;
  }
}
