.relationship-card-image{display:block;aspect-ratio:3/2;margin:-1rem -1rem .85rem;overflow:hidden;background:#e9e2d7}.relationship-card-image img{width:100%;height:100%;object-fit:cover}
.home-book-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.home-book-card{display:grid;grid-template-columns:105px minmax(0,1fr);min-width:0;overflow:hidden;background:#fff;border:1px solid #dcd0be;border-top:4px solid var(--home-gold,#b89455);color:#232a30;text-decoration:none}.home-book-card img{width:100%;height:100%;min-height:180px;object-fit:cover}.home-book-card>div{display:flex;min-width:0;flex-direction:column;padding:1rem}.home-book-card h3{margin:.35rem 0;font:1.45rem/1.1 Georgia,serif}.home-book-card p{color:#5f6468;line-height:1.45}.home-book-card b{margin-top:auto;color:#59431e}.home-book-card:hover,.home-book-card:focus-visible{border-color:#806333}
.book-delete-form{display:grid;gap:.35rem;margin-top:.6rem;padding:.65rem;border:1px solid #b34a3a;background:#fff7f5}.book-delete-form label{font-size:.78rem}.book-delete-form input{width:100%;min-width:13rem}
@media(max-width:820px){.home-book-grid{grid-template-columns:1fr 1fr}}@media(max-width:600px){.home-book-grid{grid-template-columns:1fr}.home-book-card{grid-template-columns:90px minmax(0,1fr)}}
