.retours-wrap { padding: 24px; }
.retours-head h1 { margin: 0; color: #fff; }
.retours-head p { color: rgba(255,255,255,.62); }
.retours-grid { margin-top: 18px; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
.retour-card {
  border: 1px solid rgba(255,255,255,.1);
  background: rgba(255,255,255,.04);
  border-radius: 14px;
  padding: 14px;
}
.retour-card h3 { margin: 0 0 6px; color: #fff; font-size: 16px; }
.retour-meta { color: rgba(255,255,255,.72); font-size: 13px; margin-bottom: 8px; }
.retour-badge { display:inline-block; padding: 5px 9px; border-radius: 999px; font-size:12px; border:1px solid transparent; }
.i-tres_interessant { color:#86efac; background:rgba(34,197,94,.18); border-color:rgba(34,197,94,.35);}
.i-interessant { color:#bae6fd; background:rgba(56,189,248,.18); border-color:rgba(56,189,248,.35);}
.i-moyen { color:#fde68a; background:rgba(245,158,11,.18); border-color:rgba(245,158,11,.35);}
.i-pas_interessant { color:#fecaca; background:rgba(239,68,68,.18); border-color:rgba(239,68,68,.35);}
.retour-action { margin-top: 10px; }
.retour-action a { color: #c4b5fd; text-decoration: none; font-size: 13px; }
