.psych-test-card .psych-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  right: auto;
  z-index: 10;
}
.psych-badge-purchased { background: #e8f5e9; color: #2e7d32; }
.psych-badge-free, .psych-badge-promo_free { background: #e3f2fd; color: #1565c0; }
.psych-badge-discount { background: #fff3e0; color: #e65100; }
.psych-badge-featured { background: #f3e5f5; color: #6a1b9a; }
.psych-filter-btn.active { background: var(--color-primary, #006a62); color: #fff; }
