.kk-gdpr-shown body::before {
    content: '';
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f1f1f1;
    opacity: 0.8;
}

.kk-gdpr-cookie {
    position: fixed;
    z-index: 99991;
    bottom: 1.5rem;
    left: 5%;
    right: 5%;
    margin: 0;
    padding: 1rem;
    font-size: 0.9rem;
    line-height: 1.5em;
    background: #fff;
    color: #222;
    border: solid 1px #f2f2f2;
    box-shadow: 0 0 5px #ccc;
}

.kk-gdpr-cookie h1,
.kk-gdpr-cookie h2 {
    font-size: 1.2em;
    margin-bottom: 0.5rem;
}

.kk-gdpr-cookie h2 {
    font-size: 1.2em;
}

.kk-gdpr-cookie a {
    color: inherit;
    text-decoration: underline;
}

.kk-gdpr-cookie-buttons {
    text-align: center;
}

.kk-gdpr-cookie-buttons button {
    color: #222;
    font-family: inherit;
    font-size: 1em;
    padding: 0.4rem;
    margin: 0 0.5rem 0 0;
    border: solid 1px currentColor;
    border-radius: 0.15rem;
    background: none;
    cursor: pointer;
}

.kk-gdpr-cookie-buttons button:disabled {
    color: rgba(60, 60, 60, 0.5);
}

.kk-gdpr-cookie-buttons button:hover {
    background: #f2f2f2;
}

.kk-gdpr-cookie-types {
    overflow: hidden;
    padding: 0;
    margin: 1rem 0;
}

.kk-gdpr-cookie-types ul {
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.kk-gdpr-cookie-types li {
    display: block;
    list-style: none;
    float: left;
    width: auto;
    padding: 0.2em 0;
    margin: 0 0 0 1em;
    line-height: 1.4em;
}

.kk-gdpr-cookie-types li input {
    display: inline-block;
    vertical-align: baseline;
    width: 1.2em;
    height: 1.2em;
    outline: none;
}

.kk-gdpr-cookie-types input[type="checkbox"] {
    margin-right: 0.25rem;
}

.kk-gdpr-cookie-types label b {
    display: inline;
    font-weight: 700;
}

.kk-gdpr-cookie-types label i {
    font-style: italic;
    font-weight: 400;
    font-size: 0.85em;
}

/* Embed placeholder styles */
.embed-needcookies {
    position: relative;
}

.embed-responsive .embed-needcookies {
    position: static;
}

.embed-needcookies > iframe {
    z-index: 0;
    border: 0;
}

.embed-needcookies > img {
    z-index: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    object-fit: cover;
}

.embed-needcookies > img + .embed-responsive {
    z-index: -1 !important;
}

.embed-needcookies > div {
    z-index: 5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.embed-needcookies > div > span {
    display: inline-block;
    flex: 0 1 auto;
    padding: 2em 3em;
    background: rgba(255, 255, 255, 0.8);
}

.embed-needcookies > div > span > a {
    display: inline-block;
    padding: 0.2em 1em;
    margin: 1em 0 0 0;
    background: #1479d6;
    color: #fff;
    border: none;
    outline: none;
    text-decoration: none;
}

.embed-needcookies > div > span > a:hover {
    background: #0d5fa3;
}

/* Footer link */
.kk-gdpr-footer-link {
    cursor: pointer;
    text-decoration: underline;
}

.kk-gdpr-footer-link:hover {
    text-decoration: none;
}

/* Responsive adjustments */
@media screen and (max-width: 800px) {
    .kk-gdpr-cookie {
        left: 2%;
        right: 2%;
        padding: 0.75rem;
    }

    .kk-gdpr-cookie-types li {
        float: none;
        margin: 0.5em 0;
        width: 100%;
    }

    .embed-needcookies > div > span {
        padding: 1em 1.5em;
        font-size: 0.9em;
    }
}