
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
    z-index: 9999;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cookie-content {
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    font-size: 0.9rem;
}
.cookie-content p {
    margin: 0;
    flex: 1 1 300px;
}
.cookie-buttons {
    display: flex;
    gap: 10px;
}
