/* Styles for the static-site replacements added by patch.mjs (map, point list, contact form status). */
.dltl-map-bar{display:flex;flex-wrap:wrap;gap:.5rem 1rem;align-items:center;margin-bottom:.75rem}
.dltl-map-bar label{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;font-weight:600}
.dltl-map-search{font:inherit;padding:.5rem .75rem;border:1px solid #bbb;border-radius:4px;min-width:min(18rem,100%)}
.dltl-map-status{font-size:.9em;color:#555}
.dltl-map-canvas{height:550px;max-height:75vh;border-radius:4px;z-index:0}
.dltl-popup{max-width:220px;font-size:14px;line-height:1.4}
.dltl-popup img{display:block;width:100%;height:auto;margin-bottom:.4rem;border-radius:3px}
.dltl-popup strong{display:block;font-size:15px}
.dltl-popup-detail{color:#444}
.dltl-popup a{display:inline-block;margin-top:.4rem}
.dltl-points{list-style:none;padding:0;margin:2rem 0 0;display:grid;grid-template-columns:repeat(auto-fill,minmax(14rem,1fr));gap:.75rem}
.dltl-points li{padding:.75rem 1rem;border:1px solid #ddd;border-radius:4px;background:#fff}
.dltl-points strong,.dltl-points span{display:block}
.dltl-points span{font-size:.9em;color:#555}
.dltl-form-status{margin-top:1rem;font-weight:600}
.dltl-form-status.is-error{color:#b00020}
.dltl-404{padding-block:1.5rem 4rem;text-align:center}
.dltl-404-links{list-style:none;padding:0;margin:2rem 0;display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem 1.5rem}
.dltl-404-links a{font-weight:600}
