﻿.chapters h4 {
    font-weight: bold;
    padding-left: 1rem;
}

.chapters ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.chapter {
    color: var(--v-primary);
    font-size: 14px;
    padding: 0 0 18px 42px;
    position: relative;
}

.chapter-bullet {
    position: absolute;
    top: 5px;
    left: 15px;
    content: "";
    border: 1px solid var(--v-primary);
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    width: 10px;
    background: #fff;
    z-index: 1;
}

.chapter-bullet-full {
    background: var(--v-primary);
}

.chapter:not(:last-of-type):after {
    content: "";
    position: absolute;
    border-left: 1px solid var(--v-primary);
    left: 1.3rem;
    top: 5px;
    height: 100%;
    z-index: 0;
}

.chapter span {
    color: var(--v-grey-dark);
}

.chapter-link {
    text-decoration: none;
}

.chapter-recap-link {
    text-decoration: none;
    font-weight: 600;
    color: var(--v-secondary);
}

.chapter-recap-link:not(.hover-none):hover {
    filter: brightness(1.2) !important;
}

.clickable-chapter-recap {
    cursor: pointer;
}

.chapter-link:hover {
    color: var(--v-primary) !important;
}

.chapter-icons {
    display: flex;
    justify-content: end;
    min-width: 6rem;
    margin-right: .25rem;
}

.current-chapter {
    color: var(--v-primary) !important;
    font-weight: bolder;
}

.clickable-chapter {
    font-weight: 600;
    cursor: pointer;
}

.no-transition {
    transition: none !important;
}

.comment-date-name {
    font-size: 12px;
    font-style: italic;
    text-align: right;
}
