/* integritetspolicy.css */

.ip-hero { background-color: var(--color-7); }

.ip-content { background-color: var(--color-1); }

.ip-content-inner {
  max-width: 760px;
  display: flex;
  flex-direction: column;
  gap: 56px;
}

.ip-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ip-section h2 { margin: 0; }
.ip-section h3 { margin: 0; }
.ip-section .p1 { color: var(--color-4); margin: 0; }

.ip-section .p1 a {
  color: var(--color-4);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ip-section .p1 a:hover { opacity: 0.6; }

.ip-list {
  padding-left: 24px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ip-list li {
  font-family: var(--font-primary);
  font-size: var(--p1-size);
  line-height: var(--p1-lh);
  color: var(--color-4);
}
