.chapter-item{cursor:pointer;border-radius:var(--border-radius-md);background-color:var(--bg-quaternary);flex:none;align-items:center;min-width:144px;max-width:176px;padding:4px;display:flex}.chapter-item--active{background-color:var(--accent)}.chapter-item--active .chapter-item__title{color:#f1f1f1}.chapter-item--active .chapter-item__text{color:#ced6f2}.chapter-item--disabled{opacity:.7;cursor:not-allowed}.chapter-item__cover{margin-right:8px;padding-left:16px;display:flex;position:relative}.chapter-item__cover>*{z-index:2;-webkit-user-select:none;user-select:none;margin-left:-16px}.chapter-item__body{flex:auto;min-width:0}.chapter-item__title,.chapter-item__text{white-space:nowrap;text-overflow:ellipsis;line-height:125%;overflow:hidden}.chapter-item__title{color:var(--text-primary);font-size:1.4rem;font-weight:500}.chapter-item__text{color:var(--text-secondary);font-size:1.2rem;font-weight:400}
