.privacy-hero {
  padding: 32px 24px 48px;
}
.privacy-hero h1 {
  color: var(--Juoda, #000000);
  font-size: 1.875rem;
  line-height: 2.25rem;
  margin: 0;
}
.privacy-hero p {
  font-size: 0.75rem;
  line-height: 1rem;
  margin: 0;
}
.privacy-hero a {
  color: var(--Juoda, #000000);
  transition: color 0.3s ease;
}
.privacy-hero a:hover {
  color: var(--Yellow, #FFCB00);
}
.privacy-hero .container {
  border: 1px solid var(--Pilka-teksto, #5B5B5B);
  padding: 1.5rem;
  border-radius: 6px;
}
.privacy-hero-excerpt {
  margin: 32px 0 0;
}
.privacy-hero-excerpt p {
  font-weight: 600;
}
.privacy-hero-time {
  margin: 24px 0 0;
}
.privacy-hero-time p {
  color: var(--Pilka-teksto, #5B5B5B);
}
.privacy-content {
  padding: 0 24px 96px;
}
.privacy-content .container {
  padding: 0;
}
.privacy-content a {
  color: var(--Juoda, #000000);
  transition: color 0.3s ease;
}
.privacy-content a:hover {
  color: var(--Yellow, #FFCB00);
}
.privacy-content-anchors {
  top: 48px;
}
.privacy-content-anchors a {
  padding: 10px 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  text-decoration: none;
  border-left: 1px solid #BBC5D5;
}
.privacy-content-anchors a.active {
  font-weight: 600;
  border-left: 1px solid var(--Juoda, #000000);
}
.privacy-content-text :first-child {
  margin-top: 0;
}
.privacy-content-text h2,
.privacy-content-text h3,
.privacy-content-text h4,
.privacy-content-text h5 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: var(--Juoda, #000000);
  margin: 64px 0 24px;
}
.privacy-content-text ul {
  list-style: disc;
}
.privacy-content-text p,
.privacy-content-text li {
  font-size: 0.75rem;
  line-height: 1rem;
  color: var(--Pilka-teksto, #5B5B5B);
}
.privacy-content-text p {
  margin: 0 0 0.75rem;
}

@media screen and (min-width: 768px) {
  .privacy-hero {
    padding: 56px 24px 48px;
  }
  .privacy-hero h1 {
    font-size: 3rem;
    line-height: 1.3;
  }
  .privacy-hero .container {
    padding: 48px;
  }
  .privacy-hero-time {
    margin: 24px 0 0;
  }
  .privacy-hero-excerpt {
    max-width: 835px;
    margin: 48px 0 0;
  }
  .privacy-hero-excerpt p {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .privacy-content-text h2,
  .privacy-content-text h3,
  .privacy-content-text h4,
  .privacy-content-text h5 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .privacy-content-text p,
  .privacy-content-text li {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .privacy-content-text p {
    margin: 0 0 1.25rem;
  }
}/*# sourceMappingURL=privacy-policy.css.map */