﻿.pagination {
    justify-content: center;
    align-items: center;
    gap: 2px;
}

.page-item {
    margin: 0 2px;
}

.page-link {
    color: #0a2971;
    background: transparent;
    border: none;
    border-radius: 6px;
    padding: 0.42rem 0.95rem;
    font-weight: 500;
    transition: background 0.18s, color 0.18s;
}

.page-item.active .page-link {
    background: #7291c3;
    color: #fff !important;
    font-weight: bold;
}

.page-link:hover:not(.active) {
    background: #eef4ff;
    color: #0a2971;
}

.page-link:focus {
    outline: none;
    box-shadow: 0 0 0 1.5px #0a2971;
}

.page-link i {
    font-size: 1.2em;
    vertical-align: middle;
}
