/*--------------------------------------------------------------------------*\
    Chart legend name
\*--------------------------------------------------------------------------*/

.chart__legend__name{
    /*box*/
    margin-left: 5px;

    /*text*/
    white-space: nowrap;
}

/*--------------------------------------------------------------------------*\
    Sizes (md for a chart = tn for framework font sizes)
\*--------------------------------------------------------------------------*/

.chart--md .chart__legend__name{
    /*text*/
    font-size: var(--fs-tn);
}

.chart--sm .chart__legend__name{
    /*text*/
    font-size: var(--fs-xtn);
}

.chart--tn .chart__legend__name{
    /*text*/
    font-size: var(--fs-xtn);
}