.fhd-store-picker{margin:20px 0;}
.fhd-store-picker__card{border:1px solid #e5e7eb;border-radius:16px;padding:18px;background:#fff;}
.fhd-store-picker__title{margin:0 0 6px;font-size:28px;line-height:1.2;}
.fhd-store-picker__helper{color:#6b7280;margin-bottom:12px;}
.fhd-store-picker__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:12px;}
.fhd-store-picker__store{border:1px solid #e5e7eb;border-radius:14px;padding:14px;text-align:left;background:#f9fafb;cursor:pointer;position:relative;}
.fhd-store-picker__store.is-selected{outline:2px solid #22c55e;}
.fhd-store-picker__store.is-coming{opacity:.55;cursor:not-allowed;}
.fhd-store-picker__name{font-weight:700;margin-bottom:4px;}
.fhd-store-picker__addr{color:#6b7280;font-size:13px;}
.fhd-store-picker__badge{position:absolute;top:10px;right:10px;background:#111827;color:#fff;padding:3px 8px;border-radius:999px;font-size:12px;}
.fhd-store-picker__notify{margin-top:10px;}
.fhd-store-picker__notify a{color:#2563eb;text-decoration:underline;font-size:13px;}
.fhd-store-picker__msg{margin-top:10px;color:#b91c1c;font-weight:600;}
.fhd-modal{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:9999;display:flex;align-items:center;justify-content:center;}
.fhd-modal__inner{background:#fff;border-radius:16px;width:min(520px,92vw);box-shadow:0 20px 60px rgba(0,0,0,.25);}
.fhd-modal__header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid #e5e7eb;}
.fhd-modal__body{padding:14px 16px;}
.fhd-modal__close{border:none;background:transparent;font-size:22px;cursor:pointer;}
.fhd-input{width:100%;padding:10px;border:1px solid #e5e7eb;border-radius:10px;}
.fhd-btn{background:#111827;color:#fff;border:none;border-radius:12px;padding:10px 14px;cursor:pointer;}
.fhd-modal__status{margin-top:10px;color:#065f46;font-weight:600;}


/* Header bar */
.fhd-headerbar{position:sticky;top:0;z-index:9999;background:#111827;color:#fff;font-size:13px;line-height:1.2;padding:10px 0;}
.fhd-headerbar__inner{max-width:1200px;margin:0 auto;padding:0 16px;display:flex;gap:12px;align-items:center;justify-content:space-between;}
.fhd-headerbar__change{color:#fff;text-decoration:underline;}
.fhd-headerbar__locked{opacity:.8;font-size:12px;}

/* Store modal */
.fhd-store-modal{position:fixed;inset:0;background:rgba(0,0,0,.55);z-index:10000;padding:20px;display:none;}
.fhd-store-modal__inner{height:100%;display:flex;align-items:center;justify-content:center;}
.fhd-store-modal__card{width:min(920px,100%);max-height:90vh;overflow:auto;background:#fff;border-radius:18px;box-shadow:0 20px 60px rgba(0,0,0,.35);padding:18px;}
body.fhd-modal-open{overflow:hidden;}

/* Checkout store line */
.fhd-checkout-store{background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;padding:12px 14px;margin:12px 0;}
.fhd-checkout-store__addr{display:inline-block;margin-left:8px;opacity:.8;font-weight:normal;}
