/* Product copy only, isolated from delivery and page headings. */
.cw-product-details .cw-product-details__description :is(h2, h3, h4) {
  margin: 18px 0 8px;
  color: #282828;
  font-family: inherit;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
}

.cw-product-details .cw-product-details__description :is(ul, ol) {
  margin: 0 0 12px;
  padding-left: 20px;
  color: #555;
  font-size: 14px;
  line-height: 1.65;
  text-align: left;
}

.cw-product-details__description li + li {
  margin-top: 4px;
}

.cw-product-details__description {
  overflow-wrap: anywhere;
}
