/*
Theme Name: Tema Revista CCL v2
Theme URI: https://lacamara.pe/
Author: Gemini CLI
Author URI: https://lacamara.pe/
Description: Un nuevo tema optimizado para la Revista La Cámara, basado en el diseño prototipo y las funcionalidades necesarias.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tema-revista-ccl-v2
*/

/* Aquí se añadirán los estilos CSS */

/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/
.pagination {
	margin: 2rem 0;
	text-align: center;
}

.nav-links {
	display: inline-block;
	border: 1px solid #000;
	border-radius: 4px;
	padding: 0;
	margin: 0;
}

.nav-links .page-numbers {
	display: inline-block;
	padding: 0.5em 1em;
	line-height: 1;
	text-decoration: none;
	color: #000;
	border-right: 1px solid #000;
}

.nav-links .page-numbers:last-child {
	border-right: 0;
}

.nav-links .page-numbers.current {
	background-color: #000;
	color: #fff;
	font-weight: bold;
}

.nav-links .page-numbers:hover,
.nav-links .page-numbers:focus {
	background-color: #f0f0f0;
    color: #000;
}

.nav-links .dots {
	padding: 0.5em 1em;
	color: #000;
}

.nav-links .prev,
.nav-links .next {
	font-weight: bold;
}
