/* White form labels for better visibility on dark backgrounds */
.form-group label {
  color: #ffffff !important; /* White color */
  font-weight: 500;
  margin-bottom: 0.5rem;
  display: block;
}

/* Make sure checkboxes and links are also visible */
.checkbox-group label {
  color: #ffffff !important;
}

/* Ensure proper contrast for links within labels */
.checkbox-group label a {
  color: #99ccff !important; /* Light blue for links */
  text-decoration: underline;
}
