/* Research System page-specific accents (legacy design parity) */
/* Active filter button */
.ee-rf-filter .btn.is-active{ background:#0d9488; border-color:#0d9488; color:#fff; }
/* Hover accents on cards */
.ee-rf-card:hover{ border-color: rgba(13,148,136,.35); box-shadow: 0 6px 18px rgba(13,148,136,.10); }
/* Title/link accents */
.ee-rf-title a{ color:#111; text-decoration:none }
.ee-rf-title a:hover{ color:#0b6d64; text-decoration:underline }
