/*
 * 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.
 */

/* Will Paginate styles */
.pagination {
  display: flex;
  gap: 0.25rem;
  align-items: center;
}

.pagination a,
.pagination span {
  display: inline-block;
  padding: 0.5rem 0.75rem;
  margin: 0 0.125rem;
  border: 1px solid #d1d5db;
  border-radius: 0.375rem;
  color: #374151;
  text-decoration: none;
  background-color: #ffffff;
}

.pagination a:hover {
  background-color: #f3f4f6;
  border-color: #9ca3af;
}

.pagination .current {
  background-color: #7c3aed;
  color: #ffffff;
  border-color: #7c3aed;
}

.pagination .disabled {
  color: #9ca3af;
  cursor: not-allowed;
  opacity: 0.5;
}

/* Hide "Multi Page Html" text if it appears */
.pagination .gap,
.pagination em {
  display: none;
}
