Hello and thanks for your hard work, really inspiring to see such a clean approach in code and design in such a niche space.
I noticed for older and very recent movies sometimes there's a rating of 10.0 and it's out of bounds of the background.

Since a 10/10 rating is theoretically impossible I think it would make sense to exclude that possibility in the code.
So in case of a 10.0 rating there would be no rating shown at all.
Hello and thanks for your hard work, really inspiring to see such a clean approach in code and design in such a niche space.
I noticed for older and very recent movies sometimes there's a rating of
10.0and it's out of bounds of the background.Since a 10/10 rating is theoretically impossible I think it would make sense to exclude that possibility in the code.
So in case of a
10.0rating there would be no rating shown at all.