/* Custom styles to fix footer link visibility */

/* Footer link styles */
.footer .link-list a,
.footer a {
  color: #fff;
  font-weight: 400;
}

.footer .link-list a:hover,
.footer a:hover {
  color: #6a4dff !important;
}

/* Registration form input styles */
#register-form input,
#register-form input::placeholder {
  color: #333 !important;
}

#register-form input {
  background-color: #fff !important;
  border: 1px solid #ddd !important;
}

/* Bot configuration form input styles */
.form-control,
.form-control::placeholder,
.form-select,
textarea {
  color: #333 !important;
  background-color: #fff !important;
}

/* Specifically target rich text editors and larger text areas */
.rich-text-editor,
textarea.form-control,
.tox-edit-area__iframe,
.tox .tox-edit-area__iframe,
div[contenteditable="true"] {
  color: #333 !important;
  background-color: #fff !important;
} 