#live-gdpr.gdpr-wrapper {
    position: sticky;
    top: 0;
    z-index: 1055;
    width: 100%;
    display: none;
    background: #fff4d6;
    border-bottom: 1px solid #d7bf8a;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    font-family: 'Open Sans', sans-serif;
}

#live-gdpr .gdpr-inner {
    max-width: 1360px;
    margin: 0 auto;
    padding: 10px 14px;
    display: flex;
    gap: 14px;
    align-items: flex-start;
    justify-content: space-between;
}

#live-gdpr .gdpr-notice {
    color: #2f2f2f;
    font-size: 12px;
    line-height: 1.45;
}

#live-gdpr .gdpr-notice a {
    color: #d11a1a;
    text-decoration: underline;
    font-weight: 700;
}

#live-gdpr .gdpr-close {
    white-space: nowrap;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    color: #111;
    user-select: none;
    padding-top: 2px;
}

/* #live-gdpr.gdpr-force .gdpr-close {
    display: none;
} */

@media (max-width: 768px) {
    #live-gdpr .gdpr-inner {
        flex-direction: column;
        gap: 8px;
    }

    #live-gdpr .gdpr-close {
        align-self: flex-end;
    }
}