@charset "UTF-8";.book-item{display:flex;border:1px solid var(--base-gray-200);border-radius:6px;overflow:hidden;cursor:pointer}.book-item:not(:last-child){margin-bottom:5px}.book-item--view-only{cursor:inherit}.book-item--talk__topic{width:60px;height:87px}.book-item--talk__topic>img{width:100%;height:100%;object-fit:cover}.book-item--talk__info{flex:1;display:flex;flex-direction:column;justify-content:space-evenly;padding:0 8px;background-color:var(--base-gray-000)}.book-item--talk__info__title{color:var(--text-color);font-weight:500;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;word-break:break-all;word-break:break-word;height:18.858px}.book-item--talk__info__description{font-size:12px;line-height:1.5715;height:37.716px;color:var(--text-color-secondary);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-break:break-all;word-break:break-word}
