/* Styling for filtered technical data values - Option B: Halbtransparent + Kursiv */
.td-filtered {
  opacity: 0.4;
  font-style: italic;
}

/* Optional: Add a subtle icon or indicator for filtered rows */
.td-filtered::before {
  content: "\u003c!-- Filtered by interface constraints --\u003e";
  display: none;
}
