.kk-cookie-consent {
    position: fixed;
    right: 20px;
    bottom: 20px;
    left: 20px;
    z-index: 2147483000;
    max-width: 920px;
    margin: 0 auto;
    padding: 18px 20px;
    box-sizing: border-box;
    background: #fff;
    color: #222;
    border: 1px solid rgba(0, 0, 0, .12);
    border-radius: 8px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, .18);
    font-size: 14px;
    line-height: 1.45;
}

.kk-cookie-consent[hidden] {
    display: none !important;
}

.kk-cookie-consent__text a {
    text-decoration: underline;
}

.kk-cookie-consent__actions {
    display: flex;
    gap: 10px;
    margin-top: 14px;
    flex-wrap: wrap;
}

.kk-cookie-consent__button {
    min-height: 40px;
    padding: 8px 18px;
    border-radius: 4px;
    cursor: pointer;
    font: inherit;
}

.kk-cookie-consent__button--accept {
    border: 1px solid #222;
    background: #222;
    color: #fff;
}

.kk-cookie-consent__button--reject {
    border: 1px solid #bbb;
    background: #fff;
    color: #222;
}

@media (max-width: 575px) {
    .kk-cookie-consent {
        right: 10px;
        bottom: 10px;
        left: 10px;
        padding: 16px;
    }

    .kk-cookie-consent__actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}
