/*
 * 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 43 pagination styles */
.pagy nav.series-nav {
  display: flex;
  gap: 0.25rem;
}

.pagy nav.series-nav a {
  padding: 0.5rem 0.75rem;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  color: #2563eb;
  background-color: #f3f4f6;
  text-decoration: none;
}

.pagy nav.series-nav a:hover:not([aria-disabled="true"]) {
  background-color: #e5e7eb;
}

.pagy nav.series-nav a[aria-current="page"] {
  background-color: #2563eb;
  color: white;
}

.pagy nav.series-nav a[aria-disabled="true"] {
  color: #9ca3af;
  cursor: default;
}

.pagy nav.series-nav a[role="separator"] {
  background-color: transparent;
}
