.CountrySelect{height:100%}.CountrySelect__search{padding:0 16px}.CountrySelect__list{height:calc(100% - 82px);overflow-y:auto;margin-top:16px;padding:0 8px}.CountrySelect__country{display:grid;grid-template-columns:28px 1fr;align-items:center;gap:10px;padding:8px;border-radius:8px;cursor:pointer}.CountrySelect__country:hover{background:var(--greyBlue40)}.CountrySelect__flag{overflow:hidden;border-radius:14px;width:28px;height:28px;box-shadow:0 2px 3px #00000026}.CountrySelect__flag img{width:100%;object-fit:contain}
