@media(min-width:992px){.map-container{display:flex;flex-wrap:nowrap}.map-container .search-results{order:1;flex-basis:40rem;flex-grow:1;height:90vh;overflow:auto;border-right:1px solid hsl(205,100%,31%);border-bottom:1px solid hsl(205,100%,31%);box-shadow:0 3px 20px #0000004d}.map-container .map-canvas{order:2;flex-grow:2}}@media(min-width:1400px){.map-container .search-results{flex-basis:50rem}}.search-results{list-style:none;padding:0;margin:0}.search-results .result-card{display:grid;grid-template-columns:minmax(100px,4fr) minmax(140px,1fr);column-gap:.5rem;padding:1rem;border-bottom:1px solid gray}.search-results .result-card:hover{background-color:#ebf7ff}.search-results .result-card .north-west{grid-row:1/2;grid-column:1/2}.search-results .result-card .north-east{grid-row:1/2;grid-column:2/3;justify-self:end}.search-results .result-card .south-east{grid-row:2/span 1;grid-column:2/span 1;justify-self:end;align-self:end}.search-results .result-card .south-west{grid-row:2/span 1;grid-column:1/2}.search-results .result-card h3{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin:0;color:#000;font-size:1.3rem}.search-results .result-card img.badge{max-height:40px;max-width:180px}@media(min-width:1400px){.search-results li .south-west{display:flex;justify-content:space-between;gap:1rem}.search-results li .south-west>*{flex-grow:1}.search-results .result-card img.badge{max-height:50px;max-width:160px}}a{color:#005c9e;text-decoration:none}a.accent{color:#f46521;text-decoration:underline}.website{font-size:.85rem}.website svg{width:2rem;height:2rem}.website:hover{color:#f46521}
