.infrastructure-map{display:flex;justify-content:center;align-items:center;position:relative;width:100%;aspect-ratio:16/9;border-radius:var(--border-radius-lg);background-color:var(--grey);overflow:hidden}@media screen and (max-width: 720px),screen and (min-width: 720px) and (max-width: 1024px) and (orientation: landscape){.infrastructure-map{aspect-ratio:auto;flex-direction:column}}.infrastructure-map__info{display:flex;flex-direction:column;gap:1.5em;position:absolute;left:1.25rem;width:100%;max-width:384px;max-height:90%;padding:2em;border-radius:var(--border-radius-lg);background-color:var(--body)}@media screen and (max-width: 720px),screen and (min-width: 720px) and (max-width: 1024px) and (orientation: landscape){.infrastructure-map__info{position:relative;left:0;max-width:100%;max-height:none;margin-top:-.8rem}}.infrastructure-map__map{width:100%;height:100%}@media screen and (max-width: 720px){.infrastructure-map__map{width:100%;height:50vh}}@media screen and (min-width: 720px) and (max-width: 1024px) and (orientation: landscape){.infrastructure-map__map{width:100%;height:80vh}}.infrastructure-map__list{display:flex;flex-direction:column;gap:1.25em;overflow-x:hidden;overflow-y:auto}.infrastructure-map__list::-webkit-scrollbar{display:none}.infrastructure-map__item{display:flex;align-items:center;gap:.75rem;text-align:left;transition:all .3s}.infrastructure-map__item-icon{width:2.5rem;height:2.5rem;flex-shrink:0}.infrastructure-map__item-name,.infrastructure-map__item-count{font-size:1.25em}.infrastructure-map__item-name{width:100%;font-weight:600;transition:all .05s}.infrastructure-map__item:hover{color:var(--orange)}.infrastructure-map__item-count{flex-shrink:0;font-weight:400;color:var(--text-grey)}.infrastructure-map__item.is_disabled{filter:var(--text-grey);filter:grayscale(1)}.infrastructure-map__item.is_hidden{opacity:0}
