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

/* Bootstrap CSS */
@import url('https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css');

/* Custom styles */
body {
  background-color: #f8f9fa;
}

.card {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.card-title a {
  color: #212529;
  text-decoration: none;
}

.card-title a:hover {
  color: #0d6efd;
}

.navbar-brand {
  font-weight: bold;
}

.alert {
  border-radius: 0.375rem;
}

/* Source filter buttons */
.d-flex.flex-wrap .btn {
  border-radius: 0.375rem;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  padding: 0.375rem 0.75rem;
}

.d-flex.flex-wrap .btn.active {
  background-color: #0d6efd;
  border-color: #0d6efd;
  color: white;
}

.d-flex.flex-wrap .btn:hover {
  background-color: #0b5ed7;
  border-color: #0a58ca;
  color: white;
}

/* Make sure the filter section is visible */
.mb-3 h5 {
  color: #495057;
  font-weight: 600;
}
