/*
Theme Name: ESSAD
Theme URI: https://www.essad.es
Author: Iker Perez de Albeniz
Author URI: https://www.ubikare.io
Description: ESSAD Project template
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.2
Version: 1.3
Text Domain: essad
Domain Path: /lang
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

ul.page-numbers {
    display: flex;
    padding-left: 0;
    list-style: none;
    justify-content: center;
    margin-top: 2rem;
}
ul.page-numbers li a, ul.page-numbers li span {
    padding: 0.5rem 0.75rem;
    border: 1px solid #dee2e6;
    color: #0d6efd;
    text-decoration: none;
}
ul.page-numbers li span.current {
    background-color: #0d6efd;
    color: white;
    border-color: #0d6efd;
}

.icon-ue {
        display: inline-block;
        width: 32px;
        height: 32px;
        background-color: currentColor; /* Esto hace que use el color del texto (primary) */
        -webkit-mask: url('https://upload.wikimedia.org/wikipedia/commons/9/93/European_stars.svg') no-repeat center;
        mask: url('https://upload.wikimedia.org/wikipedia/commons/9/93/European_stars.svg') no-repeat center;
        -webkit-mask-size: contain;
        mask-size: contain;
    }

/* Quitar estilos por defecto de WordPress en comentarios */
.comment-respond h3 { 
    font-size: 1.25rem; 
    font-weight: bold; 
    margin-bottom: 1rem; 
}
.comment-notes, .logged-in-as { 
    font-size: 0.85rem; 
    color: #6c757d; 
    margin-bottom: 1rem; 
}
/* Estilo para los hilos (comentarios anidados) */
.children {
    margin-left: 3rem;
    margin-top: 1.5rem;
    border-left: 2px solid #eee;
    padding-left: 1rem;
}
/* Ocultar etiquetas de cookies de WP si no las quieres */
.comment-form-cookies-consent { display: none; }

/* Tamaño de texto de lectura agradable para el post */
.entry-content p {
    margin-bottom: 1.5rem;
    line-height: 1.8;
}

/* Estilos para el formulario de comentarios de WP */
#commentform textarea {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-family: inherit;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    margin-bottom: 1rem;
}

#commentform #submit {
    background-color: #0d6efd;
    color: white;
    border: none;
    padding: .5rem 1.25rem;
    border-radius: .25rem;
}

/* Sangría para respuestas anidadas */
.children {
    list-style: none;
    margin-left: 3rem;
    border-left: 2px solid #dee2e6;
    padding-left: 1rem;
}