.c7n-docCatalog {
  padding: 15px 20px;
  min-width: 180px;
  height: 100%;
  overflow: scroll;

  .catalog {
    font-size: 18px;
    color: var(--primary-color);
    font-weight: 500;
  }

  .toc {
    padding: 15px 0;

    li {
      padding-bottom: 10px;
      white-space: nowrap;
      width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;

      span {
        cursor: pointer;
      }

      span:hover {
        color: var(--primary-color);
      }
    }
  }
}
