Introduction
Group-hover lets a parent element control the hover style of its child elements. This helps create interactive designs where hovering over one part changes others.
You want a button's background to change when hovering over its text.
You want to highlight an icon inside a card when the whole card is hovered.
You want to show hidden text or change color inside a menu item when hovering over the menu item.
You want multiple child elements to change style together when hovering over their container.