/* Backend styles intentionally reset to the original theme defaults.
   This file stays in place so the existing layout include continues to work. */

.backend-dashboard .pagination {
    align-items: center;
    flex-wrap: wrap;
    gap: 0.25rem;
    margin-bottom: 0;
}

.backend-dashboard .pagination svg {
    width: 1rem;
    height: 1rem;
}

.backend-dashboard .pagination .page-link {
    min-width: 2rem;
    text-align: center;
    line-height: 1.25;
}
