/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.authors-grid {
    display: grid;
	grid-column: 1fr 1fr 1fr;
    justify-content: space-around;
}

.author-item {
    text-align: center;
    margin: 20px;
    width: 200px;
}

.author-avatar img {
    border-radius: 50%;
    margin-bottom: 10px;
}

.author-name {
    font-size: 18px;
    font-weight: bold;
    color: #002157; /* Color de tu preferencia */
}

.author-position {
    font-size: 14px;
    color: #666666; /* Color de tu preferencia */
}


/* Gutenberg styles */
.elementor-widget-theme-post-content {
	
}

.type-post .elementor-widget-theme-post-content :is(h2, h3, h4, h5, h6):not(:first-child) {
	margin-top: 50px;
}

.type-post .elementor-widget-theme-post-content li:not(:last-child) {
	margin-bottom: 10px;
}

.type-post .elementor-widget-theme-post-content :is(ul, ol) {
	margin-bottom: 30px;
}

.type-post .elementor-widget-theme-post-content .wp-element-button {
    background: var(--e-global-color-accent) !important;
    border-radius: 9999px;
    color: #fff !important;
    font-weight: 500;
}
