.map-column {
    position: fixed;
    left: 0;
    top: var(--search-height);
    width: 50%;
    height: calc(100vh - var(--search-height));
    background: #e5e7eb;
    z-index: 10;
    overflow: hidden;
    border-radius: 0 22px 0 0;
    box-shadow: 0 6px 24px rgba(0,0,0,0.08);
}

.map-toolbar {
    position: absolute;
    top: 12px;
    left: 12px;
    right: 12px;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.map-pill {
    pointer-events: auto;
    background: rgba(255,255,255,0.94);
    border: 1px solid rgba(229,231,235,0.8);
    border-radius: 999px;
    padding: 6px 14px;
    font-size: 0.75rem;
    font-weight: 800;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

#technicianMap {
    width: 100%;
    height: 100%;
}
