.map-search-results { margin: 1rem 0 0; }
.map-search-results[hidden] { display: none; }
.map-results-heading { margin: 0 0 .85rem; font-weight: 600; color: #17342e; }
.map-results-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 270px), 1fr)); gap: .8rem; max-height: 34rem; overflow: auto; }
.map-result-card { display: flex; min-width: 0; background: #faf9f4; border: 1px solid #d5ddd5; }
.map-result-card > img { width: 92px; min-height: 112px; object-fit: cover; flex: none; background: #dfe9e0; }
.map-result-card > div { min-width: 0; padding: .8rem; }
.map-result-type { font: 500 .6rem/1.4 "DM Mono", monospace; text-transform: uppercase; letter-spacing: .12em; color: #a95334; }
.map-result-card h3 { margin: .2rem 0; font: 500 1.12rem/1.1 Fraunces, Georgia, serif; color: #17342e; }
.map-result-card p, .map-results-note { margin: .2rem 0; color: #60746b; font-size: .8rem; }
.map-result-actions { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: .55rem; }
.map-result-actions a, .map-result-actions button { color: #275749; font-size: .78rem; text-decoration: underline; cursor: pointer; }
.map-result-actions button { background: none; border: 0; padding: 0; }
.map-result-actions :focus-visible { outline: 2px solid #a95334; outline-offset: 2px; }
@media(max-width: 600px) { .map-results-list { max-height: 24rem; } .map-result-card > img { width: 76px; } }