.custom-dropdown-container{position:relative;display:inline-block}.custom-dropdown-btn{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 16px;border:1px solid #ccc;border-radius:50px;background-color:transparent;color:#333;font-size:14px;font-weight:500;cursor:pointer;transition:all 0.2s ease}.custom-dropdown-btn:hover,.custom-dropdown-btn:focus{border-color:#999;background-color:rgba(0,0,0,0.02);outline:none}.dropdown-chevron{width:16px;height:16px;color:#666;transition:transform 0.2s ease}.custom-dropdown-container.open.dropdown-open-bottom .dropdown-chevron{transform:rotate(0deg)}.custom-dropdown-container.open.dropdown-open-top .dropdown-chevron{transform:rotate(180deg)}.custom-dropdown-body{display:none;position:absolute;margin-top:8px;min-width:250px;background-color:#fff;border:1px solid #eee;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,0.1);z-index:100;overflow-y:auto}.custom-dropdown-container.open .custom-dropdown-body{display:block}.custom-dropdown-container.dropdown-open-bottom .custom-dropdown-body{top:100%;bottom:auto;margin-top:8px;margin-bottom:0}.custom-dropdown-container.dropdown-open-top .custom-dropdown-body{bottom:100%;top:auto;margin-top:0;margin-bottom:8px}.custom-dropdown-container.dropdown-align-right .custom-dropdown-body{right:0;left:auto}.custom-dropdown-container.dropdown-align-left .custom-dropdown-body{left:0;right:auto}.dropdown-search-wrapper{position:sticky;top:0;background-color:#fff;padding:10px;border-bottom:1px solid #f0f0f0;z-index:10}.dropdown-search-input{width:100%;padding:8px 12px;border:1px solid #ddd;border-radius:4px;font-size:14px;box-sizing:border-box;outline:none}.dropdown-search-input:focus{border-color:#666}.dropdown-item{display:flex;justify-content:space-between;align-items:center;padding:10px 16px;color:#333;text-decoration:none;font-size:14px;transition:background 0.2s ease;border-bottom:1px solid #f9f9f9;outline:none}.dropdown-item:last-child{border-bottom:none}.dropdown-item:hover,.dropdown-item:focus{background-color:#f5f5f5;z-index:1}.dropdown-item.active{font-weight:500;background-color:transparent;color:#000}.dropdown-item.active:hover,.dropdown-item.active:focus{background-color:#f5f5f5;outline:none}.dropdown-check{display:none;color:#333;flex-shrink:0;margin-left:8px}.dropdown-item.active .dropdown-check{display:block}