body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
    padding: 20px;
    background: #f4f6f8;
    color: #333;
}

h3 {
    text-align: center;
    color: #2c3e50;
    margin-bottom: 15px;
}

#map {
    height: 500px;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    border: 2px solid #2980b9;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.leaflet-popup-content-wrapper {
    font-size: 16px;
    font-weight: 600;
    color: #2980b9;
}

.leaflet-control-attribution {
    font-size: 11px;
    color: #666;
}

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
    background-color: #2980b9 !important;
    color: white !important;
    font-size: 18px !important;
    border-radius: 4px !important;
}

body > *:not(#map) {
    margin-bottom: 20px;
}
