I have a United States map.
This code contains CSS for styling the map with different colors for each state. It also includes an SVG image of the map and text labels for each state name.
However, there is an issue with the hover effect on the state name text. When hovering over the regions of the map, the background color changes as expected. But when hovering over the state names, the hover effect does not work as intended.
This problem seems to be specific to the state name text elements in the SVG map.
If you hover over the regions of the map, you will see the hover effect in action. But the same effect does not apply to the state name text labels.
It appears to be a functionality error that only affects the state name text elements in this SVG map.