.book-search{width:100dvw;height:100dvh;background-color:#f0f8ff}.book-search__back{font-size:30px;cursor:pointer;color:#0084ff}.book-search__back:hover{color:#2894f9}.book-search__header{display:flex;justify-content:flex-start;gap:50px;padding:20px 50px 20px 20px;margin-bottom:10px;border-bottom:1px solid rgba(227,221,221,.75)}.book-search__main{display:flex;justify-content:space-between;height:100%;padding-left:20px}.book-search__filters-reset{font-size:18px}.book-search__found-books{display:flex;gap:20px;flex-wrap:wrap;width:100%;padding-left:10px;background-color:#f0f8ff;padding-top:10px;overflow-y:scroll;scrollbar-width:thin}.books-options-map{border-right:1px solid rgba(227,221,221,.75);padding-right:20px;height:100%}.books-options-map__option{border-bottom:1px solid rgba(227,221,221,.75);margin-bottom:20px}.books-options-map__name{color:gray}.books-options-map__item{display:flex;gap:20px}body{scrollbar-width:thin}.no-copy{user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.hover-delay{transition:background-color .2s ease,color .1s ease}.app-main{display:flex;width:100%;height:100dvh;justify-content:space-between;gap:10px}.app-main__content{flex:1 1}@media(max-width:480px){.app-main{flex-direction:column}}.my-book-item__wrapper{width:120px;height:200px;overflow:hidden;z-index:0}.my-book-item__wrapper :hover>.my-book-item__name{color:#0084ff}.my-book-item__wrapper :hover>.my-book-item img{border-color:#2894f9}.my-book-item{height:180px;width:120px;cursor:pointer;overflow:hidden;padding:2px}.my-book-item img{height:120px;width:120px;object-fit:cover;border:1px solid rgba(0,0,0,0);border-radius:20px;overflow:hidden}.my-book-item__name{cursor:pointer}.my-book-item__like{right:-1px;bottom:-1px;padding:3px;z-index:10}.main-gradient{background:linear-gradient(325deg,rgb(0,132,255),rgb(152,148,209));background:linear-gradient(325deg,#a100ff,#ff0068);border-bottom:navy}.like-book__liked{cursor:pointer;color:#f36d6d}.like-book__liked :hover{color:#f79d9d}.like-book__not-liked{cursor:pointer;color:#000}.like-book__not-liked :hover{color:red}