/* Customize the USWDS in page navigation theme */
.usa-in-page-nav {
  margin: 0;
  overflow-y: auto;

  .usa-in-page-nav__heading {
    font-size: var(--h2-size);
    line-height: var(--h2-line-height);
  }

  nav ul.usa-in-page-nav__list {
    padding-left: 0;
    border-left: none;
  }

  nav li.usa-in-page-nav__item {
    margin-bottom: 0;
    line-height: 1.25rem;
  }

  li.usa-in-page-nav__item a.usa-in-page-nav__link {
    padding: 8px;
    border-left: 1px solid #e6e6e6;
    color: #4e4e4e !important;
    font-family: var(--font-family-paragraph);
    font-weight: 100;
    text-decoration: none;

    &.usa-current {
      background-color: rgba(0, 133, 242, 0.19);
      border-left: 2px #0085f230 solid;
      font-weight: 600;
    }
  }

  .usa-in-page-nav__list a:not(.usa-button):hover {
    background-color: rgba(0, 133, 242, 0.19);
    text-decoration: none;
  }

  .usa-in-page-nav__list a:not(.usa-button).usa-current::after {
    width: 0;
    bottom: 0;
  }

  @media (max-width: 65rem) {
    display: none;
  }
}
