html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

#map {
    height: 100vh;
    width: 100%;
    position: relative;
}

.leaflet-control-attribution {
    display: block !important;
    bottom: 5px !important;
    right: 5px !important;
    background: rgba(255,255,255,0.9) !important;
    color: #000 !important;
    font-size: 14px !important;
    z-index: 9999 !important;
}

@media (max-width: 768px) {
    .leaflet-control-attribution {
        bottom: 60px !important;
        font-size: 14px;
        right: 5px !important;
    }
}
