
/* Bid2Stay 28.1.4 — Provider Location Page Cleanup */
.s04-location-clean{max-width:1000px}
.s04-location-head{display:flex;justify-content:space-between;gap:24px;align-items:flex-start;margin-bottom:18px}
.s04-location-head h2{margin:4px 0 6px}
.s04-location-head .s04-step-intro{max-width:720px;margin:0;color:#66717d}
.s04-location-state{min-width:145px;border:1px solid #e1e5e9;border-radius:14px;padding:10px 13px;background:#fff}
.s04-location-state span{display:block;font-size:12px;color:#7a838e;font-weight:800;text-transform:uppercase;letter-spacing:.04em}
.s04-location-state strong{display:block;margin-top:3px;color:#17202a}

.s04-location-methods{display:grid;grid-template-columns:.9fr 1.6fr;gap:12px;margin:16px 0}
.s04-location-method{border:1px solid #dfe4e8;border-radius:16px;background:#fff;padding:16px;display:flex;gap:12px;align-items:center;text-align:left;min-height:88px}
button.s04-location-method{cursor:pointer}
.s04-location-method.primary{background:#17202a;color:#fff;border-color:#17202a}
.s04-location-method strong{display:block;font-size:15px}
.s04-location-method small{display:block;margin-top:3px;color:#7a838e;font-size:12px}
.s04-location-method.primary small{color:#c8d0d8}
.s04-location-method-icon{width:36px;height:36px;display:grid;place-items:center;border-radius:50%;background:#f1e6ce;color:#9a711f;font-size:20px;flex:0 0 auto}
.s04-location-method.primary .s04-location-method-icon{background:#c49a43;color:#fff}
.s04-location-method.link{align-items:flex-start}
.s04-location-method.link>div{width:100%}
.s04-location-method .s04-location-link-row{margin-top:10px}

.s04-location-secondary{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:14px}
.s04-location-secondary .s04-btn{min-height:38px;padding:0 12px;font-size:13px}

.s04-location-map-shell{border:1px solid #dde2e7;border-radius:18px;padding:12px;background:#fff;overflow:hidden}
.s04-map-topline,.s04-map-footer{display:flex;justify-content:space-between;align-items:center;gap:14px}
.s04-map-topline{padding:3px 2px 10px}
.s04-map-topline strong{display:block}
.s04-map-eyebrow{font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;color:#9a711f}
.s04-location-map-shell .s04-map{min-height:430px;border-radius:14px;overflow:hidden}
.s04-map-footer{padding:10px 2px 2px}
.s04-map-footer small{display:block;color:#7a838e;margin-top:2px}
.s04-map-footer-actions{display:flex;gap:8px;flex-wrap:wrap}

.s04-location-core{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:18px}
.s04-location-core .wide{grid-column:1/-1}
.s04-location-core .s04-field{margin:0}

.s04-location-advanced{margin-top:14px;border:1px solid #e1e5e9;border-radius:14px;background:#fafbfc}
.s04-location-advanced summary{cursor:pointer;padding:13px 15px;font-weight:900;color:#3d4650}
.s04-location-advanced[open] summary{border-bottom:1px solid #e1e5e9}
.s04-location-advanced .s04-grid{padding:14px}
.s04-location-meta{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:14px}
.s04-location-privacy{margin-top:10px}

.s04-location-clean .b2s2811-location-tools{margin:0 0 10px}
.s04-location-clean .b2s2811-filterbar{margin:0 0 10px;padding:0}
.s04-location-clean .b2s2811-chip{padding:6px 10px;font-size:11px}
.s04-location-clean .b2s2811-location-tools label span{font-size:13px}
.s04-location-clean .b2s2811-status{grid-column:1/-1}

@media(max-width:760px){
  .s04-location-head{display:block}
  .s04-location-state{margin-top:12px;width:100%}
  .s04-location-methods{grid-template-columns:1fr}
  .s04-location-core{grid-template-columns:1fr}
  .s04-location-core .wide{grid-column:auto}
  .s04-map-topline,.s04-map-footer{align-items:flex-start;flex-direction:column}
  .s04-map-toolbar{width:100%;display:grid;grid-template-columns:repeat(3,1fr)}
  .s04-map-toolbar-btn{width:100%}
  .s04-location-map-shell .s04-map{min-height:360px}
  .s04-map-footer-actions{width:100%}
  .s04-map-footer-actions .s04-btn{flex:1}
  .s04-location-meta{grid-template-columns:1fr}
}
