.footer-links {
  margin-top: 0.5rem;
  text-align: center;
}

.footer-links a {
  color: #06c;
  text-decoration: none;
  font-size: 0.9rem;
}

.footer-links a:hover {
  text-decoration: underline;
}

.privacy-footer-content {
  margin-top: 2rem;
  padding: 1.5rem;
  background-color: #1a1a1a;
  border-radius: 8px;
  text-align: left;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.privacy-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  border-bottom: 1px solid #333;
  padding-bottom: 0.5rem;
}

.privacy-header h3 {
  color: #fff;
  margin: 0;
  font-size: 1.2rem;
}

.privacy-hide-btn {
  background: none;
  border: none;
  color: #ccc;
  font-size: 1.5rem;
  cursor: pointer;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.privacy-hide-btn:hover {
  background-color: #333;
  color: #fff;
}

.privacy-text h4 {
  color: #fff;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  font-size: 1rem;
}

.privacy-text p {
  color: #ccc;
  line-height: 1.5;
  margin-bottom: 1rem;
  font-size: 0.9rem;
}

.privacy-text h4:first-child {
  margin-top: 0;
}

@media (max-width: 620px) {
  .privacy-footer-content {
    margin-left: 1rem;
    margin-right: 1rem;
    padding: 1rem;
  }
}
