.navbar,
.leaflet-control {
    display: none;
}

.leaflet-control-better-scale {
    display: inline-block !important;
}

.custom-popup .leaflet-popup-content-wrapper {
    background: rgb(91, 192, 222, 0.4) !important;
    color: rgb(24, 23, 23) !important;
    font-size: 10px !important;
    line-height: 1px !important;
    font-weight: bolder !important;
}

@page {
    size: A3 landscape;
    margin: 1.5rem;
}

/* Print header - hidden normally, shown when printing */
#print-header {
    display: none;
}

@media print {
    #print-header {
        display: block !important;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        padding: 10px 0;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
        border-bottom: 1px solid #ccc;
        margin-bottom: 10px;
    }

    #map {
        width: 100% !important;
        height: calc(100vh - 60px) !important;
        margin: 0 auto !important;
    }
}