.table-wrap { overflow-x: auto; }
.table-wrap-sticky { overflow: auto; max-height: calc(100vh - 210px); }
/* Con border-collapse (default Bootstrap) gli sfondi delle celle sticky
   lasciano trasparire le righe sottostanti durante lo scroll. */
.table-wrap-sticky table { border-collapse: separate; border-spacing: 0; }
.table-wrap-sticky thead th {
  position: sticky;
  top: 0;
  z-index: 2;
  background-color: var(--bs-card-bg, #fff);
  box-shadow: inset 0 -1px 0 var(--bs-border-color, #dee2e6);
}
.table-wrap-sticky thead tr + tr th { top: var(--sticky-riga2-top, 2.1rem); }
.campo-suggerimenti { font-size: .8rem; color: #6c757d; }
.sezione-card .card-header { font-weight: 600; }
.form-label { margin-bottom: .2rem; font-size: .85rem; }
input.form-control-sm, select.form-select-sm { font-size: .85rem; }
