/* Kleine, wiederverwendbare Bausteine für Hinweise & RD-Badge */

.kn-row{ display:flex; align-items:center; gap:.6rem; margin:.45rem 0; }
.kn-row > label{ width:240px; max-width:45%; }
.kn-row select{ min-width: 220px; flex:1; }

/* Stapel mit kleinen Hinweis-Chips */
.hint-stack{ margin-top:.5rem; display:flex; flex-direction:column; gap:.35rem; }
.hint-item{
  background:#fff; border:1px solid var(--gray-300);
  border-left:4px solid var(--blue-900);
  border-radius:8px; padding:.45rem .6rem; font-size:.95rem;
}

/* RD-Empfehlung */
.rd-badge{
  margin-top:.8rem; padding:.7rem .9rem; border-radius:10px;
  background:#ffecec; border:1px solid #f2b5b5;
  box-shadow: var(--shadow-1);
}
.rd-badge strong{ color:#a30000; }
.rd-badge-reason{ color:#7a0000; margin-top:.2rem; font-size:.95rem; }
