#privacy-frame-header {
  position: relative;
}

#privacy-frame-header::after {
  border-bottom: 1px solid rgb(var(--grey-2-rgb));
  bottom: -1px;
  content: '';
  position: absolute;
  width: calc(100% - 2rem)
}

#privacy-frame-body {
  overflow-y: auto;
}

h1 {
  font-weight: 700;
  margin: 0;
  position: relative;
}

h1 span {
  left: 2.5rem;
  position: absolute;
}

h2 {
  font-weight: 700;
  margin: 0;
  margin-top: 0.5rem !important;
  position: relative;
}

h2 span {
  left: 2.5rem;
  position: absolute;
}

p {
  margin: 0;
}

p + h1 {
  padding-top: 1em;
  border-top: 1px dashed rgb(var(--grey-2-rgb));
  margin-top: 1rem;
}