﻿.table {
  --bs-table-bg: transparent;
}
.table tr:nth-of-type(odd) {
  background: var(--bcc-grigio-perla-digital);
}
.table td,
.table th {
  font-size: 1rem;
  line-height: 1.5;
  min-width: 9.375rem;
  padding: 1.25rem 0.75rem;
  text-align: left;
  vertical-align: middle;
}
.table th {
  background: var(--bcc-bianco);
  border-bottom: 2px solid var(--bcc-celeste-scuro);
  color: var(--bcc-nero-digital);
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.3;
}
.table.compatta th {
  font-size: 1rem;
  line-height: 1.5;
  padding: 0.625rem 0.75rem;
}
.table.compatta td {
  padding: 0 12px;
}
.table.compatta .cta-testuale {
  margin-bottom: 0;
  margin-top: 0;
}

@media (min-width: 768px) {
  .table td,
  .table th {
    max-width: 12.5rem;
  }
  .table th {
    font-size: 1.25rem;
  }
  .table td {
    font-size: 1rem;
    line-height: 1.5;
  }
}