.product-module {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  line-height: 1.5;
  margin: 20px 0;
}
.product-module h3 {
  font-size: 18px;
  color: #222;
  border-left: 4px solid #ff6699;
  padding-left: 8px;
  margin-bottom: 10px;
}
.product-module ul {
  list-style: none;
  padding-left: 0;
  margin: 0 0 12px 0;
}
.product-module li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 6px;
}
.product-module .highlights li::before {
  content: "⭐";
  position: absolute;
  left: 0;
  top: 0;
  color: #ffcc00;
  font-weight: bold;
}
.product-module .features li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #ff6699;
  font-weight: bold;
}