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

:root {
  --bulma-card-footer-padding: 1.5rem; /* Example value */
  /* Add other variable overrides here */
}

.badge {
  font-size: 0.8em;
  padding: 2px 6px;
  border-radius: 3px;
  font-weight: bold;
}

.badge.archived {
  background-color: #dc3545;
  color: white;
}

.badge.published {
  background-color: #28a745;
  color: white;
}

.badge.draft {
  background-color: #ffc107;
  color: black;
}