#orgchart_svg_container {
    background-color: #f8fafc;
}

.orgchart-toolbar-controls {
    gap: 12px;
}

.orgchart-control-group {
    display: flex;
    flex-direction: column;
    min-width: 132px;
}

.orgchart-control-label {
    margin-bottom: 4px;
    color: #64748b;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.orgchart-control-select {
    min-width: 132px;
    border-radius: 10px;
}

.node text {
    font-family: 'Inter', 'Segoe UI', Roboto, sans-serif;
    pointer-events: none;
    user-select: none;
}

.node-title {
    font-size: 18px;
    font-weight: 800;
}

.member-name {
    font-size: 15px;
    font-weight: 500;
}

.link {
    fill: none;
    stroke: #1a365d;
}

.node:hover rect {
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.1));
}

.member-item {
    cursor: pointer;
}

.member-item:hover text {
    fill: #1a365d !important;
    font-weight: 700;
}
