#map {
    width: 100%;
    height: 500px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

/* Basemap selector styling */
.agrihub-basemap-control {
    background: #fff;
    padding: 4px;
}

.agrihub-basemap-control select {
    font-size: 12px;
    padding: 2px 4px;
}

/* ⭐ Persistent pin label styling */
.pin-label {
    background: rgba(0,0,0,0.65);
    color: #fff;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 13px;
    white-space: nowrap;
    pointer-events: none;
}
