li {
    width: fit-content;
    &.hover {
        color: red;
    }
}
