.privacy-section {
  margin-bottom: 16px;
  background-color: #fff;
  border-radius: 5px;
  padding: 16px 16px 8px;
}

.privacy-section .section-heading {
  font-size: 25px;
  margin-bottom: 4px;
  font-weight: 500;
}

.privacy-section .sub-section-heading {
  font-size: 21px;
  font-weight: 400;
  margin-bottom: 2px;
}

.cluster {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #ccc;
}

.cluster .cluster-heading {
  font-size: 11px;
  text-transform: uppercase;
  font-family: monospace;
  font-weight: 400;
  margin-bottom: 4px;
}

.cluster .cluster-list {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.cluster .cluster-list a {
  display: inline-block;
  border-radius: 2px;
  padding: 4px 8px;
  border: 1px solid #007bff;
  text-decoration: none;
}
