.pagination {
    display: flex;
    flex: row;
    list-style-type: none;
    margin-right:0;
}

.pagination > li {
    padding:8px;
    width:28px;
    height:28px;
}

.pagination > li.page:hover, .pagination > li.page-browse:hover {
    font-weight:600;
    font-size:1.6rem;
    line-height:1.2;
    color:var(--cgiar-yellow);
}

.pagination  > .page, .pagination  > .page-browse {
    cursor: pointer;
    
}

.pagination > li.page.active {
    font-weight: 600;
    line-height:normal;
    background: var(--cgiar-yellow);
    text-align:center;
    border-radius:50%;
    height:36px;
    width:36px;
    font-size:1.4rem;
    color:white;
}
