section#policies.hero .tcpp {
  margin: 32rem 8%;
  background: var(--cornflower_light90);
  padding: 32rem;
}
section#policies.hero .tcpp h2 {
  color: var(--redgate);
  font-size: 24rem;
  margin: 32rem 0;
}
section#policies.hero .tcpp h3 {
  color: var(--cornflower_dark75);
  font-size: 20rem;
  margin-bottom: 12rem;
}
section#policies.hero .tcpp p,
section#policies.hero .tcpp li {
  color: var(--cornflower_dark75);
  font-size: 16rem;
  margin-bottom: 12rem;
  line-height: 1.6;
}
section#policies.hero .tcpp a {
  color: var(--cornflower_dark25);
}
section#policies.hero .tcpp a:hover {
  color: var(--redgate);
}
section#policies.hero .tcpp ul {
  position: relative;
  left: 32rem;
  padding-right: 32rem;
}

section#policies.hero .tcpp table {
  width: 88%;
  border-collapse: collapse;
  margin: 20rem auto;
  font-size: 16rem;
  box-shadow: 0 0 12rem var(--cornflower_dark80_opa70);
}
section#policies.hero .tcpp thead {
  background-color: var(--redgate);
  color: var(--cornflower_light80);
  text-align: left;
}
section#policies.hero .tcpp th, td {
  padding: 12rem 16rem;
  border: 1.6rem solid var(--redgate);
}
section#policies.hero .tcpp tbody tr:nth-child(even) {
  background-color: var(--redgate_light90);
}
section#policies.hero .tcpp tbody tr:nth-child(odd) {
  background-color: var(--cornflower_light75);
}
section#policies.hero .tcpp tbody tr:hover {
  background-color: var(--cornflower_light50);
}
section#policies.hero .tcpp th {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16rem;
}
section#policies.hero .tcpp td {
  color: var(--cornflower_dark75);
  vertical-align: top;
  line-height: 1.6;
}

section#policies.hero .tcpp .cookie-preferences {
  background-color: var(--cornflower_light75);
  padding: 8rem;
  border-radius: 8rem;
  margin: 4rem;
}
section#policies.hero .tcpp .cookie-preferences h3 {
}
section#policies.hero .tcpp .toggle-switch {
  display: flex;
  align-items: center;
  margin: 4rem 0;
}
section#policies.hero .tcpp .toggle-switch label {
    margin-left: 4rem;
    font-size: 16rem;
}
section#policies.hero .tcpp .toggle-switch input {
  margin: 16rem;
  transform: scale(1.6); /* Scala la checkbox al 150% della dimensione originale */
}
section#policies.hero .tcpp .save-preferences {
  background-color: var(--redgate);
  color: var(--cornflower_light80);
  border: none;
  margin: 8rem;
  padding: 4rem 8rem;
  border-radius: 8rem;
  cursor: pointer;
  font-weight: bold;
}
section#policies.hero .tcpp .save-preferences:hover {
  background-color: var(--redgate_dark25);
}
