*:has(.xdebug-error.xe-warning) {
    display: block !important;
    opacity: 1;
}

.xdebug-error.xe-warning {
    position: fixed;
    top: 2rem;
    z-index: 5000;
    display: flex;
    opacity: 1;
}

.xdebug-error.xe-warning tr th span:first-of-type {
    cursor: pointer;
}

.xdebug-error.xe-warning tr th span:first-of-type:before {
    background: blue !important;
    content: "close " !important;
}

.xdebug-error.xe-warning tr th span:first-of-type:hover:before {
    background: orangered !important;
}
