/* Keep every selected accessory visible in the order product summary. */
.order-workbench .production-info-text {
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: clip !important;
  overflow-wrap: anywhere;
  height: auto;
}
