/* WP-Paginate Button Design */
.wp-paginate a, .wp-paginate span {
    display: inline-block !important;
    padding: 18px 30px !important; /* Button ko bada kiya */
    margin: 10px 5px !important;
    font-size: 20px !important; /* Text bada kiya */
    font-weight: bold !important;
    background-color: #ff6600 !important; /* Bright Orange color */
    color: #ffffff !important;
    border-radius: 10px !important;
    text-decoration: none !important;
}
/* Current page style */
.wp-paginate span.current {
    background-color: #cc5200 !important;
}

/* ZOMGRO Safety: Gap between Pagination and Ads */

/* Buttons ke upar gap (AdSense ke liye) */
.page-links {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
    display: block;
    clear: both;
    text-align: center;
}

/* Agar buttons ka class different hai toh ye bhi try karein */
.post-page-numbers {
    margin: 40px 0 !important;
    padding: 10px;
}

/* Ad blocks ke liye extra space */
.code-block {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
}