/* Transizioni fluide per opacity */
.more-info-btn,
.filter-button {
  transition:
    opacity 0.15s ease,
    background-color 0.3s ease,
    transform 0.3s ease;
}
