/* Start custom CSS for html, class: .elementor-element-c494cd0 */.sport-tech-news {
  background-color: white;
  border-radius: 12px;
  padding: 20px;
  color: #333;
  font-family: 'IranYekan', Tahoma, Arial, sans-serif;
  line-height: 1.8;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
  margin: 20px 0;
}

.sport-tech-news h3 {
  color: #00000; /* نارنجی سایت */
  margin-bottom: 15px;
  font-size: 1.5rem;
}

.sport-tech-news:hover {
  box-shadow: 0 0 20px rgba(255,102,0,0.4); /* نور نارنجی هنگام هاور */
}/* End custom CSS */