/*
 Theme Name:   Astra Child
 Theme URI:    https://www.escritorioecasa.com/astra-child
 Description:  Astra Child Theme
 Author:       Marcelo
 Author URI:   https://www.escritorioecasa.com
 Template:     astra
 Version:      1.0.0
 License:      GNU General Public License v2
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  astra-child
*/

/* #######################################
 * Customization of Related Articles Area
 * ####################################### */

div.ast-related-posts-title-section{
	margin-bottom: 23px;
}
span.ast-related-posts-title{
	color: #3C78F0;
    font-weight: 700;
	font-size: 1.875rem;
}




/* #########################################################
 * Customization of Author and Last Updated Date In Articles 
 * ######################################################### */
.author-last-updated-container,
.post-author-mention,
.post-last-updated-date {
    display: block;
}
.post-author-mention{
    font-size: 0.9em;
    font-weight: bold;
    margin-bottom: -5px;
}
.post-last-updated-date {
    font-size: 0.9em;
    color: #666;
    margin-bottom: 1em;
    font-style: italic;
}

