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

/* Small star badge for Euromillones */
.star-badge {
  font-size: 11px;
  line-height: 1.2;
  padding: 2px 6px;
  display: inline-block;
}

/* Compact stars list for home to avoid height expansion */
.winning-number.stars {
  margin-top: 2px;
  margin-bottom: 0;
}

/* Reduce spacing in home number lists */
.winner-results .winning-number {
  margin-bottom: 0;
}

/* Align home boxes by enforcing a consistent height */
.winner-results {
  min-height: 180px;
}
