/* Centralized status and usage badge icons */

/* Base spacing for pseudo-icons */
.voucher-status::before,
.usage-count-display::before {
  display: inline-block !important;
  margin-right: 0.35rem;
}

/* Ensure first letter of labels is visible, overriding legacy hacks */
.voucher-status::first-letter { font-size: inherit !important; }


/* Status icons */
.voucher-status.status-valid::before { content: "✓"; }
.voucher-status.status-used::before { content: "🔒"; }
.voucher-status.status-expired::before { content: "⏰"; }

/* Usage count badge icon */
.usage-count-display::before { content: "📊"; }
