@media(max-width:768px){.books-vertical-list{display:flex;flex-direction:column;gap:12px;overflow-y:scroll;overflow-x:hidden;scroll-snap-type:y mandatory;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;max-height:68vh;padding:4px 10px 16px;list-style:none;scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb) var(--scrollbar-track)}.books-vertical-list::-webkit-scrollbar{width:4px}.books-vertical-list::-webkit-scrollbar-track{background:var(--scrollbar-track)}.books-vertical-list::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:2px}.book-card--vertical{flex:0 0 auto;width:100%;scroll-snap-align:start;scroll-snap-stop:always;min-height:140px;height:auto;-webkit-tap-highlight-color:transparent}.book-card--vertical .book-card__link{padding:12px;gap:14px;height:100%}.book-card--vertical .book-cover{width:72px;height:105px;flex-shrink:0}.book-card--vertical .book-desc{font-size:.8rem;-webkit-line-clamp:4}.mobile-search-bar{display:block;padding:10px}.mobile-search-bar .search-box{background:var(--header-bg);border:1px solid var(--header-border);border-radius:30px;padding:2px 6px;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.mobile-search-bar .search-box input[type=search]{font-size:16px}}@media(prefers-reduced-motion:reduce){.books-vertical-list{scroll-behavior:auto}}
