/* custom-rtl.css */

.pagination {
    padding: 0 !important;
    margin: 0 !important;
    height: auto !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* تنظیم اندازه آیتم‌ها */
.page-item {
    margin: 0 4px !important;
}

/* کنترل دقیق ارتفاع و مرکز بودن متن */
.page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px !important;
    min-height: 40px !important;
    line-height: 1.2 !important;
    padding: 0 12px !important;
    font-size: 14px;
}

/* آیکون‌ها هم اندازه بشن */
.page-link i {
    font-size: 16px !important;
    line-height: 1 !important;
}
