/* mydc-directdebit-status: Bankeinzug-Rechnungen ("Payment Pending" / "In Bearbeitung") optisch wie "Bezahlt" einfaerben. */
.status-payment-pending { color: var(--status-paid); }
.status-payment-pending:before { background-color: var(--status-paid); }
.status-payment-pending .status-icon:not([data-status=ticket]) svg path,
.lagom:not(.ticket-table) .status-payment-pending:not([data-status=ticket]):not(.status-ticket) > svg path { fill: var(--status-paid); }
