.phone-input-custom__wrapper{display:flex;gap:8px}.phone-input-custom__dropdown{position:relative;display:flex}.phone-input-custom__trigger{display:flex;align-items:center;cursor:pointer;border:1px solid #d5e5d9;padding:8px 10px;border-radius:1.1rem;background-color:#fff;min-height:40px;color:#423c3c;box-shadow:0 10px 21px 0 rgba(0,0,0,.1)}.phone-input-custom__trigger:hover{border-color:#379c62}.phone-input-custom__trigger:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px rgba(0,123,255,.25)}.phone-input-custom__trigger.is-active{border-color:#007bff}.phone-input-custom__flag{width:24px;height:18px;margin-right:8px;flex-shrink:0;object-fit:cover}.phone-input-custom__prefix{font-weight:500;font-size:14px}.phone-input-custom__menu{position:absolute;z-index:1000;width:280px;max-height:280px;overflow-y:auto;background:#fff;border:1px solid #ccc;border-radius:1rem;margin-top:55px;box-shadow:0 4px 12px rgba(0,0,0,.15)}@media screen and (max-width:768px){.phone-input-custom__menu{width:80vw}}.phone-input-custom__search-wrapper{padding:8px;position:-webkit-sticky;position:sticky;top:0;background-color:#fff;border-bottom:1px solid #eee;z-index:1}.phone-input-custom__search{width:100%;padding:6px 8px;box-sizing:border-box;border:1px solid #ddd;border-radius:4px;font-size:14px}.phone-input-custom__search:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px rgba(0,123,255,.15)}.phone-input-custom__list{max-height:220px;overflow-y:auto;padding:1rem}.phone-input-custom__item{display:flex;align-items:center;padding:8px 12px;cursor:pointer;transition:background-color .15s}.phone-input-custom__item.is-focused{background-color:#f0f0f0}.phone-input-custom__item.is-selected{background-color:#e8f4ff}.phone-input-custom__item:hover{background-color:#f0f0f0}.phone-input-custom__country-name{font-size:14px}.phone-input-custom__code{color:#666;font-size:13px}.phone-input-custom__empty{padding:12px;text-align:center;color:#999;font-size:14px}.phone-input-custom input[type=tel]{flex:1 1;min-width:0}