  .pagination .active span,
    .pagination .active a {
        background-color: #10b981 !important; /* Indigo */
        color: white !important;
        border-color: #10b981 !important;
    }

    /* Normal links */
    .pagination a,
    .pagination span {
        color: #10b981 !important; /* Indigo text */
    }

    /* Hover */
    .pagination a:hover {
        background-color: #e0e7ff !important; /* Light indigo */
    }
