/*
 * Funding progress bar fill (EventKick brand: mint → sky → gold).
 * Matches IG ad / DESIGN.md; used by crowdfunding progress + home demos.
 */
.ek-funding-progress-fill {
    min-width: 0;
    background: linear-gradient(90deg, #71ead2 0%, #58c7f3 50%, #ffd200 100%);
}
