.store-selection-modal-overlay{position:fixed;inset:0;z-index:10050;background:#00000073;display:flex;align-items:center;justify-content:center;padding:16px;animation:storeModalFadeIn .25s ease forwards}.store-selection-modal-overlay.store-selection-modal-exit{animation:storeModalFadeOut .25s ease forwards}.store-selection-modal{width:min(720px,100%);max-height:min(90vh,900px);overflow:auto;background:#fff;border-radius:16px;padding:20px 20px 16px;box-shadow:0 12px 40px #00000026;animation:storeModalSlideIn .25s ease forwards}.store-selection-modal.store-selection-modal-content-exit{animation:storeModalSlideOut .25s ease forwards}@keyframes storeModalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes storeModalFadeOut{0%{opacity:1}to{opacity:0}}@keyframes storeModalSlideIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes storeModalSlideOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(12px)}}.store-selection-modal-top{display:flex;align-items:center;gap:12px;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #eee}.store-selection-modal-logo{flex-shrink:0}.store-selection-modal-logo img{display:block;width:auto;height:auto;max-height:48px;border-radius:8px}.store-selection-modal-tagline{flex:1;min-width:0;font-size:15px;font-weight:500;color:#1a1a1a;text-align:center}.store-selection-modal-body{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px}@media (max-width: 640px){.store-selection-modal-body{grid-template-columns:1fr}}.store-selection-modal-label{font-weight:400;font-size:14px;margin-bottom:10px;color:#333}.store-selection-modal-radios{border:2px solid #4bb755;border-radius:12px;padding:12px;display:flex;flex-direction:column;gap:10px}.store-selection-radio-row{position:relative;display:flex;align-items:flex-start;gap:10px;font-size:15px;font-weight:600;cursor:pointer}.store-selection-radio-text{display:flex;flex-direction:column;gap:2px;min-width:0}.store-selection-radio-name{line-height:1.3}.store-selection-radio-hours{font-size:12px;font-weight:400;color:#666;line-height:1.3}.store-selection-radio-input{position:absolute;opacity:0;width:0;height:0}.store-selection-radio-ui{flex-shrink:0;width:20px;height:20px;border:2px solid #4bb755;border-radius:50%;display:flex;align-items:center;justify-content:center;box-sizing:border-box}.store-selection-radio-input:checked+.store-selection-radio-ui:after{content:"";width:10px;height:10px;border-radius:50%;background:#4bb755}.store-selection-radio-text{flex:1;min-width:0}.store-selection-modal-map-inner{position:relative;border-radius:12px;overflow:hidden}.store-selection-modal-map-inner iframe{width:100%;height:220px;border:0;display:block;vertical-align:top}.store-selection-find-nearest-btn{margin-top:10px;width:100%;padding:12px 14px;border:1px solid #4bb755;border-radius:10px;background:#fff;color:#1f2937;font-size:14px;font-weight:600;cursor:pointer;box-sizing:border-box;transition:background-color .2s ease,border-color .2s ease}.store-selection-find-nearest-btn:hover:not(:disabled){background-color:#f9fafb;border-color:#3ea34b}.store-selection-find-nearest-btn:disabled{opacity:.65;cursor:not-allowed}.store-selection-selected-store{margin-top:8px;font-size:13px;color:#1f2937;font-weight:500}.store-selection-modal-left .store-selection-continue{margin-top:14px;width:100%;padding:14px 16px;border:2px solid #4bb755;border-radius:12px;background:#4bb755;color:#fff;font-size:16px;font-weight:600;cursor:pointer;box-sizing:border-box}.store-selection-continue:disabled{opacity:.45;cursor:not-allowed}.store-selection-legal{margin-top:10px;font-size:11px;line-height:1.4;color:#777;text-align:center}.store-selection-legal a{color:#4bb755;text-decoration:underline}
