﻿body {
}

.results-count i {
    color: #94a3b8;
    font-size: 0.9rem;
}

.page-badge {
    border-radius: 5px;
    padding: 0.3rem 1rem;
    font-size: 0.9rem;
}

    .page-badge .current {
        color: #3b82f6;
        font-weight: 700;
        font-size: 1rem;
    }

    .page-badge .separator {
        color: #cbd5e1;
        margin: 0 0.3rem;
        font-weight: 300;
        font-size: 1rem;
    }

    .page-badge .total {
        color: #64748b;
        font-weight: 500;
    }

    /* Efectos hover */
    .page-badge:hover {
        border-color: #3b82f6;
        transition: all 0.2s ease;
    }

/* Responsive */
@media (max-width: 640px) {
    .pagination-content {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }

    .results-count {
        justify-content: center;
    }
}