/*!
Theme Name: Simulador de Voto Electoral 2026 - Perú
Theme URI: https://andina.digital/simulador-voto
Description: Sistema interactivo de capacitación electoral para las Elecciones Generales 2026 en Perú. Plataforma educativa desarrollada para IDEA Internacional (Instituto Internacional para la Democracia y la Asistencia Electoral) que permite a los ciudadanos peruanos practicar el proceso de votación de manera realista y segura. Incluye validación de marcas con HTML5 Canvas, sistema de autenticación DNI, gamificación con puntos, y análisis en tiempo real del comportamiento electoral.
Author: Andina Digital
Author URI: https://andina.digital
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.1
License: Proprietary - All Rights Reserved
License URI: https://andina.digital/licencia
Text Domain: simulador-voto
Domain Path: /languages
Tags: electoral, education, voting, democracy, peru, election-2026, canvas, interactive

================================================================================
CRÉDITOS Y LICENCIA
================================================================================

Copyright © 2025-2026 Andina Digital
Todos los derechos reservados.

Cliente: IDEA Internacional (International Institute for Democracy and Electoral Assistance)
Website: https://www.idea.int/es

Desarrollado con ❤️ en Perú para fortalecer la democracia
*/

/* Base minimal: Tailwind lo maneja; aquí solo overrides si necesitas */

/* WordPress core-ish content defaults (minimal) */
.entry-content {
	line-height: 1.7;
}

.entry-content > * + * {
	margin-top: 1rem;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4 {
	line-height: 1.2;
	font-weight: 700;
}

.entry-content h1 { font-size: 2rem; }
.entry-content h2 { font-size: 1.5rem; }
.entry-content h3 { font-size: 1.25rem; }

.entry-content ul,
.entry-content ol {
	padding-left: 1.25rem;
}

.entry-content a {
	color: inherit;
	text-decoration: underline;
}

.entry-content img {
	max-width: 100%;
	height: auto;
}

.entry-content blockquote {
	padding-left: 1rem;
	border-left: 4px solid #f0f2f4;
}

.entry-content table {
	width: 100%;
	border-collapse: collapse;
}

.entry-content th,
.entry-content td {
	border: 1px solid #f0f2f4;
	padding: .5rem;
}
