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

body.admin-theme-light .cover-star-selected {
  color: #d97706;
  background-color: rgb(251 191 36 / 0.22);
  box-shadow: inset 0 0 0 1px rgb(217 119 6 / 0.75);
}

body.admin-theme-dark .cover-star-selected {
  color: #fcd34d;
  background-color: rgb(252 211 77 / 0.24);
  box-shadow: inset 0 0 0 1px rgb(252 211 77 / 0.9);
}
