.overlay a::before{
        content: '';
        background: linear-gradient(0deg, rgb(6 10 47 / 30%), rgb(148 142 146 / 30%)); 
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 10000; 
    }

    .overlay a:hover::before{
        background: none;
    }

    .custom-class {
       table-layout: fixed;
     }

     #cb-cookie-banner{ 
        position: fixed; 
        bottom: 0; 
        left: 0; 
        width: 100%;
         z-index: 999; 
         border-radius: 0;
     }
