/* Simple color replacement - green to red */
*[class*="green-500"] { 
    background-color: #e93d3d !important; 
    color: #e93d3d !important;
}
*[class*="emerald"] {
    background-color: #e93d3d !important;
    color: #e93d3d !important;
}
