﻿.table, table.c-cookie-table {
  --bs-table-bg: transparent;
}
.table tr:nth-of-type(odd),
table.c-cookie-table tr:nth-of-type(odd) {
  background: var(--bcc-grigio-perla-digital);
}

.table td,
table.c-cookie-table td
 {
  font-size: 1rem;
  line-height: 1.5;
  min-width: 9.375rem;
  padding: 1.25rem 0.75rem;
  text-align: left;
  vertical-align: middle;
}

table.c-cookie-table td {
	min-width: 15.3rem;
  color: var(--bcc-nero-digital);
}

.iccreatable, .c-cookie-title {
	color: var(--bcc-nero-digital) !important;
	
}

table.c-cookie-table {
	margin-top: 2rem;
}

.table th,
.iccreatable th,
table.c-cookie-table.l-cookie-tecnici 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.c-cookie-table {
		width: 100%;
	    margin-top: 40px;
	}
    
  .table td,
  table.c-cookie-table td,
  .table th,
  table.c-cookie-table th {
    max-width: 12.5rem;
  }
  .table th,
  table.c-cookie-table th {
    font-size: 1.25rem;
  }
  .table td,
  table.c-cookie-table td {
    font-size: 1rem;
    line-height: 1.5;
  }
}