ul.bookshelf {
    list-style-type: '📔  ';
    width: calc(100% - 40px);
}

ul.bookshelf li.magazine-issue {
    list-style-type: '📅  ';
}

ul.bookshelf li {
    margin-bottom: 8px;
}

ul.bookshelf li p {
    width: calc(100% - 20px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0px;
    padding: 0px;
}

ul.bookshelf > h3 {
    color: var(--hard-emphasis);
    font-style: italic;
    margin-left: -32px;
    margin-top: 42px;
    margin-bottom: 24px;
}

.book-title {
    font-size: 18px;
    font-weight: 500;
}

.book-data {
    font-size: 13px;
}

.book-author {
    color: var(--hard-emphasis);
    font-weight: 400;
}

.book-publisher {
    font-style: italic;
}

ul.bookshelf > h3 > p {
    padding-top: 4px;
    font-size: 14px;
    line-height: 26px;
}

.book-comment {
    padding-left: 5px;
    font-style: italic;
    color: var(--soft-emphasis);
    font-size: 10px;
}

.indented-element {
    margin-left: 20px;
}