#cookie-consent-banner {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #222;
    color: #fff;
    text-align: center;
    padding: 12px;
    z-index: 9999;
}

.cookie-consent-container button {
    margin-left: 10px;
    background-color: #fff;
    color: #000;
    border: none;
    padding: 6px 12px;
    cursor: pointer;
}

.cookie-consent-container button:hover {
    opacity: 0.9;
}
