#cookie-popup {
    position: fixed;
    bottom: 20px;
    left: 10px;
    display: none;
    width: 350px;
    height: 317px;
    background: #C8FF66;
    border-radius: 40px;
    padding: 50px;
    text-align: left;
    font-size: 16px;
    color: black;
    transition: transform 0.7s ease-in-out;
    clip-path: path("M350 62C350 19.3333 311.667 0.5 293 0.5H49C30.3333 0.5 0 19.3333 0 62V254C0 296.667 32.3333 318 51 318H159C177.667 318 196.667 308.833 206 287.5C215.333 266.167 234.167 254 243.5 254H303C321.667 254 350 232.667 350 190V62Z");
}

#cookie-popup button {
    margin-top: 50px;
    cursor: pointer;
    color: white; 
    padding-left: 1.25rem; 
    padding-right: 1.25rem; 
    padding-top: 1rem;
    padding-bottom: 1rem; 
    display: flex;
    align-items: center; 
    background: linear-gradient(to top right, #1321AC, #881ABD); 
    border-radius: 9999px; 
}

#cookie-popup button:hover {
    background: linear-gradient(to top right, #881ABD, #1321AC); 
}
