/* 
 * Legend text color fixes
 * Fixes text visibility issues in the legend control
 */

/* Fix any element with white text that might slip through */
.found-toggle-wrapper,
.found-toggle-wrapper label,
.legend-toggle-buttons button {
  color: #333 !important;
  text-shadow: none !important;
}