/*
 Theme Name: Twenty Twenty-Five Child (Radar News)
 Template: twentytwentyfive
 Description: Thème enfant sur-mesure pour le portail d'actualités sombre.
 Author: Votre Nom
 Version: 1.0
*/

/* --- CONFIGURATION GLOBALE DU MODE SOMBRE --- */
body, .site {
    background-color: #070b12 !important; /* Fond sombre profond inspiré de votre capture */
    color: #e2e8f0 !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

/* --- FORCER LA PLEINE LARGEUR PROPRE POUR ELEMENTOR --- */
data[data-elementor-columns], .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 100% !important;
}

/* Suppression des marges parasites du thème par défaut autour des pages Elementor */
.site-content, .content-area {
    padding: 0 !important;
    margin: 0 !important;
}

/* --- STYLE DES CARTES DE NEWS --- */
.news-card, .elementor-widget-container {
    border-radius: 8px;
}

/* --- PERSONNALISATION DES LIENS --- */
a {
    color: #38bdf8; /* Bleu technique / néon cohérent avec votre interface */
    text-decoration: none;
    transition: color 0.2s ease;
}

a:hover {
    color: #7dd3fc;
}