.country-flag__code{display:inline-flex;width:24px;height:18px;flex:0 0 24px;align-items:center;justify-content:center;border-radius:2px;background:#e2e8f0;color:#475569;font-size:9px;font-weight:700;letter-spacing:.02em;line-height:1}.phone-country-select{position:relative;min-width:0}.phone-country-select__option,.phone-country-select__trigger{display:flex;align-items:center;gap:8px;color:var(--color-text-primary,#111827);font:inherit;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.phone-country-select__trigger{width:100%;height:100%;padding:0;border:0;background:transparent;cursor:pointer}.phone-country-select__trigger:focus-visible{outline:none}.phone-country-select__flag{display:block;overflow:hidden;width:24px;height:18px;flex:0 0 24px;border-radius:2px;box-shadow:inset 0 0 0 1px rgb(0 0 0/10%);line-height:18px;font-size:16px;text-align:center}.phone-country-select--sm .phone-country-select__flag{width:20px;height:15px;flex-basis:20px;line-height:15px}.phone-country-select__flag img{display:block;width:100%;height:100%}.phone-country-select__code{color:var(--color-text-primary,#111827);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;white-space:nowrap}.phone-country-select__chevron{width:7px;height:7px;margin:0 2px 4px auto;transform:rotate(45deg);border-right:1.5px solid #64748b;border-bottom:1.5px solid #64748b}.phone-country-select__listbox{position:absolute;z-index:1100;top:calc(100% + 4px);left:0;min-width:100%;max-height:min(320px,45vh);overflow-y:auto;margin:0;padding:4px;border:1px solid #d0d0d0;border-radius:.5rem;background:#fff;box-shadow:0 8px 24px rgb(15 23 42/16%);list-style:none}.phone-country-select__option{min-height:40px;padding:7px 9px;border-radius:6px;cursor:pointer}.phone-country-select__option--highlighted,.phone-country-select__option[aria-selected=true]{background:#f1f5f9}.phone-country-select--disabled{cursor:not-allowed;opacity:.6}.phone-country-select--disabled .phone-country-select__trigger{cursor:not-allowed}@media (pointer:coarse){.phone-country-select__option{min-height:44px}}