/* Branch Marker Tooltip Styling */
.branch-tooltip {
    background-color: #D93F42 !important;
    color: white !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 6px 12px !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    box-shadow: 0 2px 8px rgba(217, 63, 66, 0.3) !important;
    opacity: 1 !important;
}

.branch-tooltip::before {
    border-top-color: #D93F42 !important;
}

/* Leaflet Tooltip Arrow */
.leaflet-tooltip-top.branch-tooltip::before {
    border-top-color: #D93F42 !important;
}

.leaflet-tooltip-bottom.branch-tooltip::before {
    border-bottom-color: #D93F42 !important;
}

.leaflet-tooltip-left.branch-tooltip::before {
    border-left-color: #D93F42 !important;
}

.leaflet-tooltip-right.branch-tooltip::before {
    border-right-color: #D93F42 !important;
}