.elementor-729 .elementor-element.elementor-element-62a17b4{--display:flex;--padding-top:40px;--padding-bottom:40px;--padding-left:40px;--padding-right:40px;}/* Start custom CSS for html, class: .elementor-element-e65b43c */@import url('https://fonts.googleapis.com/css2?family=Marmelad&display=swap');

.lclos-cookie-page{
    max-width:1100px;
    margin:auto;
    padding:80px 20px;
}

.lclos-cookie-header{
    text-align:center;
    margin-bottom:60px;
}

.lclos-cookie-header span{
    display:inline-block;
    font-size:14px;
    text-transform:uppercase;
    letter-spacing:3px;
    color:#8b7569;
    margin-bottom:15px;
}

.lclos-cookie-header h1{
    font-family:'Marmelad', serif;
    font-size:54px;
    color:#2f211c;
    line-height:1.1;
    margin-bottom:25px;
}

.lclos-cookie-header p{
    max-width:760px;
    margin:auto;
    color:#666;
    font-size:18px;
    line-height:1.9;
}

.lclos-cookie-content{
    display:grid;
    gap:25px;
}

.cookie-card{
    background:#f7f3ee;
    border:1px solid #e7ddd4;
    border-radius:28px;
    padding:35px;
    transition:.3s ease;
}

.cookie-card:hover{
    transform:translateY(-3px);
    box-shadow:0 15px 40px rgba(0,0,0,.05);
}

.cookie-card h2{
    font-family:'Marmelad', serif;
    font-size:28px;
    color:#2f211c;
    margin-bottom:18px;
}

.cookie-card p{
    color:#5f5f5f;
    font-size:17px;
    line-height:1.9;
}

.cookie-card ul{
    margin-top:15px;
    padding-left:20px;
}

.cookie-card li{
    margin-bottom:12px;
    color:#5f5f5f;
    line-height:1.8;
}

@media(max-width:768px){

    .lclos-cookie-header h1{
        font-size:42px;
    }

    .cookie-card{
        padding:25px;
    }

    .cookie-card h2{
        font-size:24px;
    }

}/* End custom CSS */