/*
 * Compiled stylesheet: bookstore_listing.css
 * Shared by views:
 *   - app/Views/front/bookstore/listing.php
 */

.line-clamp-2 {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    
    /* Ensure overlay works properly */
    .group:hover .absolute {
        opacity: 1 !important;
    }
    
    /* For better button visibility */
    .absolute button, .absolute a {
        position: relative;
        z-index: 20;
    }