#kw-cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 16px 20px;
    text-align: center;
    z-index: 999999;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.25);
    font-size: 14px;
}

#kw-cookie-banner p {
    margin: 0 0 10px;
}

#kw-cookie-banner button {
    padding: 8px 18px;
    margin: 0 6px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    font-size: 13px;
}
