.books-table{width:100%;border-collapse:collapse;margin:1rem 0;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.1)}.books-table thead th{background:#f8f9fa;padding:1rem;text-align:left;border-bottom:2px solid #dee2e6;font-weight:600}.books-table td{padding:1rem;border-bottom:1px solid #dee2e6;vertical-align:top}.book-images{display:flex;gap:1rem}.book-img{max-width:120px;height:auto;border-radius:4px;box-shadow:0 1px 2px rgba(0,0,0,.1)}.books-table td:last-child{font-weight:600;white-space:nowrap}.books-table tbody tr:hover{background-color:#f8f9fa}@media(max-width:768px){.books-table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}.book-images{flex-direction:column;gap:.5rem}.book-img{max-width:100px}}