/* Third-level links inherit the existing ONR dropdown palette and typography. */
.desktop-nav .nav-subchildren,
.mobile-nav .nav-subchildren {
  margin-inline-start: 14px;
  border-inline-start: 1px solid currentColor;
}
.desktop-nav .nav-subchildren a,
.mobile-nav .nav-subchildren a {
  min-height: 44px;
  display: flex;
  align-items: center;
  white-space: normal;
}
