/*
 * 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.
 *= require fontawesome/fontawesome
 *= require fontawesome/solid
 *= require fontawesome/regular
 *= require fontawesome/duotone
 *= require fontawesome/sharp-solid
 */

/* Basic styles for will_paginate */

.apple_pagination {
  clear: both;
  margin: 1rem 0;
  text-align: center;
}

.apple_pagination a,
.apple_pagination span {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  margin-right: 0.25rem;
  border: 1px solid #ddd;
  text-decoration: none;
}

.apple_pagination .current {
  font-weight: bold;
  background-color: #f5f5f5;
}

.apple_pagination a:hover {
  background-color: #eee;
}
