@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300..800&display=swap');

.ihavecookies {
    font-family: 'Segoe UI','Open Sans', sans-serif;
    font-optical-sizing: auto;
    position: fixed;
    background-color: #fcfcfc;
    color: #343434;
    border-radius: .75rem;
    bottom: 1rem;
    right: 1rem;
    width: 20rem;
    z-index: 99999;
    padding: 1.5rem 2rem 0.5rem 2rem;
}

.ihavecookies p,
.ihavecookies ul
{
    font-size: 14px;
    line-height: 20px;
}


.ihavecookies h4 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
}


.ihavecookies .btn {
    width: 100%;
    margin-bottom: .2rem;
    font-size: 14px;
}

.ihavecookies .btn-customize {
    display: none;
}