select option:disabled {
    background-color: #f8f8f8;  /* Fundal gri deschis */
    color: #aaaaaa;  /* Culoare gri pentru text */
}


.ff-t-container.ff-column-container.service_row > .ff-t-cell  {
    padding-left: 0.1rem;
    padding-right: 0.1rem;
    box-sizing: border-box; /* asigură că paddingul nu strică layoutul */
}


@media (max-width: 767px) {
    .ff-t-container.ff-column-container.ff_columns_total_3.service_row {
      display: flex !important;
      flex-wrap: nowrap !important;
      overflow-x: auto;
    }
  
    .ff-t-container.ff-column-container.ff_columns_total_3.service_row > .ff-t-cell {
      flex-shrink: 0;
      min-width: 10%; /* poți ajusta la 33% dacă ai spațiu */
      box-sizing: border-box;
    }
  }
  