.gdpr-consent-banner {
    position: fixed;
    z-index: 9999;
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
    background-color: #000;
    color: #fff;
    display: none;
}

.gdpr-consent-message {
}

.gdpr-consent-button a {
    text-decoration: none;
    padding: 10px 20px;
    display: inline-block;
}

.gdpr-consent-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    display: none;
}

body.gdpr-consent-no-scroll {
    overflow: hidden;
}
