/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

.pagy-nav nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
}

.pagy-nav a,
.pagy-nav span {
  border: 1px solid #cbd5e1;
  border-radius: 0.375rem;
  color: #334155;
  display: inline-flex;
  font-size: 0.875rem;
  font-weight: 500;
  min-width: 2.25rem;
  padding: 0.375rem 0.625rem;
  place-content: center;
  text-decoration: none;
}

.pagy-nav a:hover {
  background: #f1f5f9;
}

.pagy-nav .current {
  background: #0f172a;
  border-color: #0f172a;
  color: #fff;
}

.pagy-nav .gap,
.pagy-nav .disabled {
  color: #94a3b8;
}
