.privacy-container {
  margin: 0 auto;
  font-family: "TT Hoves";
  color: #333;
  line-height: 1.6;
}

.privacy-header {
  text-align: center;
  margin-bottom: 2rem;
}

.privacy-header .logo {
  height: 40px;
  margin-bottom: 1rem;
}

.privacy-header h1 {
  font-size: 26px;
  margin-bottom: 0.5rem;
  color: #000;
}

.privacy-header .last-updated {
  color: #595959;
  font-size: 14px;
  margin-bottom: 1rem;
}

.privacy-content h2 {
  font-size: 19px;
  color: #000;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.privacy-content h3 {
  font-size: 17px;
  color: #000;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}

.privacy-content h4 {
  font-size: 15px;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

.privacy-content p {
  margin-bottom: 1rem;
  font-size: 14px;
  color: #595959;
}

.privacy-content em {
  font-style: italic;
}

.privacy-content a {
  color: #3030F1;
  word-break: break-word;
}

.toc-section {
  margin: 2rem 0;
}

.toc-list {
  padding-left: 1.5rem;
}

.toc-list li {
  margin-bottom: 0.5rem;
}

.summary-section {
  background-color: #f8f8f8;
  padding: 1.5rem;
  border-radius: 5px;
  margin: 2rem 0;
}

.summary-points {
  display: grid;
  gap: 1.5rem;
  margin-top: 1rem;
}

.point {
  background-color: white;
  padding: 1rem;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.point h3 {
  margin-top: 0;
}

ul {
  list-style-type: square;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}

ul li {
  margin-bottom: 0.5rem;
}

.info-section:last-child {
  border-bottom: none;
}