
.crm-active-selection{
position:sticky;top:20px;z-index:99999;background:#ffc400;color:#16082f;
border:4px solid #16082f;border-radius:20px;padding:15px 20px;
font-size:18px;font-weight:900;display:flex;justify-content:space-between;
box-shadow:0 10px 30px rgba(0,0,0,.25);margin-bottom:15px}
.crm-active-selection.empty{background:#eee;border-color:#999;color:#444}
.crm-results{border:1px solid #ddd}
.crm-result{padding:12px;border-bottom:1px solid #eee;cursor:pointer}
.crm-result:hover{background:#fff8dc}
.crm-selection-history{display:flex;flex-wrap:wrap;gap:8px}
.crm-selection-history button{cursor:pointer}
