/* Enhanced GDPR Cookie Banner */
#gdpr-cookie-message {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    border-radius: 15px !important;
    box-shadow: 0 20px 60px rgba(102, 126, 234, 0.3) !important;
    padding: 30px !important;
    animation: slideInUp 0.5s ease-out;
    max-width: 420px !important;
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#gdpr-cookie-message h4 {
    color: #ffffff !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
}

#gdpr-cookie-message p {
    color: rgba(255, 255, 255, 0.95) !important;
    font-size: 15px !important;
    line-height: 1.6 !important;
}

#gdpr-cookie-message a {
    color: #ffd700 !important;
    border-bottom: 1px solid rgba(255, 215, 0, 0.5) !important;
}

#gdpr-cookie-message a:hover {
    color: #ffed4e !important;
    border-bottom-color: #ffed4e !important;
}

#gdpr-cookie-message button {
    background: #ffffff !important;
    color: #667eea !important;
    border-radius: 8px !important;
    padding: 12px 24px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
}

#gdpr-cookie-message button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15) !important;
}

#gdpr-cookie-message button:last-child {
    background: rgba(255, 255, 255, 0.2) !important;
    color: #ffffff !important;
    border: 2px solid rgba(255, 255, 255, 0.5) !important;
}

#gdpr-cookie-message button:last-child:hover {
    background: rgba(255, 255, 255, 0.3) !important;
}

div#gdpr-cookie-message #gdpr-cookie-close {
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 24px !important;
    transition: all 0.2s ease;
}

div#gdpr-cookie-message #gdpr-cookie-close:hover {
    color: #ffffff !important;
    transform: rotate(90deg);
}