/*
 * 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.series-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  margin-top: 1.5rem;
}

.pagy.series-nav a {
  display: inline-flex;
  min-width: 2.25rem;
  height: 2.25rem;
  align-items: center;
  justify-content: center;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  background: #ffffff;
  color: #4b5563;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: background-color 150ms ease, border-color 150ms ease, color 150ms ease;
}

.pagy.series-nav a[href]:hover {
  border-color: #a5b4fc;
  background: #eef2ff;
  color: #4338ca;
}

.pagy.series-nav a[aria-current="page"] {
  border-color: #4f46e5;
  background: #4f46e5;
  color: #ffffff;
}

.pagy.series-nav a[aria-disabled="true"] {
  cursor: default;
  opacity: 0.5;
}

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

.mobile-admin-menu > summary::-webkit-details-marker {
  display: none;
}
