.pusha-pagination-results {
    text-align: left;
}

#pusha-pagination {
    margin-top: 25px;
}

.pusha-pagination {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50px;
    padding: 10px;
    text-align: center;
    margin-top: 15px;    
    box-shadow: 0px 0px 5px 1px rgba(0, 22, 104, 0.05);
}

.pusha-pagination a {
    text-decoration: none;
    color: var(--pusha-black);
    height: 34px;
    margin-right: 4px;
    width: 34px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;   
    border-radius: 50%;
}

.pusha-pagination a.active {
    background: var(--pusha-primary);
    color: #fff;
}

.pusha-pagination a:hover {
    background: var(--pusha-secondary);
    color: #fff;
}