.cookie-consent {
    background: rgba(0, 0, 0, 0.85);
    bottom: 0;
    color: #fff;
    font-size: 14px;
    left: 0;
    padding: 15px;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 1000;
}

.cookie-consent a {
    color: #4CAF50;
    text-decoration: underline;
}

.cookie-consent button {
    background-color: #4CAF50;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    margin-left: 10px;
    padding: 8px 12px;
}

@media (max-width: 768px) {
    .cookie-consent {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
}