.gg-country-select{position:relative}.gg-country-select__trigger{width:100%;font-family:var(--gg-font-body);cursor:pointer;text-align:left}.gg-country-select__value{min-width:0;font-size:var(--gg-text-base);font-weight:var(--gg-weight-semibold);color:var(--gg-ink-900);white-space:nowrap;text-overflow:ellipsis;flex:1;overflow:hidden}.gg-country-select__value[data-placeholder=true]{color:var(--gg-ink-200);font-weight:var(--gg-weight-medium)}.gg-country-select__chevron{flex:none;transition:transform .18s}.gg-country-select__trigger[aria-expanded=true] .gg-country-select__chevron{transform:rotate(180deg)}.gg-country-select__backdrop{z-index:40;position:fixed;inset:0}.gg-country-select__menu{z-index:50;background:var(--gg-color-surface);border:1px solid var(--gg-color-border);border-radius:var(--gg-radius-md);max-height:264px;box-shadow:var(--gg-shadow-panel);margin:0;padding:6px;list-style:none;position:fixed;overflow-y:auto}.gg-country-select__option{border-radius:var(--gg-radius-sm);cursor:pointer;width:100%;font-family:var(--gg-font-body);font-size:var(--gg-text-base);font-weight:var(--gg-weight-semibold);color:var(--gg-ink-600);text-align:left;transition:background var(--gg-duration-fast);background:0 0;border:none;align-items:center;padding:10px 12px;display:flex}.gg-country-select__option:hover{background:#f4f3fb}.gg-country-select__option[data-active=true]{background:var(--gg-purple-50);color:#2a2380}
