/* Gemini Welcome Card Gradient */
.gemini-welcome-card {
    background: linear-gradient(135deg, #4285f4 0%, #9b72f2 50%, #d96570 100%);
    color: white;
    border: none;
    box-shadow: 0 4px 16px rgba(66, 133, 244, 0.3);
    transition: none !important;
}

.gemini-welcome-card .card-title {
    color: white;
    font-weight: 600;
    text-decoration: none;
    background: none;
    -webkit-text-fill-color: white;
    transition: none;
}

.gemini-welcome-card .card-excerpt {
    color: rgba(255, 255, 255, 0.95);
    transition: none;
}

.gemini-welcome-card strong {
    color: white;
    font-weight: 600;
    transition: none;
}

.gemini-welcome-card:hover {
    background: linear-gradient(135deg, #4285f4 0%, #9b72f2 50%, #d96570 100%) !important;
    box-shadow: 0 4px 16px rgba(66, 133, 244, 0.3);
    color: white;
}

.gemini-welcome-card:hover .card-title,
.gemini-welcome-card:hover .card-excerpt,
.gemini-welcome-card:hover strong {
    color: white;
    -webkit-text-fill-color: white;
}

.gemini-welcome-card a,
.gemini-welcome-card a:hover,
.gemini-welcome-card a:focus {
    color: white;
    text-decoration: none;
    background: none;
    -webkit-text-fill-color: white;
    transition: none;
}

.gemini-welcome-card:hover,
.gemini-welcome-card:hover .card-title,
.gemini-welcome-card:hover .card-excerpt,
.gemini-welcome-card:hover strong {
    color: white;
    background: none;
    -webkit-text-fill-color: white;
    text-decoration: none;
    transition: none;
}

.gemini-welcome-card .card-title:hover {
    color: white !important;
    background: none !important;
    -webkit-text-fill-color: white !important;
    text-decoration: none !important;
    transition: none !important;
}
