.rating{--starGap:2px;--starWidth:40px;--starHeight:40px;display:inline-block}.rating__items{align-items:flex-start;counter-reset:item;display:inline-flex;gap:var(--starGap)}[data-fls-rating=set].is-error .rating__items .rating__item{background:var(--colors-black-80) 0 0/var(--starWidth) no-repeat}[data-fls-rating=set].is-error .rating__items .rating__item:before{color:#ff5858}.rating__item{background:var(--colors-black-80) 0 0/var(--starWidth) no-repeat;display:grid;flex:0 0 var(--starWidth);height:var(--starHeight);padding:5px;place-content:center;position:relative;transition:all .3s;width:var(--starWidth)}.rating__item:before{color:var(--colors-grey-100);content:counter(item);counter-increment:item;font-size:16px;font-weight:600;line-height:100%}.rating__item span{height:var(--starHeight);left:0;position:absolute;top:0;width:0}.rating__item span,.rating__item.rating__item--active{background:var(--colors-white-100) 0 0/var(--starWidth) no-repeat}.rating__item.rating__item--active:before{color:var(--colors-black-100)}.rating__item:not(:last-child):after{content:"";height:100%;position:absolute;right:0;top:0;transform:translateX(100%);width:var(--starGap)}[data-rating=set] .rating__item:not(:last-child):after{cursor:pointer}.rating__input{display:block;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%}[data-fls-rating=set] .rating__input{cursor:pointer}@media (any-hover:hover){[data-fls-rating=set] .rating__items:hover .rating__item{background:var(--colors-black-70) 0 0/var(--starWidth) no-repeat}[data-fls-rating=set] .rating__items:hover .rating__item:before{color:var(--colors-white-100)}[data-fls-rating=set] .rating__item:hover{background:var(--colors-white-100) 0 0/var(--starWidth) no-repeat!important}[data-fls-rating=set] .rating__item:hover:before{color:var(--colors-black-100)!important}[data-fls-rating=set] .rating__item:hover~.rating__item{background:var(--colors-black-80) 0 0/var(--starWidth) no-repeat}[data-fls-rating=set] .rating__item:hover~.rating__item:before{color:var(--colors-grey-100)}[data-fls-rating=set] .rating__item:hover~.rating__item span{display:none}}