/*
Theme Name: NexaTrend AI Child
Template: generatepress
Version: 1.2.0
*/

:root {
    --primary-color: #007BFF !important;
    --secondary-color: #6F42C1 !important;
    --bg-color: #F8F9FA !important;
    --text-color: #212529 !important;
    --border-radius: 8px !important;
}

/* FORZAR COLORES EN TODO EL SITIO */
h1, h2, h3, .entry-title a {
    color: var(--primary-color) !important;
    font-family: 'Montserrat', sans-serif !important;
}

/* TABLAS DE IA (Como la del post de Veo 3) */
.entry-content table {
    width: 100% !important;
    border-collapse: collapse !important;
    margin: 30px 0 !important;
    border: 1px solid #ddd !important;
}

.entry-content table th {
    background-color: var(--primary-color) !important;
    color: white !important;
    padding: 12px !important;
}

.entry-content table td {
    padding: 10px !important;
    border-bottom: 1px solid #eee !important;
}

/* ENLACES DE AFILIADOS (Jasper, Make, etc) */
.entry-content a {
    color: var(--secondary-color);
    font-weight: 600;
    text-decoration: underline;
}