.on-this-page {
  margin-block: 1.5rem;
  border-bottom: 2px solid #f2f2f2;

  h2 {
    font-size: 1rem;
    color: #000756;
    text-transform: uppercase;
    margin-bottom: 0.8em;
  }

  ul,
  ol {
    list-style: none;
    padding-left: 0;
  }

  ul.wp-block-list li {
    padding-left: 1em;
    position: relative;
    margin-block: 1em;

    &::before {
      content: "▶ ";
      font-size: 0.65em;
      color: #ff768b;
      margin-right: 0.35rem;
      font-family: inherit;
      line-height: inherit;
      position: absolute;
      left: 0;
      top: 0.5em;
    }

    @media (min-width: 56.25em) {
      margin-block: 0.75em;
    }
  }

  a {
    text-decoration: underline;

    &:hover {
      color: #000756;
    }
  }
}
