
/* Leaflet Custom Styles */
.info {
    padding: 6px 8px;
    font: 14px/16px Arial, Helvetica, sans-serif;
    background: white;
    background: rgba(255,255,255,0.9);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
    color: #333;
    z-index: 1000;
}
.info h4 {
    margin: 0 0 5px;
    color: #777;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
}

.province-label {
    background: transparent;
    border: none;
    box-shadow: none;
    font-weight: 600;
    color: #333;
    font-size: 10px;
    text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}
