.cookie-banner{

    position:fixed;

    left:0;

    right:0;

    bottom:0;

    z-index:9999;

    background:#ffffff;

    border-top:1px solid #d9e5f4;

    box-shadow:0 -10px 30px rgba(0,0,0,.12);

    display:none;

}

.cookie-content{

    max-width:1400px;

    margin:auto;

    padding:20px 30px;

    display:flex;

    justify-content:space-between;

    align-items:center;

    gap:30px;

}

.cookie-text h3{

    margin:0 0 10px;

    color:#1b4b72;

}

.cookie-text p{

    margin:0;

    color:#5a6470;

    line-height:1.6;

}

.cookie-buttons{

    display:flex;

    gap:15px;

    flex-shrink:0;

}

@media(max-width:900px){

.cookie-content{

    flex-direction:column;

    align-items:flex-start;

}

.cookie-buttons{

    width:100%;

}

.cookie-buttons button{

    flex:1;

}

}
