.shopify-block:has(cursor-tool-tip) {
    position: absolute;
    z-index: 5;
    transform: translate(-50%, 50%);
    display: none;  
}

cursor-tool-tip .group-block-content .text-block {
    white-space: nowrap !important;
}

cursor-tool-tip .group-block-content .text-block {
    white-space: nowrap !important;
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p {
        text-wrap: unset;
    }
}