/**
Theme Name: LM Astra Child
Author: Lorenzo Moreno
Author URI: https://www.lorenzomoreno.com/
Description: Tema hijo de Astra, para poder personalizar sin perder cambios en actualizaciones...
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lm-astra-child
Template: astra
*/


/* Título de páginas y posts (h1) */
header.entry-header .entry-title {
    font-weight: 600;
    font-size: 48px;
}

/* Bordes entre contenido y sidebar, antes de blog, ...*/
.ast-right-sidebar #primary {
    border:0;
}
.ast-right-sidebar #secondary {
    border-left:0;
}
.blog-layout-1 {
    border-bottom:0;
}
.ast-archive-description {
    border-bottom:0;
}

/* Título de los posts en la sidebar */
.wp-block-latest-posts__post-title {
    font-weight: 800;
}

/* Fecha de los posts en la sidebar */
.wp-block-latest-posts .wp-block-latest-posts__post-date, .wp-block-latest-posts .wp-block-latest-posts__post-author {
    font-size: 13px; 
    opacity: 0.66;
}


/* Archivos en el editor de bloques */

.wp-block-file:not(.wp-element-button)::before {
  content: "📄 ";
  margin-right: 8px;
}

.wp-block-file:not(.wp-element-button) {
  font-size:17px;
  font-weight:900;
  justify-content: start;
}

/* Bordes de tablas */

:root {
    --ast-border-color: none!important;
}