.cookie-banner {
    width: 80%;
    max-width: 320px;
    bottom: 20px;
    right: 20px;
    font-size: 14px;
    position: fixed;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    padding: 15px;
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    z-index: 9999;
}

.cookie-banner-message {
    margin-bottom: 10px;
}

.cookie-accept-button {
    cursor: pointer;
    border-radius: 10px;
    background: green;
    padding: 5px 10px;
    color: #ffffff;
    background: #000000;
    font-size: 13px;
}

.cookie-reject-button {
    margin-left: 10px;
    padding: 5px 10px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 13px;
}