.merchant-location-picker{position:relative}
.merchant-address-search-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px}
.merchant-address-search-row .btn{white-space:nowrap}
.merchant-address-results{display:none;margin-top:8px;border:1px solid #e4e7ec;border-radius:12px;background:#fff;box-shadow:0 12px 30px rgba(16,24,40,.12);overflow:hidden}
.merchant-address-results.has-results{display:grid}
.merchant-address-results button{border:0;border-bottom:1px solid #f0f1f3;background:#fff;color:#344054;padding:11px 13px;text-align:left;cursor:pointer}
.merchant-address-results button:hover{background:#f7f4ff}
.merchant-location-status{display:block;color:#667085;margin-top:8px}
.merchant-location-status.selected{color:#067647;font-weight:700}
.merchant-registration-map{height:330px;border:1px solid #d0d5dd;border-radius:16px;background:#eef2f6;overflow:hidden}
.merchant-registration-form button:disabled{cursor:not-allowed;opacity:.58}
@media(max-width:720px){.merchant-address-search-row{grid-template-columns:1fr}.merchant-registration-map{height:280px}}
