/*--------------------------------------------------------------------------*\
	Slider label
\*--------------------------------------------------------------------------*/

.slider__body__label{
    /*box*/
    display: inline-block;
    width:50px;

    /*text*/
    font-size: var(--fs-tn);
}

/*--------------------------------------------------------------------------*\
	Left
\*--------------------------------------------------------------------------*/

.slider__body__label--left{
    /*box*/
    margin-right: 10px;
}

/*--------------------------------------------------------------------------*\
	Right
\*--------------------------------------------------------------------------*/

.slider__body__label--right{
    /*box*/
    margin-left: 10px;
}