.eu-cookie-consent{
    position:fixed;
    right:16px;
    bottom:16px;
    left:16px;
    z-index:10050;
    max-width:1040px;
    margin:0 auto;
    border:1px solid rgba(15,143,66,.22);
    border-radius:18px;
    background:#fff;
    box-shadow:0 18px 50px rgba(15,23,42,.18);
    color:#172033;
}

.eu-cookie-consent[hidden]{
    display:none !important;
}

.eu-cookie-consent__inner{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:22px;
    padding:18px;
}

.eu-cookie-consent__copy{
    min-width:0;
}

.eu-cookie-consent__copy strong{
    display:block;
    margin-bottom:6px;
    font-size:1rem;
}

.eu-cookie-consent__copy p{
    margin:0 0 6px;
    line-height:1.55;
}

.eu-cookie-consent__copy a,
.eu-cookie-settings-link{
    color:#047033;
    font-weight:700;
    text-decoration:underline;
    text-underline-offset:3px;
}

.eu-cookie-consent__actions{
    display:grid;
    grid-template-columns:repeat(2, minmax(150px, 1fr));
    gap:10px;
    flex:0 0 auto;
}

.eu-cookie-consent__button{
    min-height:44px;
    padding:10px 14px;
    border:1px solid #0f8f42;
    border-radius:12px;
    background:#fff;
    color:#047033;
    font:inherit;
    font-weight:800;
    cursor:pointer;
}

.eu-cookie-consent__button:hover,
.eu-cookie-consent__button:focus-visible{
    background:#edf9f1;
    outline:3px solid rgba(15,143,66,.18);
    outline-offset:2px;
}

.eu-cookie-settings-link{
    border:0;
    padding:0;
    background:transparent;
    font:inherit;
    cursor:pointer;
}

@media (max-width:760px){
    .eu-cookie-consent__inner{
        align-items:stretch;
        flex-direction:column;
    }

    .eu-cookie-consent__actions{
        width:100%;
        grid-template-columns:1fr;
    }
}
