.phone-input-wrapper{display:flex;align-items:stretch;width:100%;font-family:var(--font-montserrat,"Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif);font-size:15px;border:2px solid #e5e5e5;border-radius:8px;transition:border-color .2s,box-shadow .2s;box-sizing:border-box;color:#313e48;background-color:#fff}.phone-input-wrapper:focus-within{outline:none;border-color:#b2876b;box-shadow:0 0 0 3px rgba(178,135,107,.1)}.phone-input-prefix{display:flex;align-items:center;padding:12px 4px 12px 16px;background-color:transparent;color:#313e48;font-weight:500;user-select:none;pointer-events:none}.phone-input-field{flex:1;min-width:0;padding:12px 16px 12px 8px;border:none;background:transparent;font-family:inherit;font-size:inherit;color:inherit}.phone-input-field::placeholder{color:#999}.phone-input-field:focus{outline:none}.phone-input-field:disabled{background-color:#f5f5f5;cursor:not-allowed;opacity:.7}.phone-input-wrapper-error{border-color:#e53e3e}.phone-input-wrapper-error:focus-within{border-color:#e53e3e;box-shadow:0 0 0 3px rgba(229,62,62,.1)}