/* Cookie banner + testi legal — DNA Valutazione (Webflow .top / CTA #0071e3) */
#vio-cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10050;
  box-sizing: border-box;
  background: #fff;
  border-top: 1px solid #e5e7eb;
  box-shadow: 0 -8px 32px rgba(99, 107, 117, 0.18);
  padding: 16px 16px max(16px, env(safe-area-inset-bottom));
}

#vio-cookie-banner[data-vio-click-accept="1"] {
  cursor: pointer;
}

#vio-cookie-banner .vio-cookie-inner {
  max-width: 72rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

#vio-cookie-banner .vio-cookie-copy {
  min-width: 0;
  max-width: 36rem;
}

#vio-cookie-banner .vio-cookie-title {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.3;
}

#vio-cookie-banner .vio-cookie-desc {
  margin: 0.35rem 0 0;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #4b5563;
}

#vio-cookie-banner .vio-cookie-desc a {
  color: #1a1a1a;
  font-weight: 600;
  text-decoration: underline;
}

#vio-cookie-banner fieldset {
  margin: 0.75rem 0 0;
  padding: 0;
  border: 0;
}

#vio-cookie-banner label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 44px;
  font-size: 0.9rem;
  color: #1f2937;
}

#vio-cookie-banner input[type="checkbox"] {
  width: 1.1rem;
  height: 1.1rem;
  accent-color: #0071e3;
}

#vio-cookie-banner .vio-cookie-actions {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

#vio-cookie-banner .vio-cookie-btn {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 18px;
  border-radius: 980px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  cursor: pointer;
  border: 0;
  font-family: inherit;
}

#vio-cookie-banner .vio-cookie-btn--primary {
  background: #0071e3;
  color: #fff;
}

#vio-cookie-banner .vio-cookie-btn--primary:hover {
  background: #0077ed;
}

#vio-cookie-banner .vio-cookie-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 1rem;
}

#vio-cookie-banner .vio-cookie-textbtn {
  min-height: 44px;
  padding: 0;
  border: 0;
  background: none;
  font-family: inherit;
  font-size: 0.9rem;
  font-weight: 600;
  color: #4b5563;
  text-decoration: underline;
  cursor: pointer;
}

.vio-open-consent {
  cursor: pointer;
}

.vio-legal h2 {
  font-size: 1.15rem;
  margin: 1.5rem 0 0.5rem;
  line-height: 1.3;
}

.vio-legal h3 {
  font-size: 1rem;
  margin: 1.1rem 0 0.4rem;
}

.vio-legal p,
.vio-legal li {
  font-size: 0.95rem;
  line-height: 1.55;
  color: #374151;
}

.vio-legal ul {
  margin: 0.4rem 0 0.8rem 1.2rem;
}

.vio-legal table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
  margin: 0.75rem 0;
}

.vio-legal th,
.vio-legal td {
  text-align: left;
  vertical-align: top;
  padding: 8px 12px 8px 0;
  border-bottom: 1px solid #e5e7eb;
}

.vio-legal th {
  font-weight: 700;
  color: #111827;
}

@media (min-width: 640px) {
  #vio-cookie-banner .vio-cookie-inner {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }

  #vio-cookie-banner .vio-cookie-actions {
    align-items: flex-end;
    flex: none;
  }

  #vio-cookie-banner .vio-cookie-links {
    align-self: flex-end;
  }
}
