.trending-book-grid-section{background-color:#fff;margin-top:20px;padding:20px 10px}.trending-book-grid-section .book-grid-title{align-items:center;gap:10px;margin-bottom:1rem;display:flex}.trending-book-grid-section .book-grid-title h3{color:var(--primary-text-color);font-size:1.5rem}.trending-book-grid-section .book-grid-container{grid-template-rows:repeat(2,auto);grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-auto-rows:0;gap:5px;display:grid;overflow:hidden}
