/* bg-nuance.css — lighter derivative backgrounds for the two MUI emotion
 * classes the user flagged. Both were rendering rgb(21, 39, 62) = #15273E
 * (same as everything else) — these rules give each a distinct slightly-
 * lighter nuance so they stand out from the page base.
 *
 * Class names (mui-style-ltr-XXXXX) are stable until the source style
 * objects change. If a frontend rebuild changes them, update the
 * selectors here.
 */

/* small list-item-style box  (padding 4.8px 12px, flex/center) */
.mui-style-ltr-2txp2l {
  background-color: #1B304D !important;   /* ~8% lighter than #15273E */
}

/* card-style wrapper with margin + border-radius */
.mui-style-ltr-cqkg4t {
  background-color: #1F3553 !important;   /* ~14% lighter than #15273E */
}
