/*
Theme Name: Slodigt
Theme URI: https://slodigt.com/
Description: Tema hijo de Astra para personalización
Author: Oscar Jarquin
Author URI: https://slodigt.com/
Template: astra
Version: 1.0
*/

/* Aquí puedes agregar tus estilos personalizados*/
.pagination {
    @apply flex justify-center gap-2 mt-6;
}
.pagination li {
    @apply inline-block border rounded px-3 py-1 text-sm text-blue-600 hover:bg-blue-100;
}
.pagination .current {
    @apply bg-blue-600 text-white;
}
