.books-module__rdGIBG__booksGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;padding:2rem 0;display:grid}.books-module__rdGIBG__bookCard{background:#fff;border:1px solid #0000000d;border-radius:12px;flex-direction:column;height:100%;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.books-module__rdGIBG__bookCard:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.books-module__rdGIBG__coverWrapper{aspect-ratio:2/3;width:100%;position:relative}.books-module__rdGIBG__info{flex-direction:column;flex-grow:1;padding:1.5rem;display:flex}.books-module__rdGIBG__title{color:#111;margin-bottom:.75rem;font-size:1.25rem;font-weight:700;line-height:1.2}.books-module__rdGIBG__description{color:#666;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:1.5rem;font-size:.925rem;line-height:1.5;display:-webkit-box;overflow:hidden}.books-module__rdGIBG__readMore{color:#2563eb;items-center:center;gap:.5rem;margin-top:auto;font-size:.875rem;font-weight:600;display:flex}@media (max-width:640px){.books-module__rdGIBG__booksGrid{grid-template-columns:1fr;gap:1.5rem}}
