/* Keep the technical recap concise, even when its CMS content has inline sizes. */
.mi-product .product__description-short,
.mi-product .product__description-short :is(p, ul, ol, li, span, strong, b) {
  font-size: 14px !important;
  line-height: 1.55 !important;
}

.mi-product .product__description-short ul,
.mi-product .product__description-short ol {
  margin-bottom: 12px;
}

.mi-product .product__description-short li + li {
  padding-top: 3px;
}
