/* Light mode – pagina Simulazione Monte Carlo */
#theme-root.light #montecarlo-root {
  color: #0b1727 !important;   /* sovrascrive il color: #fff inline */
}

/* (ridondante ma sicuro) testi interni della pagina simulatore */
#theme-root.light #montecarlo-root h1,
#theme-root.light #montecarlo-root h2,
#theme-root.light #montecarlo-root h3,
#theme-root.light #montecarlo-root h4,
#theme-root.light #montecarlo-root label,
#theme-root.light #montecarlo-root p,
#theme-root.light #montecarlo-root span,
#theme-root.light #montecarlo-root button {
  color: #0b1727 !important;
}

/* tabella delle metriche nel simulatore */
#theme-root.light #montecarlo-root table,
#theme-root.light #montecarlo-root table th,
#theme-root.light #montecarlo-root table td {
  color: #0b1727 !important;
}
