/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps.
 */

/* Pagy pagination - dark theme */
.pagy.series-nav {
  display: flex;
  gap: 0.25rem;
  flex-wrap: wrap;
}
.pagy.series-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  height: 2rem;
  padding: 0 0.5rem;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  text-decoration: none;
  background: #1e293b;
  color: #94a3b8;
  border: 1px solid #334155;
}
.pagy.series-nav a:hover {
  background: #334155;
  color: #f1f5f9;
}
.pagy.series-nav a[aria-current="page"] {
  background: #059669;
  color: #ffffff;
  border-color: #059669;
}
.pagy.series-nav a[aria-disabled="true"] {
  color: #475569;
  cursor: default;
  background: transparent;
  border-color: transparent;
}
.pagy.series-nav a[aria-disabled="true"]:hover {
  background: transparent;
  color: #475569;
}
