﻿body.map {
    padding-top: var(--headerHeight);
    padding-bottom: 0;

    .body-content {
        width: auto;
        padding: 0;
    }

    #map {
        /*height: calc(~"100vh - @{headerHeight}");*/
        height: 100vh;

        .maplibregl-popup-content {
            h3 {
                margin: 0 0 5px 0;
                font-size: 16px;
            }

            p {
                margin: 0;
                font-size: 14px;
            }
        }
    }
}