/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/




.elementor-pagination{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.elementor-pagination .page-numbers{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 46px;
    height: 46px;
    padding: 0 16px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    background: #fff;
    color: #787878;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all .25s ease;
    box-sizing: border-box;
}

.elementor-pagination .page-numbers:hover{
    background: #121644;
    border-color: #121644;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(18,22,68,.15);
}

.elementor-pagination .page-numbers.current{
    background: #121644;
    border-color: #121644;
    color: #fff !important;
    box-shadow: 0 8px 20px rgba(18,22,68,.2);
    cursor: default;
}

.elementor-pagination .page-numbers.dots{
    border: none;
    background: transparent;
    min-width: auto;
    padding: 0 4px;
    color: #787878;
    box-shadow: none;
    transform: none;
}

.elementor-pagination .elementor-screen-only{
    display: none;
}