<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.books-list{max-width:1000px}.books-list__books{display:flex;flex-wrap:wrap;justify-content:center;margin:0 auto;max-width:800px;padding-left:2rem}.books-list__book{background-color:rgb(var(--color-background));border:2px solid rgb(var(--color-main));border-radius:1rem;overflow:hidden;position:relative;transition:all .05s ease-in-out}.books-list__book:not(:first-of-type){margin-left:-4rem}.books-list__book:hover{transform:translateY(-.5rem) scale(1.05);z-index:1}.books-list__book--noimage{font-size:.8em;padding:1rem;width:150px}
</pre></body></html>