/* Localização, mapas e ações da biblioteca pública. */
.geolocation-action{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:48px;padding:11px 15px;border:1px solid var(--control-line);border-radius:12px;background:var(--surface);color:var(--link);font-weight:850}
.geolocation-action:hover{border-color:#00b4d8;box-shadow:0 10px 28px rgba(0,119,182,.14)}
.geolocation-action svg{width:19px;height:19px}.geolocation-action[aria-busy="true"]{opacity:.72;cursor:progress}
.location-divider{display:flex;align-items:center;gap:10px;margin:18px 0;color:var(--muted);font-size:.72rem;font-weight:850;text-transform:uppercase;letter-spacing:.08em}.location-divider::before,.location-divider::after{content:"";height:1px;flex:1;background:var(--line)}
.location-status{min-height:24px;margin:10px 0;color:var(--muted);font-size:.83rem;font-weight:750}.location-status.is-error{color:#a31524}
.location-results{display:grid;gap:12px;margin-top:16px}.location-results[hidden]{display:none}
.location-result-lead{padding:17px;border:1px solid rgba(0,180,216,.35);border-radius:15px;background:linear-gradient(135deg,rgba(144,224,239,.18),rgba(202,240,248,.35))}.location-result-lead small{display:block;color:#005f8f;font-weight:900;text-transform:uppercase;letter-spacing:.06em}.location-result-lead h3{margin:5px 0;color:var(--ink)}.location-result-lead p{margin:0 0 12px;color:var(--muted)}
.location-result-groups{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.location-result-group{min-width:0;padding:14px;border:1px solid var(--line);border-radius:13px;background:var(--surface)}.location-result-group h4{margin:0 0 9px;color:var(--ink);font-size:.86rem}.location-result-group a{display:block;padding:7px 0;border-top:1px solid var(--line);color:var(--link);font-size:.78rem;font-weight:800}.location-result-group a:first-of-type{border-top:0}.location-result-empty{color:var(--muted);font-size:.78rem}
.territorial-results{grid-column:1/-1;margin:0 clamp(22px,6vw,78px) clamp(28px,5vw,55px);position:relative;z-index:3}.territorial-results .location-result-lead{background:rgba(255,255,255,.97)}
.location-map{display:grid;grid-template-columns:minmax(260px,.72fr) minmax(0,1.28fr);overflow:hidden;margin-top:34px;border:1px solid var(--line);border-radius:21px;background:var(--surface);box-shadow:0 18px 55px rgba(3,4,94,.1)}.location-map-copy{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:clamp(25px,4vw,48px)}.location-map-copy h2{margin:5px 0 12px;color:var(--ink);font-size:clamp(1.5rem,2.5vw,2.4rem)}.location-map-copy p:not(.section-kicker){margin:0 0 20px;color:var(--muted);line-height:1.65}.location-map-frame{min-height:370px;background:#caf0f8}.location-map-frame iframe{width:100%;height:100%;min-height:370px;display:block;border:0}
.document-library-summary{margin:18px 0;color:var(--muted)}.document-library-summary strong{color:var(--ink);font-size:1.2rem}.document-card-actions{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:auto}.document-card-actions :is(button,a){display:inline-flex;align-items:center;gap:6px;padding:8px 0;border:0;background:transparent;color:var(--link);font-size:.78rem;font-weight:900}.document-card-actions a{padding-inline:8px}.document-card-actions svg{width:16px;height:16px}
.attachment-viewer{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.4fr);gap:28px}.attachment-media{display:grid;place-items:center;min-height:440px;padding:16px;border:1px solid var(--line);border-radius:18px;background:var(--surface)}.attachment-media img{max-height:75vh;object-fit:contain}
html[data-theme="dark"] .location-result-lead{background:linear-gradient(135deg,#07113b,#03045e);border-color:rgba(144,224,239,.45)}html[data-theme="dark"] .location-result-lead small,html[data-theme="dark"] .location-result-lead h3{color:#fff}html[data-theme="dark"] .territorial-results .location-result-lead{background:#07113b}
@media(max-width:900px){.location-map{grid-template-columns:1fr}.location-map-frame,.location-map-frame iframe{min-height:330px}.location-result-groups{grid-template-columns:1fr}.attachment-viewer{grid-template-columns:1fr}}
@media(max-width:620px){.location-map{border-radius:16px}.location-map-copy{padding:22px 18px}.location-map-frame,.location-map-frame iframe{min-height:290px}.territorial-results{margin-inline:22px}.document-card-actions{align-items:flex-start;flex-direction:column}.attachment-media{min-height:300px;padding:8px}}

