.book-card{background-color:inherit;border-radius:.5rem;flex-direction:column;height:100%;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.book-card:hover{transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.book-image{object-fit:cover;width:100%;height:20rem}.book-info{text-align:left;flex-direction:column;flex:1;padding:1rem;display:flex;position:relative}.book-title{color:#1f2937;font-size:1.125rem;font-weight:600;line-height:1.75rem}.book-author{color:#4b5563;margin-top:.25rem;font-size:.875rem;line-height:1.25rem}.book-description{color:#6b7280;word-wrap:break-word;overflow-wrap:break-word;margin-top:.5rem;margin-bottom:1rem;font-size:.875rem;line-height:1.25rem}.details-button{color:#fff;background-color:#ffc33d;flex-shrink:0}.details-button:hover{background-color:#c4946a}
.book-section{flex-direction:column;width:100%;max-width:1600px;margin:2rem auto 3rem;display:flex}.section-title{text-align:left;color:#0f1a14;font-size:1.5rem;font-weight:600}.books-grid{grid-template-columns:repeat(1,1fr);gap:2rem;width:100%;display:grid}@media (min-width:640px){.books-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.books-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1536px){.books-grid{grid-template-columns:repeat(6,1fr);gap:2.5rem}}.see-more-button{color:#79747e;cursor:pointer;background:0 0;border:1px solid #79747e;border-radius:8px;align-self:flex-start;margin-top:1.5rem;padding:.5rem 1rem;font-weight:500;transition:color .2s}
