.fresh-location-btn{
  width:40px;height:40px;border:1px solid #eee5d7;border-radius:50%;
  display:grid;place-items:center;background:#fff;color:#5f4b22;cursor:pointer;
  transition:.15s ease;flex:0 0 40px;
}
.fresh-location-btn:hover{background:#fff8df;border-color:#e9c85b;color:#8f6a00}
.fresh-mobile-location{display:none;width:100%;border:1px solid #eee5d8;background:#fffdf8;border-radius:12px;padding:10px 12px;text-align:left;align-items:center;gap:10px;color:#40372f;cursor:pointer;margin-bottom:9px}
.fresh-mobile-location>i{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:#fff4cc;color:#a57a00;flex:0 0 34px}
.fresh-mobile-location span{font-size:11px;font-weight:800;display:block}
.fresh-mobile-location small{display:block;color:#8a8177;font-size:10px;margin-top:2px;font-weight:600}
.foodie-location-modal{position:fixed;inset:0;z-index:3000;display:none;align-items:center;justify-content:center;padding:18px;background:rgba(20,17,12,.45);backdrop-filter:blur(2px)}
.foodie-location-modal.is-open{display:flex}
.foodie-location-panel{width:min(440px,100%);background:#fff;border-radius:18px;box-shadow:0 22px 60px rgba(0,0,0,.2);overflow:hidden}
.foodie-location-head{display:flex;align-items:center;justify-content:space-between;padding:17px 18px;border-bottom:1px solid #eee5d8}
.foodie-location-head small{display:block;font-size:10px;font-weight:800;color:#ae8200;text-transform:uppercase;letter-spacing:.08em}
.foodie-location-head h5{margin:2px 0 0;font-size:18px;font-weight:800;color:#2e271f}
.foodie-location-close{width:32px;height:32px;border:0;background:#f6f2e9;border-radius:50%;font-size:22px;line-height:1;color:#655b50}
.foodie-location-body{padding:20px;text-align:center}
.foodie-location-icon{width:58px;height:58px;margin:0 auto 12px;border-radius:50%;display:grid;place-items:center;background:#fff4cc;color:#9c7200;font-size:23px}
.foodie-location-status-text{margin:0 auto;color:#6f675d;font-size:13px;line-height:1.55;max-width:360px}
.foodie-location-status-text.is-error{color:#b42318}
.foodie-location-coords{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:16px;text-align:left}
.foodie-location-coords>div{padding:10px;border:1px solid #eee5d8;border-radius:10px;background:#faf8f4;min-width:0}
.foodie-location-coords span{display:block;font-size:10px;color:#8d857b;font-weight:700}
.foodie-location-coords strong{display:block;font-size:11px;color:#302920;margin-top:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.foodie-location-actions{display:flex;gap:8px;justify-content:center;margin-top:18px}
.foodie-location-actions .btn{min-height:40px;border-radius:10px;font-size:12px;font-weight:800}
body.foodie-location-open{overflow:hidden}
@media(max-width:991.98px){.fresh-location-btn{display:none}.fresh-mobile-location{display:flex}}
@media(max-width:575.98px){
  .fresh-mobile-location{padding:9px 10px;margin-bottom:8px}
  .foodie-location-panel{border-radius:15px}
  .foodie-location-coords{grid-template-columns:1fr}
  .foodie-location-actions{flex-direction:column}
  .foodie-location-actions .btn{width:100%}
}

/* User website footer location card */
.foodie-footer-location{margin-top:28px;padding:20px 22px;border:1px solid rgba(255,255,255,.12);border-radius:20px;background:linear-gradient(135deg,rgba(255,255,255,.055),rgba(255,255,255,.025));box-shadow:0 14px 35px rgba(0,0,0,.18)}
.foodie-footer-location-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px}
.foodie-footer-location-title-wrap{display:flex;align-items:center;gap:12px;min-width:0}
.foodie-footer-location-icon{width:44px;height:44px;flex:0 0 44px;display:grid;place-items:center;border-radius:13px;background:rgba(255,193,7,.14);color:#ffc107;font-size:18px}
.foodie-footer-location-kicker{display:block;font-size:10px;line-height:1.2;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#ffc107}
.foodie-footer-location-title{margin:3px 0 0;color:#fff;font-size:18px;font-weight:800}
.foodie-footer-location-refresh{border:1px solid rgba(255,193,7,.45);background:rgba(255,193,7,.1);color:#ffc107;border-radius:11px;min-height:38px;padding:0 13px;display:inline-flex;align-items:center;gap:7px;font-size:12px;font-weight:800;cursor:pointer;transition:.2s ease}
.foodie-footer-location-refresh:hover{background:#ffc107;color:#17130d}
.foodie-footer-location-status{display:flex;align-items:center;gap:8px;padding:10px 12px;border-radius:10px;background:rgba(255,255,255,.045);color:#cfc9c2;font-size:12px;margin-bottom:12px}
.foodie-footer-location-status i{color:#ffc107}.foodie-footer-location-status.is-error{color:#ffb4aa}.foodie-footer-location-status.is-success{color:#b9f6c5}
.foodie-footer-location-address{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}
.foodie-location-address-item{padding:11px 12px;border:1px solid rgba(255,255,255,.09);border-radius:11px;background:rgba(0,0,0,.12);min-width:0}
.foodie-location-address-item span{display:block;font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#8f8982}
.foodie-location-address-item strong{display:block;margin-top:4px;color:#f3eee8;font-size:12px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.foodie-footer-location-coords{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:8px}
.foodie-footer-location-coords>div{padding:10px 12px;border-radius:10px;background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.07);min-width:0}
.foodie-footer-location-coords span{display:block;color:#918b84;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.foodie-footer-location-coords span i{color:#ffc107;margin-right:4px}
.foodie-footer-location-coords strong{display:block;color:#eee9e3;font-size:11px;margin-top:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
@media(max-width:991.98px){.foodie-footer-location-address{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:575.98px){.foodie-footer-location{padding:15px 13px;border-radius:16px}.foodie-footer-location-head{align-items:flex-start}.foodie-footer-location-title{font-size:16px}.foodie-footer-location-refresh{padding:0 10px}.foodie-footer-location-refresh span{display:none}.foodie-footer-location-address{grid-template-columns:repeat(2,minmax(0,1fr))}.foodie-footer-location-coords{grid-template-columns:1fr}.foodie-location-address-item{padding:9px}.foodie-location-address-item strong{font-size:11px}}
