.address-modal{max-width:100%}.address-modal :focus-visible{outline:none!important;box-shadow:none!important}.address-modal .address-title{margin-bottom:20px}.address-modal .address-title img{position:absolute;right:8px;top:8px}.address-modal .address-body .location-current{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:500;justify-content:center;margin-bottom:12px;text-decoration:underline}.address-modal .address-body .location-current img{width:24px;height:24px}.address-modal .address-body .location-choose{font-size:14px;font-weight:500;color:#333;margin-bottom:16px}.address-modal .address-body .location-choose span:last-child{font-weight:600}.address-modal .address-body .address-search{display:flex;flex-wrap:wrap;gap:16px;justify-content:center}.address-modal .address-body .address-search .enter-address{position:relative;flex:1;min-width:250px}.address-modal .address-body .address-search .enter-address input{width:100%;padding:10px 36px 10px 12px;border:1px solid var(--Light_Mode-Stroke,#d9d9d9);border-radius:8px;background-color:#fff;font-size:14px;line-height:20px;outline:none}.address-modal .address-body .address-search .enter-address input::placeholder{color:#999}.address-modal .address-body .address-search .enter-address img{position:absolute;top:50%;right:10px;transform:translateY(-50%);pointer-events:none}.address-modal .address-body .address-search .enter-address .suggestion-box{position:absolute;top:100%;left:0;width:100%;max-height:200px;background:#fff;border:1px solid #e0e0e0;border-top:none;border-radius:0 0 8px 8px;box-shadow:0 4px 10px rgba(0,0,0,.05);z-index:10;overflow-y:auto}.address-modal .address-body .address-search .enter-address .suggestion-box .suggestion-item{padding:10px;font-size:14px;cursor:pointer}.address-modal .address-body .address-search .enter-address .suggestion-box .suggestion-item:hover{background-color:#f5f5f5}.address-modal .address-body .map-preview{width:100%;flex-shrink:0;border-radius:8px;overflow:hidden;display:flex;justify-content:center}.address-modal .address-body .map-preview img{width:70px;height:70px;object-fit:cover}.address-modal .address-body label{display:flex;flex-direction:column;gap:8px}.address-modal .address-body label .MuiFormControl-root{width:100%}.address-modal .address-body label .MuiOutlinedInput-root{min-height:40px;padding:0 12px!important;border-radius:8px;border:1px solid var(--Light_Mode-Stroke,#d9d9d9);background:var(--Light_Mode-Surface,#fff);display:flex;align-items:center}.address-modal .address-body label .MuiOutlinedInput-root.Mui-focused .MuiInputLabel-root,.address-modal .address-body label .MuiOutlinedInput-root.MuiInputLabel-shrink{top:0;transform:translateY(0)}.address-modal .address-body label .MuiOutlinedInput-root .MuiOutlinedInput-notchedOutline{border:none}.address-modal .address-body label .MuiInputBase-input{padding:0!important;height:40px;line-height:40px}.address-modal .address-body label .MuiAutocomplete-inputRoot{flex-wrap:wrap!important}.address-modal .address-body label .MuiInputBase-input::placeholder{font-size:14px}.address-modal .address-button{display:flex;align-items:center}.address-modal .address-button button{width:50%;border-radius:33px;height:36px;padding:8px 16px;font-weight:700;display:flex;align-items:center;justify-content:center}.address-modal .address-button .address-button_cancel{border:1px solid var(--currentColor,#868686);background-color:rgba(0,0,0,0)}.address-modal .address-button .address-button_success{background:var(--Color-Green-2,#619e11);color:#fff;border:0;display:flex;align-items:center}.address-modal .location-current-overlay{display:flex;align-items:center;justify-content:center}.address-modal .location-current-overlay .location-current-modal{background-color:#fff;display:flex;width:100%;border-radius:12px;max-width:538px;padding:0 24px 24px;flex-direction:column;align-items:center;gap:24px}.address-modal .location-current-overlay .location-current-modal .location-current-heading{width:100%;display:flex;align-items:center;flex-direction:column;gap:10px}.address-modal .location-current-overlay .location-current-modal .location-current-heading>b{padding:12px 0;border-bottom:1px solid var(--Miscellaneous-Keyboard-Accessory-Bar---Selection,#ebedf0);font-size:20px}.address-modal .location-current-overlay .location-current-modal .location-current-heading>p{max-width:310px;width:100%;color:#333;text-align:center}.address-modal .location-current-overlay .location-current-modal .location-current-heading>img{margin-top:5px}.address-modal .location-current-overlay .location-current-modal .location-current-btn{width:100%;display:flex;gap:12px}.address-modal .location-current-overlay .location-current-modal .location-current-btn>button{width:50%;height:36px;padding:8px 16px;border-radius:33px;border:1px solid var(--Color-Orange,#f55e21);background:#f55e21;color:#fff}.address-modal .location-current-overlay .location-current-modal .location-current-btn .cancel{background-color:#fff;color:#f55e21}@media(max-width:550px){.address-modal{padding:10px!important}}