.eu-legal-guarantee-banner {
    position: relative;
    z-index: 10;
    clear: both;
    width: 100%;
    min-height: 44px;
    margin: 0;
    padding: 0;
    background: #003399 !important;
    color: #fff !important;
    text-align: center;
    box-sizing: border-box;
}

.eu-legal-guarantee-banner__inner {
    width: 100%;
    max-width: 78.75rem;
    margin: 0 auto;
    padding: 0 1rem;
    background: transparent !important;
    box-sizing: border-box;
}

.eu-legal-guarantee-banner__link {
    display: inline-flex !important;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    padding: .55rem 1rem;
    color: #fff !important;
    background: transparent !important;
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.4;
    text-decoration: underline;
    box-sizing: border-box;
}

.eu-legal-guarantee-banner__link:hover,
.eu-legal-guarantee-banner__link:focus {
    color: #ffed00 !important;
}

.eu-legal-guarantee-banner__mark {
    display: inline-flex !important;
    width: 1.8rem;
    height: 1.8rem;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border: 2px solid #ffed00;
    border-radius: 50%;
    color: #ffed00 !important;
    background: transparent !important;
    font-weight: 700;
    line-height: 1;
    box-sizing: border-box;
}

.eu-legal-guarantee-modal {
    position: fixed;
    z-index: 100000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    padding: 1rem;
    box-sizing: border-box;
}

.eu-legal-guarantee-modal:target {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.eu-legal-guarantee-modal__backdrop {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .78) !important;
}

.eu-legal-guarantee-modal__dialog {
    position: relative;
    z-index: 1;
    width: 52rem;
    max-width: 100%;
    max-height: calc(100vh - 2rem);
    overflow: auto;
    background: #fff !important;
    box-shadow: 0 .5rem 2rem rgba(0, 0, 0, .35);
    box-sizing: border-box;
}

.eu-legal-guarantee-modal__close {
    position: sticky;
    z-index: 2;
    top: .5rem;
    float: right;
    display: flex !important;
    width: 2.75rem;
    height: 2.75rem;
    margin: .5rem .5rem -3.25rem 0;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #000 !important;
    color: #fff !important;
    font-size: 2rem;
    line-height: 1;
    text-decoration: none !important;
}

.eu-legal-guarantee-modal__link-panel {
    padding: 1rem;
    border-top: 1px solid #d9d9d9;
    background: #fff !important;
    text-align: center;
}

.eu-legal-guarantee-modal__target-link {
    display: inline-block !important;
    color: #003399 !important;
    background: transparent !important;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.4;
    text-decoration: underline !important;
}

.eu-legal-guarantee-modal__target-link:hover,
.eu-legal-guarantee-modal__target-link:focus {
    color: #001f66 !important;
}
.eu-legal-guarantee-modal__image {
    display: block;
    width: 100%;
    height: auto;
}

@media (max-width: 40rem) {
    .eu-legal-guarantee-banner__link {
        font-size: .8125rem;
    }

    .eu-legal-guarantee-modal__image-link {
        display: block;
        min-width: 38rem;
    }
}

@media print {
    .eu-legal-guarantee-banner,
    .eu-legal-guarantee-modal {
        display: none !important;
    }
}
