.zs-wrapper { position: relative; width: 100%; }
.zs-display {
    border: 1px solid #ced4da; border-radius: 4px;
    padding: 6px 10px; min-height: 38px; cursor: pointer;
    background: #fff; display: flex; align-items: center;
    flex-wrap: wrap; gap: 4px; position: relative;
}
.zs-display:focus { outline: none; border-color: #86b7fe; box-shadow: 0 0 0 3px rgba(13,110,253,.15); }
.zs-placeholder { color: #6c757d; }
.zs-caret { margin-left: auto; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid #666; display: inline-block; }
.zs-tag { background: #0d6efd; color: #fff; border-radius: 3px; padding: 2px 6px; font-size: 12px; display: flex; align-items: center; gap: 4px; }
.zs-tag button { background: none; border: none; color: #fff; cursor: pointer; padding: 0; font-size: 14px; line-height: 1; }
.zs-dropdown { display: none; background: #fff; border: 1px solid #ced4da; border-radius: 4px; z-index: 99999; box-shadow: 0 4px 12px rgba(0,0,0,.1); }
.zs-dropdown.open { display: block; }
.zs-search { width: 100%; border: none; border-bottom: 1px solid #ced4da; padding: 8px 10px; outline: none; font-size: 14px; box-sizing: border-box; }
.zs-list { list-style: none; margin: 0; padding: 4px 0; max-height: 200px; overflow-y: auto; }
.zs-list li { padding: 8px 12px; cursor: pointer; font-size: 14px; }
.zs-list li:hover { background: #f0f0f0; }
.zs-list li.zs-active { background: #0d6efd; color: #fff; }