.bille-phone-input{min-width:0;display:grid;grid-template-columns:78px minmax(0,1fr);align-items:stretch}.bille-phone-country-trigger{height:var(--bille-control-height);min-width:0;justify-content:center;gap:8px;border-radius:8px 0 0 8px;border-right:0;background:hsl(var(--muted)/.28);padding:9px 12px}.bille-phone-country-trigger:hover,.bille-phone-country-trigger[aria-expanded=true]{background:hsl(var(--muted)/.45)}.bille-phone-number-input{border-radius:0 8px 8px 0}.bille-phone-input:focus-within .bille-phone-country-trigger,.bille-phone-input:focus-within .bille-phone-number-input{border-color:hsl(var(--ring))}.bille-phone-input.is-error .bille-phone-country-trigger,.bille-phone-input.is-error .bille-phone-number-input{border-color:hsl(var(--destructive))}.bille-phone-country-popover{display:grid;width:min(28rem,calc(100vw - 32px));gap:8px;padding:8px}.bille-phone-country-search{height:40px;padding-left:14px;padding-right:14px}.bille-phone-country-options{max-height:18rem;overflow-y:auto;padding-right:2px}.bille-phone-country-option{min-height:42px;width:100%;display:flex;align-items:center;gap:10px;border:0;border-radius:7px;background:transparent;color:hsl(var(--foreground));padding:9px 10px;text-align:left;font:inherit;font-size:.93rem;cursor:pointer}.bille-phone-country-option.is-selected,.bille-phone-country-option:focus-visible,.bille-phone-country-option:hover{background:hsl(var(--muted))}.bille-phone-country-option.is-selected{font-weight:650}.bille-phone-country-code{color:hsl(var(--muted-foreground));font-variant-numeric:tabular-nums}