If you're struggling with managing numerous tooltips on your site generated through data-tooltip, then I have a solution for you. With data-tooltip being an attribute, customizing its styles such as width or color can be challenging. Here's a snippet of CSS code targeting "data-tooltip":
[data-tooltip] {
position: relative;
z-index: 2;
cursor: pointer;
}