/* A long article-description must not consume the product-name column. */
@media (max-width: 700px) {
  .mhg-rfq-summary__products li { grid-template-columns: minmax(0, 1fr); gap: 6px; }
  .mhg-rfq-summary__products li span { text-align: left; font-weight: 500; line-height: 1.6; }
  .mhg-rfq-summary__products li strong { line-height: 1.5; }
}
