/* Simplified CSS */
.stats-toggle {
  color: #7dd3fc; /* Light blue */
  font-size: 18px;
  cursor: pointer;
  user-select: none;
  font-weight: bold;
  margin-right: 8px;
}

.stats-toggle:hover {
  opacity: 0.8; /* Subtle hover effect */
}

/* We don't need these CSS rules anymore since we're using JS directly
.hide-stats .service-stats, .hide-stats .future-item {
  display: none !important;
} */

/* Return search box to normal */
input[type="text"] {
  background-color: inherit;
  color: inherit;
}