/*
 Theme Name:   SH Child
 Theme URI:    https://sergioheckel.com.ar
 Description:  Tema hijo personalizado para proyectos en WordPress
 Author:       Sergio Heckel
 Author URI:   https://sergioheckel.com.ar
 Template:     generatepress
 Version:      0.1
*/


/* ======================================================
   COMPONENTE: BOTONES
   Normalización visual global (GeneratePress)
   ====================================================== */

a.button,
a.button:visited,
button,
.button,
.gp-button,
input[type="button"],
input[type="submit"],
.wp-block-button__link {
    padding: 7px 14px;
    border-radius: 2px;
}


/* ======================================================
   COMPONENTE: ÁREA DE COMENTARIOS
   ====================================================== */

/* Contenido del comentario */
.comment-content {
    padding: 15px;
    border-radius: 2px;
}

/* Textarea del formulario */
.comment-form-comment textarea {
    border-radius: 2px;
}

/* Contenedor */
.comments-area {
    max-width: 800px;
    margin: 0 auto;
}

/* Responsive del componente */
@media (max-width: 1024px) {
    .site-main .comments-area {
        padding: 1rem;
    }
}

/* ======================================================
   COMPONENTE: HEADER
   ====================================================== */

/* Separador inferior */
.site-header .inside-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding-bottom: 0;
}