.privacy-header {
  padding-top: 3rem;
  margin-bottom: 2rem;
}

.privacy-header h1 {
  margin-bottom: 0.5rem;
}

.privacy-section {
  margin-bottom: 3rem;
}

.privacy-section:last-child {
  margin-bottom: 10rem;
}


.privacy-section-heading {
  margin-bottom: 1rem;
  font-size: 1.2rem;
}


.privacy-section-text {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.privacy-section ul {
  margin-left: 2rem;
}

.privacy-section ul li:not(:last-child) {
  margin-bottom: 0;
}

.bold {
  font-weight: 600;
}


#mail-link {
  margin-right: 0.5rem;
  color: #0C668D;
}

.copy-button {
  display: inline-flex;
  padding: 0.3rem 0.6rem;
  gap: 0.4rem;
  border-radius: 0.75rem;
  border-style: solid;
  border-width: 2px;
  background-color: #F0F3F5;
  color: black;
  cursor: pointer;
  border-color: #E0E6EB;
  font-size: 0.8rem;
  align-items: center;
}

.copy-button:hover {
  background-color: #E0E6EB;
}

.copy-button:active {
  background-color: #C2CDD6;
  border-color: #C2CDD6;
}

.copy-icon {
  margin-top: 3px;
}