/*
 Theme Name:   Booklovers Child Theme
 Theme URI:    http://booklovers.ancorathemes.com
 Description:  Booklovers Child Theme
 Author:       AncoraThemes
 Author URI:   http://ancorathemes.com
 Template:     booklovers
 Version:      1.0
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  booklovers
*/


/* =Theme customization starts here
------------------------------------------------------------ */

.elementor-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background-color: #ffffff;
    padding: 15px;
    border-radius: 8px;
    margin: 20px 0;
}

.elementor-pagination .page-numbers {
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    color: #333333;
    background-color: #cccccc;
    cursor: pointer;
    transition: background-color 0.3s;
}

.elementor-pagination .page-numbers:hover {
    background-color: #aaaaaa;
}

.elementor-pagination .prev {
    background-color: #eeeeee;
    color: #888888;
    cursor: not-allowed;
    pointer-events: none;
}
