/* Thème: ocean - Généré automatiquement */
:root {
    --primary-color: #2E3192;
    --secondary-color: #1BFFFF;
    --gradient: linear-gradient(135deg, #2E3192 0%, #1BFFFF 100%);
}

/* Application du thème */
header {
    background: var(--gradient) !important;
}

.trending-tag {
    background: var(--gradient) !important;
}

.nav-btn.active {
    color: #2E3192 !important;
}

.article-link {
    background: #2E3192 !important;
}

.article-link:hover {
    background: #1BFFFF !important;
}

.article-source {
    color: #2E3192 !important;
}

.country-option.active {
    border-color: #2E3192 !important;
}
