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

.gradient-text {
        background: linear-gradient(135deg, #B76E2E, #2C1A12);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .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;
        cursor: pointer;
    }