﻿.pagi-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    margin-top: 1.5rem;
}

.pagi-bar a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #374151;
    font-size: 16px;
    font-weight: 500;
    min-width: 42px;
    height: 42px;
    padding: 0 10px;
    box-sizing: border-box;
    border-radius: 8px;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.pagi-bar a:not(.current-page):hover {
    background-color: #e5e7eb;
    color: #1f2937;
}

.pagi-bar a.current-page {
    background-color: #374151;
    color: #ffffff;
    font-weight: 600;
    pointer-events: none;
}

.pagi-bar a i {
    font-size: 14px;
}
