// Contain the Google Maps stacking context so its injected high-z-index layers
// cannot visually escape the .branchmap div and paint over sibling elements.
.branchmap {
    position: relative;
    isolation: isolate;
}

