.elementor-47 .elementor-element.elementor-element-9456623{--display:flex;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}/* Start custom CSS for html, class: .elementor-element-7f0619d */.star-rating {
  direction: ltr;
  font-size: 100px;
  cursor: pointer;
}
.star-rating span {
  color: #ccc;
}
.star-rating span.active {
  color: gold;
}
/* 📱 Mobile: riduce dimensione */
@media (max-width: 768px) {
  .star-rating {
    font-size: 45px;
    gap: 4px;
  }
}

@media (max-width: 480px) {
  .star-rating {
    font-size: 45px;
    gap: 3px;
  }
}/* End custom CSS */