.financial-hierarchy-table {
    min-width: 980px;
}

.financial-hierarchy-row.hierarchy-hidden {
    display: none;
}

.financial-hierarchy-label {
    text-align: left !important;
    padding-left: calc(12px + (var(--hierarchy-level, 1) - 1) * 26px) !important;
}

.financial-hierarchy-toggle {
    width: 24px;
    min-width: 24px;
    min-height: 24px;
    height: 24px;
    padding: 0;
    margin-right: 6px;
    border: 0;
    border-radius: 5px;
    background: transparent;
    color: var(--brand);
    box-shadow: none;
    font-size: 12px;
    line-height: 24px;
}

.financial-hierarchy-toggle:hover {
    background: var(--brand-soft);
    transform: none;
}

.financial-hierarchy-spacer {
    display: inline-block;
    width: 30px;
}

.financial-hierarchy-row--level-1 td {
    font-weight: 850;
    background: #eef5fc;
    border-top: 2px solid #c7d8ea;
}

.financial-hierarchy-row--level-2 td {
    font-weight: 800;
    background: #f8fbfe;
}

.financial-hierarchy-row--level-3 td {
    font-weight: 720;
    background: #fcfdff;
}

.financial-hierarchy-row--level-4 td {
    font-weight: 500;
    background: #fff;
}

.financial-hierarchy-level-name {
    vertical-align: middle;
}
