.purchase-source-suggestion-field { position: relative; }
.purchase-source-suggestion-field .purchase-source-suggestions { position: absolute; z-index: 12; top: calc(100% - .15rem); left: 0; right: 0; display: grid; gap: .2rem; max-height: 15rem; overflow: auto; padding: .35rem; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--surface); box-shadow: var(--shadow-lg); }
.purchase-source-suggestion-field .purchase-source-suggestion-option { width: 100%; padding: .55rem .65rem; overflow-wrap: anywhere; text-align: start; color: var(--text); border: 0; border-radius: .35rem; background: transparent; }
.purchase-source-suggestion-field .purchase-source-suggestion-option:hover, .purchase-source-suggestion-field .purchase-source-suggestion-option.is-active { color: var(--text); background: var(--surface-subtle); }
.purchase-source-suggestion-field .purchase-source-suggestion-status { padding: .25rem .45rem; color: var(--muted); font-size: .82rem; }
