  
    body { 
        margin:0;
        font:14px system-ui, sans-serif; 
    }

    .bar {
        padding:10px 12px;
        border-top:1px solid #eee;
        display:flex;
        gap:.75rem;
        align-items:center; 
        background-color: #067192;
        font-size: 20px;
        color: #eee;
    
    }

    .crumbs a {
        cursor:pointer; 
        text-decoration:underline; 
    }

    #map {
        height: calc(100vh - 160px);
        position: relative;
    }

    @media (max-width:768px){
        .bar{ 
            font-size: 10px;
        }
    }