﻿.custom-pager-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px;
}

.custom-pager {
    list-style: none;
    padding: 0;
    display: flex;
}

.custom-pager-item {
    margin: 0 5px;
    padding: 8px 12px;
    background-color: #b2b2b2;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
}

    .custom-pager-item:hover {
        background-color: #2980b9;
    }

    .custom-pager-item.active {
        background-color: #2c3e50;
    }

.custom-results-info {
    text-align: right;
    margin-right:14px;
}

.custom-pager-item a {
    color: white;
}
