dt.fi-in-entry-wrp-label > span.text-sm.text-gray-950 {
    color: #1c7070; /* Tailwind green-800 */
}

/* Dark mode override (beats dark:text-white) */
.dark dt.fi-in-entry-wrp-label > span.text-sm.text-gray-950 {
    color: #1c7070; /* Tailwind green-600 */
}


label.fi-fo-field-wrp-label > span.text-sm.font-medium.leading-6.text-gray-950 {
    color: #1c7070;
}

.dark label.fi-fo-field-wrp-label > span.text-sm.font-medium.leading-6.text-gray-950 {
    color: #1c7070;
}


