/* Preserve the visual divisions after upgrading legal content containers to sections. */
.tos-content > section + section {
  border-top: 1px solid var(--line);
  margin-top: 52px;
  padding-top: 51px;
}
