/* Pagy pagination styles - Clean Modern */
.pagy.nav,
nav.pagy {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.pagy.nav a,
nav.pagy a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  height: 2.5rem;
  padding: 0 0.75rem;
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  text-decoration: none;
  color: #64748b;
  background: white;
  font-weight: 500;
  font-size: 0.875rem;
  transition: all 0.2s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.pagy.nav a:hover,
nav.pagy a:hover {
  background: #f8fafc;
  border-color: #cbd5e1;
  color: #475569;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.pagy.nav a.current,
nav.pagy a.current {
  background: linear-gradient(135deg, #f97316 0%, #ec4899 100%);
  color: white;
  border-color: #f97316;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(249, 115, 22, 0.3);
  transform: translateY(-1px);
}

.pagy.nav a[aria-label="Previous"],
.pagy.nav a[aria-label="Next"],
nav.pagy a[aria-label="Previous"],
nav.pagy a[aria-label="Next"] {
  min-width: 2.5rem;
  height: 2.5rem;
  font-weight: 600;
}

.pagy.nav a[aria-label="Previous"]:hover,
.pagy.nav a[aria-label="Next"]:hover,
nav.pagy a[aria-label="Previous"]:hover,
nav.pagy a[aria-label="Next"]:hover {
  background: linear-gradient(135deg, #f97316 0%, #ec4899 100%);
  color: white;
  border-color: #f97316;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(249, 115, 22, 0.3);
}

.pagy.nav a[aria-disabled="true"],
nav.pagy a[aria-disabled="true"] {
  opacity: 0.4;
  cursor: not-allowed;
  transform: none;
  background: #f1f5f9;
  color: #94a3b8;
  border-color: #e2e8f0;
}

.pagy.nav a[aria-disabled="true"]:hover,
nav.pagy a[aria-disabled="true"]:hover {
  background: #f1f5f9;
  color: #94a3b8;
  border-color: #e2e8f0;
  transform: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
