/* LifeStyle Hub - Test 35 Product Pincode Delivery Checker */
.lsh-delivery-checker{margin:12px 0 10px;padding:12px;border:1px solid #d5d9d9;border-radius:8px;background:#fff}
.lsh-delivery-title{font-size:14px;font-weight:700;margin:0 0 8px;color:#0f1111}
.lsh-delivery-row{display:flex;gap:7px;align-items:stretch}
.lsh-delivery-input{min-width:0;flex:1;height:36px;padding:0 10px;border:1px solid #888c8c;border-radius:7px;font-size:14px;outline:none}
.lsh-delivery-input:focus{border-color:#007185;box-shadow:0 0 0 2px rgba(0,113,133,.18)}
.lsh-delivery-btn{height:36px;padding:0 14px;border:1px solid #888c8c;border-radius:18px;background:#fff;cursor:pointer;font-weight:600;color:#0f1111}
.lsh-delivery-btn:hover{background:#f7fafa}
.lsh-delivery-btn:disabled{opacity:.6;cursor:wait}
.lsh-delivery-result{display:none;margin-top:10px;font-size:13px;line-height:1.45}
.lsh-delivery-result.is-visible{display:block}
.lsh-delivery-success{color:#067d62;font-weight:700;margin-bottom:4px}
.lsh-delivery-error{color:#b12704;font-weight:700}
.lsh-delivery-detail{color:#0f1111;margin-top:3px}
.lsh-delivery-muted{color:#565959;font-size:12px;margin-top:5px}
@media(max-width:420px){.lsh-delivery-row{flex-wrap:wrap}.lsh-delivery-btn{width:100%}}
