#accn-cookie-notice {
    position: fixed;
    /* left: 510px; */
    width: 200px;
    height: 50px;
    /* bottom: 44px; */
    display: flex;
    flex-direction: row;
    /* background-color: #fdfdfd; */
    z-index: 99;
    /* font-size: 26px; */
    text-align: center;
    /* padding: 0 25px 0 15px; */
    justify-content: center;
    gap: 15px;
    /* border: 1px solid #00abc9; */
    bottom: 3vh;
    left: 40%;
}

#accn-cookie-notice a {
    text-decoration: underline;
    color: black;
}

#accn-cookie-notice a:focus,
#accn-cookie-notice a:hover {
    background-color: #e9e9e9;
}

#accn-cookie-notice .Signup {
    background-color: #212721;
    color: white;
    border: 0;
    border-radius: 3px;
    padding: 5px 20px 5px 20px;
    font-size: 0.7em;
    /* margin-left: 10px; */
    position: absolute;
    text-decoration: underline;
    top: 8px;
    right: -144px;
}


/* 
.close-banner-signup {
    background-color: #21272185;
    font-size: 20px;
    width: 42px;
    height: 42px;
    padding: 0 1px 0 2px;
    text-align: center;
    margin-bottom: 10px;
    display: block;
    position: absolute;
    top: 3px;
    left: -147px;
    border-radius: 50%;
}

.close-banner-signup>b {
    display: block;
    position: absolute;
    top: 5px;
    left: 16px;
} */


/* width: 15px;
height: 15px;
padding: 0 1px 0 2px;
text-align: center;
margin-bottom: 10px;
display: block;
 */


/* #accn-cookie-notice button:focus,
#accn-cookie-notice button:hover {
    text-decoration: underline;
} */


/* #accn-cookie-notice img {
    border-radius: 3px;
    height: 100px;
    margin: auto 0 auto 0;
    height: 240px;
    width: 85%;
} */

#accn-cookie-notice .expert {
    height: 230px;
}

#accn-cookie-notice .button :focus,
#accn-cookie-notice .button :hover {
    text-decoration: underline;
    color: white;
}

#accn-cookie-notice div {
    line-height: 5rem;
}

#accn-cookie-notice #close-accn-cookie-notice {
    left: 216%
}

@media (max-width: 1048px) {
    #accn-cookie-notice {
        position: fixed;
        left: 35%;
        width: 200px;
        height: 50px;
        /* bottom: 44px; */
        display: flex;
        flex-direction: row;
        /* background-color: #fdfdfd; */
        z-index: 99;
        /* font-size: 16px; */
        text-align: center;
        /* padding: 15px; */
        justify-content: center;
        gap: 15px;
        /* border: 1px solid #00abc9; */
        bottom: 3vh;
    }
    /* #accn-cookie-notice img {
        height: 60px;
        width: 70%;
        height: 180px;
    } */
    #accn-cookie-notice .expert {
        height: 100px;
    }
    #accn-cookie-notice div {
        line-height: 3rem;
    }
    #accn-cookie-notice #close-accn-cookie-notice {
        left: 186%;
    }
}

@media (max-width: 480px) {
    #accn-cookie-notice {
        width: 100%;
        left: 0;
        height: auto;
        z-index: 999;
        bottom: 150px;
        position: fixed;
        font-size: 0.7em;
        text-align: center;
        /* line-height: 1.5rem; */
        /* padding: 4px 25px 4px 4px; */
        justify-content: center;
        gap: 15px;
        /* border: 1px solid #00abc9; */
        bottom: 0vh;
    }
    #accn-cookie-notice img {
        height: 47px;
        /* height: auto; */
        width: 100%;
    }
    #accn-cookie-notice .expert {
        height: 80px;
    }
    #accn-cookie-notice div {
        line-height: 1.5rem;
    }
    #accn-cookie-notice #close-accn-cookie-notice {
        left: 96%;
    }
    #accn-cookie-notice .Signup {
        top: 6px;
        right: 5px;
        font-size: 1em;
    }
}