
.ly_product_description_1 {
  overflow: hidden;
  font-family: Arial, sans-serif;
  line-height: 1.6;
}
.ly_product_description_1 .d_title {
  margin-bottom: 30px;
}
/* Hover effect for table rows */
table tr:hover {
  background: rgba(232, 195, 158, 0.3) !important;
}
/* Left champion indicator bar for our product rows */
tr[style*="background: rgba(230, 126, 34, 0.15);"]::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 8px;
  background: #D5212E;
}
