/*--------------------------------------------------------------------------*\
    Label inside control module
\*--------------------------------------------------------------------------*/

.sidebar .control__label {
    /*text*/
    font-size: var(--fs-tn) !important;
}

/*--------------------------------------------------------------------------*\
        Sidebar primary color (cf sidebar.css file)
\*--------------------------------------------------------------------------*/

.sidebar--primary .control__label {
    /*text*/
    color: var(--c-primary-2) !important;
}

/*--------------------------------------------------------------------------*\
        Sidebar secondary color (cf sidebar.css file)
\*--------------------------------------------------------------------------*/

.sidebar--secondary .control__label {
    /*text*/
    color: var(--c-tertiary-1) !important;
}