/* AMDCHAT URL COLOR FIX - ULTRA HIGH SPECIFICITY */

/* Reset all text color inheritance for URL displays */
.amdchat-url-display,
.amdchat-url-display * {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  background: transparent !important;
  filter: none !important;
  opacity: 1 !important;
  mix-blend-mode: normal !important;
}

/* Override ALL possible parent styles */
html body #root .black .amdchat-url-display,
html body #root .green .amdchat-url-display,
html body #root .blue .amdchat-url-display,
html body #root .dark .amdchat-url-display,
html body #root .custom .amdchat-url-display {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

/* Override message bubble inheritance */
html body #root .message-own .amdchat-url-display,
html body #root .message-other .amdchat-url-display,
html body #root .black .message-own .amdchat-url-display,
html body #root .black .message-other .amdchat-url-display,
html body #root .green .message-own .amdchat-url-display,
html body #root .green .message-other .amdchat-url-display,
html body #root .blue .message-own .amdchat-url-display,
html body #root .blue .message-other .amdchat-url-display {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

/* Override ALL Tailwind text color utilities */
.text-gray-100 .amdchat-url-display,
.text-gray-200 .amdchat-url-display,
.text-gray-300 .amdchat-url-display,
.text-gray-400 .amdchat-url-display,
.text-gray-500 .amdchat-url-display,
.text-gray-600 .amdchat-url-display,
.text-gray-700 .amdchat-url-display,
.text-gray-800 .amdchat-url-display,
.text-gray-900 .amdchat-url-display,
.text-white .amdchat-url-display,
.text-black .amdchat-url-display {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

/* Override dark mode Tailwind utilities */
.dark\:text-gray-100 .amdchat-url-display,
.dark\:text-gray-200 .amdchat-url-display,
.dark\:text-gray-300 .amdchat-url-display,
.dark\:text-gray-400 .amdchat-url-display,
.dark\:text-gray-500 .amdchat-url-display,
.dark\:text-gray-600 .amdchat-url-display {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

/* Nuclear option - override EVERYTHING */
* .amdchat-url-display,
* * .amdchat-url-display,
* * * .amdchat-url-display,
* * * * .amdchat-url-display,
* * * * * .amdchat-url-display {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}