/**
 * Doofinder layer brand colors (synced from acceptatie layer custom_properties).
 * Applied on .dfwidget-host so CSS variables cascade into the Doofinder widget.
 */
.dfwidget-host {
    --df-accent-primary: #213462;
    --df-accent-primary-hover: #1B2A4F;
    --df-accent-primary-active: #14203C;
    --df-card-flag-discount-background: #ef7e58;
}
