.cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    margin: 0;
    border-radius: 0;
    border: none;
    border-top: 3px solid #0d6efd;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 0.98);
    padding: 1rem 0;
}

.cookie-consent-text {
    font-size: 0.95rem;
    line-height: 1.5;
}

.cookie-consent .alert-link {
    font-weight: 600;
    text-decoration: underline;
}

@media (max-width: 768px) {
    .cookie-consent {
        padding: 1.5rem 1rem;
    }
    
    .cookie-consent-text {
        font-size: 0.85rem;
    }
}