.eeree-eu-sticky {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: rgba(255,255,255,.985);
    border-top: 1px solid rgba(23,32,51,.12);
    box-shadow: 0 -10px 32px rgba(31,55,103,.12);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}
.eeree-eu-sticky__inner {
    width: min(calc(100% - 32px), 1240px);
    min-height: 86px;
    margin: 0 auto;
    padding: 14px 52px 14px 0;
    display: grid;
    grid-template-columns: minmax(210px, 280px) 1fr;
    align-items: center;
    gap: 26px;
    position: relative;
}
.eeree-eu-brand {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}
.eeree-eu-flag {
    width: 70px;
    height: auto;
    flex: 0 0 auto;
    display: block;
}
.eeree-eu-brand__text {
    color: #0b4ea2;
    font-size: 15px;
    line-height: 1.15;
    font-weight: 800;
}
.eeree-eu-copy {
    margin: 0;
    color: #303c4e;
    font-size: 14px;
    line-height: 1.5;
}
.eeree-eu-copy strong {
    color: #182033;
}
.eeree-eu-copy a {
    color: #325CB3;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.eeree-eu-close {
    position: absolute;
    right: 0;
    top: 50%;
    width: 36px;
    height: 36px;
    transform: translateY(-50%);
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: #172033;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    transition: background .2s ease, transform .2s ease;
}
.eeree-eu-close:hover {
    background: rgba(50,92,179,.08);
    transform: translateY(-50%) scale(1.06);
}
.eeree-eu-sticky[hidden] {
    display: none !important;
}
body.eeree-eu-visible {
    padding-bottom: 90px;
}
@media (max-width: 760px) {
    .eeree-eu-sticky__inner {
        width: min(calc(100% - 24px), 1240px);
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 12px 44px 12px 0;
        min-height: 0;
    }
    .eeree-eu-brand {
        gap: 10px;
    }
    .eeree-eu-flag {
        width: 58px;
    }
    .eeree-eu-brand__text {
        font-size: 13px;
    }
    .eeree-eu-copy {
        font-size: 12.5px;
        line-height: 1.4;
    }
    .eeree-eu-close {
        top: 12px;
        transform: none;
    }
    .eeree-eu-close:hover {
        transform: scale(1.06);
    }
    body.eeree-eu-visible {
        padding-bottom: 150px;
    }
}
