.houston-legal-section {
  /* Style the horizontal rule like a pds-hr component. */
  /* Hide the border on the PDS Vanilla footnote element. */
}
.houston-legal-section hr {
  border: none;
  background-color: var(--pds-semantic-border-default);
  color: var(--pds-semantic-border-default);
  height: 1px;
}
.houston-legal-section .pds-footnote {
  border-top: none;
}