.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(18, 3, 19, 0.95);
    color: #ffffff;
    z-index: 9999;
    padding: 1.5rem;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.4);
}

.cookie-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: space-between;
    align-items: center;
}

.cookie-content p {
    flex: 1;
    font-size: 0.95rem;
}

.cookie-content a {
    color: #8c52ff;
    text-decoration: underline;
}

.cookie-buttons button {
    background: #8c52ff;
    color: #fff;
    border: none;
    padding: 0.6rem 1.2rem;
    margin-left: 0.5rem;
    cursor: pointer;
    border-radius: 6px;
}

.cookie-buttons button:last-child {
    background: transparent;
    border: 1px solid #8c52ff;
}
