.qeek-anchor {
  display: flex; }
  .qeek-anchor-title {
    color: #222222;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    padding-bottom: 12px; }
  .qeek-anchor-bar {
    width: 1px;
    background-color: #d9d9d9;
    margin: 8px 12px 8px 0; }
  .qeek-anchor-link {
    display: flex;
    line-height: 16px;
    margin: 16px 0;
    position: relative; }
    .qeek-anchor-link:before {
      content: '';
      position: absolute;
      top: 50%;
      left: -15px;
      margin-top: -3px;
      width: 5px;
      height: 5px;
      background-color: #D8D8D8;
      border-radius: 50%; }
  .qeek-anchor-link-href {
    font-size: 12px;
    color: #616161;
    text-decoration: none; }
    .qeek-anchor-link-href:hover {
      color: #3570E6;
      text-decoration: none; }
  .qeek-anchor-link-active:before {
    background-color: #3570E6; }
  .qeek-anchor-link-active .qeek-anchor-link-href {
    color: #3570E6; }
