
.rate {
    cursor: pointer;
    display: inline-block;
}

.icons-row {
    position: relative;
    display: inline-block;
}

.row,
.row-empty {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.row {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

.item {
    flex-shrink: 0;
    fill: #f60;
    width: 12px;
    height: 12px;
}

.decimal {
    display: flex;
    align-items: center;
    position: relative;
}

.decimal-inner {
    height: 100%;
    vertical-align: top;
    overflow: hidden;
    display: inline-block;
}
