.chapterBarFigma {
    padding: 0 0 6.25rem;
    background: #ffffff;
}

.chapterBarFigma .chapterTop {
    padding: 0;
}

.chapterBarFigma .chapterTitle {
    font-size: 1.125rem;
    line-height: 1.5625rem;
    color: #fb4e4e;
    font-weight: 500;
}

.chapterBarFigma .chapterConfig {
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.chapterBarFigma .chapterConfig span:first-child {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #191919;
}

.chapterBarFigma #sortH5 {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #fb4e4e;
}

.catalogNoticeFigma {
    margin: 0 1rem 0.25rem;
    padding: 0;
    border-radius: 0;
    background: transparent;
    font-size: 0.8125rem;
    line-height: 1.25rem;
    color: #8a8a8a;
}

.chapterBarFigma .chapterList ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.catalogChapterItemFigma {
    margin: 0;
    padding: 0;
}

.catalogChapterLinkFigma {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    min-height: 3.25rem;
    padding: 0.875rem 0;
    border-bottom: 0.0625rem solid #f0f0f0;
    text-decoration: none;
}

.catalogChapterNameFigma {
    flex: 1;
    min-width: 0;
    font-size: 0.9375rem;
    line-height: 1.3125rem;
    color: #191919;
    word-break: break-all;
}

.catalogChapterMetaFigma {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.5rem;
    flex-shrink: 0;
    margin-left: 0.75rem;
    max-width: 58%;
}

.catalogUnlockTimeFigma {
    font-size: 0.75rem;
    line-height: 1rem;
    color: #b1b1b1;
    white-space: nowrap;
    display: inline-block;
    text-align: right;
}

.catalogLockIconFigma {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #bfbfbf;
    width: 0.8125rem;
    height: 0.942375rem;
    flex: 0 0 0.8125rem;
}

.catalogChapterItemFigma.is-locked .catalogChapterNameFigma {
    color: #b7b7b7;
}

.catalogChapterItemFigma.is-locked .catalogChapterLinkFigma {
    cursor: pointer;
}

@media (min-width: 40rem) {
    .chapterBarFigma {
        padding-bottom: 2rem;
    }

    .catalogNoticeFigma {
        margin-left: 0;
    }
}
