.legend-UFGakGDX {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: var(--details-chart-legend-margin-bottom, 0);
    margin-top: 8px
}

.label-UFGakGDX {
    display: inline-block;
    font-family: -apple-system, BlinkMacSystemFont, Trebuchet MS, Roboto, Ubuntu, sans-serif;
    font-feature-settings: "tnum" on, "lnum" on;
    font-style: normal;
    max-width: 100%;
    padding: 0 8px;
    text-align: center;
    --ui-lib-typography-font-size: 12px;
    font-size: var(--ui-lib-typography-font-size);
    font-weight: 400;
    --ui-lib-typography-line-height: 16px;
    line-height: var(--ui-lib-typography-line-height)
}

.swatch-UFGakGDX {
    background-color: var(--details-chart-series-legend-color);
    margin-right: 4px
}

.labelText-UFGakGDX {
    color: #707070;
    cursor: default;
    word-break: break-word
}

html.theme-dark .labelText-UFGakGDX {
    color: #8c8c8c
}