.country-pill{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:#fff;border:1px solid #e5e5e5;border-radius:9999px;font-size:.875rem;font-weight:500;color:#171717;transition:all .2s ease}.country-pill--active,.country-pill:hover{border-color:rgba(59,130,246,.5);background:rgba(59,130,246,.08);color:#3b82f6}.country-pill__flag{font-size:1.25rem;line-height:1}@media(max-width:639px){.country-pill__name{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}}.country-dropdown{position:relative}.country-dropdown__trigger{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#fff;border:1px solid #e5e5e5;border-radius:.5rem;font-family:var(--font-inter),-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:.875rem;color:#171717;cursor:pointer;transition:all .15s ease}.country-dropdown__trigger:hover{border-color:#d4d4d4}.country-dropdown__flag{font-size:1rem;line-height:1}.country-dropdown__label{font-weight:500}.country-dropdown__icon{color:#737373;transition:transform .15s ease}.country-dropdown__icon--open{transform:rotate(180deg)}.country-dropdown__menu{position:absolute;top:calc(100% + .25rem);left:0;min-width:200px;max-height:300px;overflow-y:auto;background:#fff;border:1px solid #e5e5e5;border-radius:1rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.05),0 4px 6px -4px rgba(0,0,0,.05);z-index:100;visibility:hidden;opacity:0;pointer-events:none;transform:translateY(-.25rem);transition:opacity .15s ease,transform .15s ease,visibility .15s ease}.country-dropdown__menu--open{visibility:visible;opacity:1;pointer-events:auto;transform:translateY(0)}.country-dropdown__item{display:flex;align-items:center;gap:.5rem;width:100%;padding:.5rem .75rem;background:rgba(0,0,0,0);border:none;font-family:var(--font-inter),-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:.875rem;color:#171717;text-align:left;text-decoration:none;cursor:pointer;transition:background-color .15s ease;outline:none}.country-dropdown__item--focused,.country-dropdown__item:hover{background:#fafafa}.country-dropdown__item--active{background:rgba(16,185,129,.1);color:#059669}.country-dropdown__item--active.country-dropdown__item--focused{background:rgba(16,185,129,.15)}.country-dropdown__item-flag{font-size:1rem;line-height:1}.country-dropdown__item-name{flex:1 1}