
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #222;
    color: #fff;
    padding: 15px;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 9999;
}

.cookie-banner p {
    margin: 0 0 8px 0;
    text-align: center;
}

.cookie-banner a {
    color: #ffd966;
    text-decoration: underline;
}

.cookie-banner button {
    background: #ffd966;
    border: none;
    color: #000;
    font-weight: bold;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
}
