/* Forces all text, titles, and links to black */
#auction-nudge-items, 
#auction-nudge-items * {
    color: black !important;
}

/* Specifically targets links if they remain blue */
#auction-nudge-items a {
    color: black !important;
    text-decoration: underline; /* Optional: keeps links looking clickable */
}
