.countryCombobox{gap:var(--space-2);min-width:0;display:grid}.countryComboboxControl{background:var(--bg);border:1px solid var(--line);border-radius:var(--r1);align-items:center;min-width:0;display:flex}.countryComboboxControl input,.sfAccountDashboard .countryComboboxControl input{box-shadow:none;color:var(--ink);font:inherit;min-height:var(--space-12);min-width:0;padding:var(--space-3);background:0 0;border:0;border-radius:0;outline:none;flex:1;width:100%}.countryComboboxControl:focus-within{border-color:var(--color-beacon-600)}.countryComboboxButton{color:var(--muted);cursor:pointer;min-height:var(--space-12);min-width:var(--space-12);background:0 0;border:0;justify-content:center;align-items:center;display:flex}