/*--------------------------------------------------------------------------*\
    Text inside label inside control module (if other tags in label)
\*--------------------------------------------------------------------------*/

.control__label-text {
    /*text*/
    white-space: inherit;
    font-size: inherit;
    color: var(--c-primary-3);
}

/*--------------------------------------------------------------------------*\
    Text at the right of an icon
\*--------------------------------------------------------------------------*/

.control__label-icon+.control__label-text{
    /*box*/
    margin-left: 6px;
}