#view-map:not(.hidden) {
    display: flex;
    flex-direction: column;
    height: 100%;
}

#map-stage {
    width: min(100%, calc(100vh - 11rem));
    height: min(100%, calc(100vw - 18rem));
    background: #020617 url("../assets/summoners_rift.png") center / contain no-repeat;
}

.map-tool-btn.active {
    box-shadow: 0 0 0 1px rgba(59, 130, 246, 0.5);
}
