.rx-row > label, .stock-herb-label { position: relative; }
.rx-suggest { position: absolute; z-index: 4; left: 0; right: 0; top: 100%; background: #fff; border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 8px 18px #19322d18; }
.rx-choice { display: flex; width: 100%; height: auto !important; padding: 8px 10px !important; border: 0 !important; border-radius: 0 !important; background: #fff !important; color: var(--ink) !important; text-align: left; justify-content: space-between; gap: 8px; }
.rx-choice:hover { background: #e7f3ef !important; }
.rx-choice small { color: var(--muted); font-weight: normal; }
.entry-hint { margin: -8px 0 10px; color: var(--muted); font-size: 13px; }
