/* EP Delivery Location Badge — v4.1.0 (v2.5.0 visual style on secure base) */
.ep-dlb{display:inline-flex;align-items:flex-end;gap:6px;line-height:1;color:#fff;text-decoration:none;font-family:inherit;cursor:default;background:none;border:0;padding:0;margin:0}
.ep-dlb--clickable{cursor:pointer}
button.ep-dlb.ep-dlb--clickable{text-align:left;padding:0 7px 5px 6px;border:1px solid transparent;border-radius:2px;margin:5px 2px;background:none}
button.ep-dlb.ep-dlb--clickable:hover{border-color:#fff;outline:0;box-shadow:none;background-color:#ffffff00;color:#fff}
.ep-dlb--clickable:hover .ep-dlb__line,.ep-dlb--clickable:focus-visible .ep-dlb__line{text-decoration:underline}
.ep-dlb--clickable:focus-visible{outline:2px solid currentColor;outline-offset:2px;border-radius:3px}
.ep-dlb__pin{flex:0 0 auto;display:block;margin-bottom:1px;color:currentColor}
.ep-dlb__text{display:flex;flex-direction:column;justify-content:center;gap:1px;min-width:0}
.ep-dlb__label{font-size:12px;font-weight:400;opacity:.85;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ep-dlb__line{font-size:14px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ep-dlb__sep{display:none}
.ep-dlb__chevron{display:none;flex:0 0 auto;align-self:center;margin-bottom:0;opacity:.9}
.ep-dlb--clickable .ep-dlb__chevron{display:block}
.ep-dlb.ep-dlb-loading{opacity:.7}

/* Mobile: Amazon-style full-width single-line bar */
@media(max-width:768px){
.ep-dlb{display:flex !important;width:100%;box-sizing:border-box;align-items:center;gap:7px;padding:8px 14px;flex-wrap:nowrap}
.ep-dlb__pin{margin-bottom:0}
.ep-dlb__text{display:flex !important;flex:1 1 auto;flex-direction:row;align-items:center;gap:0;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ep-dlb__label{font-size:14px;font-weight:400;opacity:1}
.ep-dlb__sep{display:inline;font-size:14px;padding:0 2px}
.ep-dlb__line{font-size:14px;font-weight:400}
}

/* Modal */
.ep-dlb-modal{position:fixed;inset:0;z-index:999999;display:flex;align-items:center;justify-content:center}
.ep-dlb-modal[hidden]{display:none}
.ep-dlb-modal__overlay{position:absolute;inset:0;background:rgba(15,17,21,.55);backdrop-filter:saturate(120%) blur(1px)}
.ep-dlb-modal__panel{position:relative;width:min(440px,calc(100vw - 32px));max-height:min(80vh,640px);overflow:auto;background:#fff;color:#111;border-radius:14px;box-shadow:0 24px 60px rgba(0,0,0,.28);font-family:inherit;animation:ep-dlb-pop .16s ease-out}
@keyframes ep-dlb-pop{from{transform:translateY(8px) scale(.98);opacity:0}to{transform:none;opacity:1}}
.ep-dlb-modal__head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 20px 12px}
.ep-dlb-modal__title{margin:0;font-size:17px;font-weight:700;color:#111}
.ep-dlb-modal__x{border:0;background:none;font-size:26px;line-height:1;cursor:pointer;color:#888;padding:0 4px}
.ep-dlb-modal__x:hover{color:#111}
.ep-dlb-modal__list{list-style:none;margin:0;padding:4px 16px 12px}
.ep-dlb-addr{margin:0 0 10px}
.ep-dlb-addr__btn{display:flex;width:100%;box-sizing:border-box;gap:12px;text-align:left;border:1px solid #d5d9d9;background:#fff;border-radius:8px;padding:14px 16px;cursor:pointer;transition:border-color .12s,box-shadow .12s,background .12s;align-items:flex-start}
.ep-dlb-addr__btn:hover{border-color:#f60;background:#fff8f3}
.ep-dlb-addr.is-active .ep-dlb-addr__btn{border-color:#f60;background:#fff6ef;box-shadow:0 0 0 1px #f60}
.ep-dlb-addr__radio{flex:0 0 auto;width:18px;height:18px;border-radius:50%;border:2px solid #c4c9d0;margin-top:1px;position:relative}
.ep-dlb-addr.is-active .ep-dlb-addr__radio{border-color:#f60}
.ep-dlb-addr.is-active .ep-dlb-addr__radio:after{content:"";position:absolute;inset:3px;border-radius:50%;background:#f60}
.ep-dlb-addr__body{display:block;min-width:0;flex:1 1 auto}
.ep-dlb-addr__name{display:block;font-weight:700;font-size:14px;color:#111;margin-bottom:4px;line-height:1.3}
.ep-dlb-addr__type{font-weight:500;font-size:10.5px;color:#fff;background:#6b7280;border-radius:4px;padding:2px 6px;margin-left:6px;vertical-align:middle;text-transform:uppercase;letter-spacing:.02em}
.ep-dlb-addr__badge{font-weight:600;font-size:10.5px;color:#fff;background:#f60;border-radius:4px;padding:2px 6px;margin-left:6px;vertical-align:middle;text-transform:uppercase;letter-spacing:.02em}
.ep-dlb-addr__detail{display:block;font-size:13px;color:#565959;line-height:1.45;text-transform:initial;font-weight:400}
.ep-dlb-modal__foot{padding:6px 20px 18px;border-top:1px solid #eef0f2;margin-top:4px}
.ep-dlb-modal__manage{font-size:13px;color:#114e89;font-weight:600;text-decoration:none}
.ep-dlb-modal__manage:hover{color:#114e89;text-decoration:underline}
.ep-dlb-modal__error{margin:0 20px 16px;padding:10px 12px;background:#fdecea;color:#b3261e;border-radius:8px;font-size:13px}
.ep-dlb-addr__btn[disabled]{opacity:.6;cursor:default}
.ep-dlb-addr__btn.is-loading{position:relative;color:transparent}
.ep-dlb-addr__btn.is-loading .ep-dlb-addr__radio{visibility:hidden}
.ep-dlb-addr__btn.is-loading:after{content:"";position:absolute;left:16px;top:50%;width:18px;height:18px;margin-top:-9px;border:2px solid #f60;border-right-color:transparent;border-radius:50%;animation:ep-dlb-spin .6s linear infinite}
@keyframes ep-dlb-spin{to{transform:rotate(360deg)}}
@media(prefers-reduced-motion:reduce){.ep-dlb-addr__btn.is-loading:after{animation:ep-dlb-spin .6s linear infinite !important;animation-duration:.6s !important}}
