/* Farbe des Such-Icons anpassen */
.SearchContainer__searchIcon {
    background: #d83559 !important;
}
/* Erhöhte Spezifität für den Upload-Text */
body .zf-hc-upload-container .zf-hc-upload-text,
body [id*="upload"] .zf-hc-upload-text,
body .FileUpload__attachText {
    color: #d83559 !important;
}

/* Captcha Tabs (Image/Audio) */
body .as-captcha-container .as-captcha-tab,
body .as-captcha-container .as-active-tab {
    color: #d83559 !important;
    border-color: #d83559 !important;
}

/* Falls der Text in einem Button steckt */
button span:contains("IMAGE"), 
button span:contains("Attach a file") {
    color: #d83559 !important;
}
