.custom-fernie-cookie-popup{
    position: fixed;
    right: 10px;
    bottom: 10px;
    background-color: #FFFFFF;
    z-index: 10;
    padding: 25px;
    width: 100%;
    max-width: 360px;
    text-align: center;
    box-shadow: 0 24px 48px -12px rgb(0 0 0 / 25%);
}
.custom-fernie-cookie-popup .w-btn{
    cursor: pointer;
}