/* =========================================================
   FIX TAB — light mode
   I tab hanno sfondo scuro inline (rgb(20,20,20) / rgb(15,15,15))
   e testo bianco inline — vanno schiariti
   ========================================================= */

#theme-root.light .tab,
#theme-root.light .tab--selected,
#theme-root.light [class*="tab"] {
  background-color: #e2e8f0 !important;
  color: #0b1727 !important;
  border-color: #cbd5e1 !important;
}

#theme-root.light .tab--selected,
#theme-root.light [class*="tab"][aria-selected="true"] {
  background-color: #ffffff !important;
  color: #0b1727 !important;
  border-bottom-color: #ffffff !important;
}

#theme-root.light .tab span,
#theme-root.light [class*="tab"] span {
  color: #0b1727 !important;
}

/* Tab container */
#theme-root.light .tab-parent,
#theme-root.light .tab-container,
#theme-root.light [id*="tabs"] {
  background-color: #e2e8f0 !important;
  border-color: #cbd5e1 !important;
}
