/* Custom CSS untuk Label Marker Firebase */
.firebase-label {
    background: #2563eb;
    color: white;
    border: none;
    padding: 3px 8px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: bold;
}