<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.product-features-container ul {
  margin-left: 0;
}

.product-feature-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 50px;
  padding: 5px 0;
}

.product-feature-row img {
  margin-right: 10px;
  width: 40px;
  height: 40px;
}


.product-feature-text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}</pre></body></html>