/* Cookiepolitikk – samme oppsett som personvern */
.cookie-main {
  max-width: 800px;
  margin: 0 auto 4rem;
  padding: 0 1.5rem;
}

.cookie-content {
  font-family: var(--title-font, 'Poppins', sans-serif);
  color: var(--section-text-color-primary, #2E3F55);
  line-height: 1.65;
}

.cookie-intro {
  font-size: 1.125rem;
  margin-bottom: 2rem;
}

.cookie-section {
  margin-bottom: 2rem;
}

.cookie-section h2 {
  font-size: 2rem;
  font-weight: 600;
  color: var(--section-text-color-secondary, #3EACC4);
  margin-bottom: 0.75rem;
  padding-bottom: 0.25rem;
}

.cookie-section p,
.cookie-section ul {
  margin-bottom: 1rem;
}

.cookie-section a {
  color: var(--section-text-color-secondary, #3EACC4);
}

.cookie-withdraw {
  margin-top: 1rem;
}

.cookie-withdraw-link {
  text-decoration: underline;
}

.cookie-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0;
}

.cookie-table th,
.cookie-table td {
  border: 1px solid #ddd;
  padding: 0.75rem 1rem;
  text-align: left;
}

.cookie-table thead {
  background-color: #f5f5f5;
}

.cookie-table th {
  font-weight: 600;
  color: var(--section-text-color-primary, #2E3F55);
}

.cookie-updated {
  margin-top: 2.5rem;
  font-size: 0.9rem;
  color: #666;
}
