.cbPlaceholder {
  letter-spacing: 0.4px;
  width: 100%;
  border: 1px dashed lightgray;
  padding: 10px;
  color: #000;
  color: lightgray;

  .placeholderTitle {
    position: absolute;
    background-color: #000;
    padding: 10px;
    color: #fff;
  }
}

.cbChapterNavigation,
.cbChapterNavigation.cbPlaceholder {
  margin-top: 2em !important;
  font-family: var(--chart-font-stack) !important;
  .title {
    font-weight: 900;
    font-size: 1.2em;
  }

  .entry {
    .chapter {
      font-size: 0.9em;
      padding-top: 0.5em;
      padding-bottom: 0.5em;
      border-bottom: 1px solid #eee;
      display: inline-block;
      width: 100%;
      i {
        font-size: 0.8em;
        margin-top: 0.2em;
        height: 100%;
      }
    }

    .name {
      display: inline-block;
      width: calc(100% - 25px);
    }
    .icon {
      float: right;
      max-width: 25px;
      height: 100%;
    }
  }
  .entry:last-of-type {
    .chapter {
      border-bottom: 0;
    }
  }
  &.cbPlaceholder {
    .chapter {
      color: lightgray;
    }
    .title {
      color: lightgray;
    }
  }
}

.cbMdx {
  &.cbPlaceholder {
    color: gray;
  }
}
