/* Research root page-specific accents (legacy design) */
/* Active filter button uses brand color */
.ee-rf-filter .btn.is-active{ background:#c8005f; border-color:#c8005f; color:#fff; }
.ee-rf-filter .btn:hover{ background:#f3f4f6; }

/* Card hover accent: subtle shadow + scale already in common; add border tint */
.ee-rf-card:hover{ border-color: rgba(200,0,95,.35); box-shadow: 0 6px 18px rgba(200,0,95,.10); }

/* Title/link accents */
.ee-rf-title a{ color:#111; text-decoration:none }
.ee-rf-title a:hover{ color:#7a003b; text-decoration:underline }

/* Badge accents keep neutral except group badge (already themed) */
