
.ly_product_description_1 { overflow: hidden; }
.ly_product_description_1 .d_title { margin-bottom: 30px; }
.container { max-width: 1440px; margin: 0 auto; padding: 20px; position: relative; overflow: hidden; background: #f0f0f0; }

/* Hover effects for table rows */
table tr:hover {
  background-color: rgba(232, 195, 158, 0.3) !important;
}

/* Left border for champion rows */
tr[style*="background-color: rgba(230, 126, 34, 0.15)"] {
  border-left: 5px solid #D5212E;
}
