.page-bookshelf input[type=search]{border:1px solid gray;border-radius:3px;background-color:rgba(0,0,0,0);color:gray;font-size:20px;width:100%;margin:1em 0 2em 0;padding:.5em}.page-bookshelf input[type=search]:focus{outline-color:gray;outline-style:solid;outline-width:2px}.page-bookshelf input[type=search]::-webkit-search-cancel-button{-webkit-appearance:none;appearance:none}.page-bookshelf section{opacity:1;visibility:visible;max-height:initial;overflow:hidden;transition-duration:500ms;transition-property:all;transition-behavior:allow-discrete;transition-timing-function:ease-in-out}.page-bookshelf section.hide{opacity:0;max-height:0;visibility:hidden}.page-bookshelf article{margin-bottom:2em;display:grid;grid-template-areas:"image title" "image author";grid-template-columns:100px 1fr;grid-template-rows:auto 1fr;align-items:start;opacity:1;max-height:initial;visibility:visible;overflow:hidden;transition-duration:500ms;transition-property:all;transition-behavior:allow-discrete;transition-timing-function:ease-in-out}.page-bookshelf article.hide{opacity:0;visibility:hidden;max-height:0;margin-bottom:0}.page-bookshelf article>h1{font-size:20px;line-height:20px;margin-bottom:2px}.page-bookshelf article .author{margin:0}.page-bookshelf article .genre,.page-bookshelf article .other-authors,.page-bookshelf article .narrators{display:none}.page-bookshelf article>img{max-height:100px;width:auto;box-shadow:2px 2px 7px gray;grid-area:image;margin-right:1em;justify-self:center}.page-bookshelf article>img.image-placeholder{box-shadow:unset;width:75px;margin-top:-10px}/*# sourceMappingURL=bookshelf.css.map */