html, body, #map {
    height: 100%;
    margin: 0;
}

#map-credit {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 6px 14px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    box-shadow: 0 2px 6px rgba(0,0,0,0.5);
    text-shadow: 1px 1px 2px black;
    z-index: 1000;
}

#dev-info {
    position: absolute;
    top: 20px;
    right: 120px;
    background: #ffc107;
    color: #000;
    padding: 8px 14px;
    border-radius: 8px;
    font-weight: bold;
    font-size: 14px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    z-index: 1001;
}

.leaflet-control.infobutton {
    background-color: white;
    border: 2px solid rgba(0,0,0,0.2);
    border-radius: 4px;
    padding: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.leaflet-control.infobutton i {
    font-size: 18px;
    color: #007bff;
}

.leaflet-control-layers {
    margin-top: 10px;
}