.country-search-select{width:100%;max-width:20rem;position:relative}.country-search-select--form{max-width:100%}.country-search-select--filter{width:100%;min-width:0;max-width:100%}.country-search-select-label{font-size:var(--text-sm);font-family:var(--font-dm-sans);color:var(--text-secondary);margin-bottom:.375rem;display:block}.country-search-select-trigger-wrap{border:1px solid var(--border-subtle);background:#ffffff14;border-radius:.75rem;align-items:center;gap:.25rem;width:100%;padding:0 .25rem 0 0;transition:all .2s;display:flex}.country-search-select-trigger-wrap:hover{background:#ffffff1f;border-color:#ffffff26}.country-search-select-trigger{justify-content:space-between;align-items:center;gap:var(--space-sm);min-width:0;font-family:var(--font-dm-sans);font-size:var(--text-sm);color:var(--text-primary);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:.5rem;flex:1;padding:.5rem .75rem .5rem 1rem;transition:none;display:flex}.country-search-select-trigger span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.country-search-select--form .country-search-select-trigger-wrap{padding:0 .25rem 0 0}.country-search-select--form .country-search-select-trigger{font-size:var(--text-base);padding:.75rem .75rem .75rem 1rem}.country-search-select-trigger-text--placeholder{color:var(--text-muted)}.country-search-select-actions{align-items:center;gap:.25rem;display:flex}.country-search-select-clear{width:1.75rem;height:1.75rem;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:.375rem;flex-shrink:0;justify-content:center;align-items:center;padding:0;font-size:1.1rem;line-height:1;transition:color .15s,background .15s;display:flex}.country-search-select-clear:hover{color:var(--text-primary);background:#ffffff1a}.country-search-select-chevron{width:1rem;height:1rem;color:var(--text-muted);flex-shrink:0;transition:transform .2s}.country-search-select-chevron--open{transform:rotate(180deg)}.country-search-select-dropdown{z-index:100;background:var(--bg-card);border:1px solid var(--border-light);border-radius:.75rem;position:absolute;top:calc(100% + .25rem);left:0;right:0;overflow:hidden;box-shadow:0 10px 25px -5px #0000004d}.country-search-select-search-wrap{border-bottom:1px solid var(--border-subtle);background:#0003;align-items:center;gap:.5rem;padding:.5rem .75rem;display:flex}.country-search-select-search-icon{width:1rem;height:1rem;color:var(--text-muted);flex-shrink:0}.country-search-select-search-input{min-width:0;font-family:var(--font-dm-sans);font-size:var(--text-sm);color:var(--text-primary);background:0 0;border:none;outline:none;flex:1;padding:.375rem 0}.country-search-select-search-input::placeholder{color:var(--text-muted)}.country-search-select-list{padding:.25rem 0;overflow-y:auto}.country-search-select-list::-webkit-scrollbar{width:6px}.country-search-select-list::-webkit-scrollbar-track{background:0 0}.country-search-select-list::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:3px}.country-search-select-option{width:100%;font-family:var(--font-dm-sans);font-size:var(--text-sm);color:var(--text-primary);cursor:pointer;text-align:left;white-space:nowrap;text-overflow:ellipsis;background:0 0;border:none;padding:.5rem 1rem;transition:background .15s;display:block;overflow:hidden}.country-search-select-option:hover{background:#ffffff14}.country-search-select-option--active{color:var(--accent-cyan);background:#0ea5e926}.country-search-select-empty{font-size:var(--text-sm);color:var(--text-muted);text-align:center;padding:1rem}
