
  .ly_product_description_1 .d_title {
    margin-bottom: 30px;
  }
  
  #latin-tech-specs .cert-badges div:hover {
    box-shadow: 0 0 15px rgba(213, 33, 46, 0.7);
    transform: scale(1.05);
  }
  
  #latin-tech-specs table tbody tr:hover {
    background-color: rgba(230, 126, 34, 0.2);
  }
  
  @keyframes pointerMove {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(120deg); }
  }
