/* ── Text Pipeline Builder — dropdown option text fix ── */
#text-pipeline-float-window .Select-option,
#text-pipeline-float-window .VirtualizedSelectOption,
#text-pipeline-float-window .Select-value-label,
#text-pipeline-float-window .Select-menu-outer,
#text-pipeline-float-window .Select--single > .Select-control .Select-value,
#text-pipeline-float-window [class*="-option"] {
    color: #1a1a2e !important;
    background-color: #ffffff !important;
}
#text-pipeline-float-window [class*="-option"]:hover {
    color: #ffffff !important;
    background-color: #c084fc !important;
}
#text-pipeline-float-window [class*="-singleValue"],
#text-pipeline-float-window .Select-value-label {
    color: #1a1a2e !important;
}
