﻿/* Keep the hover popup above nearby content */
.group:has([class~="group-hover:block"]) {
    position: relative;
    z-index: 999998 !important;
    overflow: visible !important;
}

[class~="group-hover:block"] {
    z-index: 999999 !important;
}