/*
Theme Name: hello elementor Child
Theme URI: 
Author: Abya Yala Team
Author URI: 
Description: Child theme for hello elementor
Version: 1.1
Template: hello-elementor
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hello-elementor-child
*/

/* Import parent theme styles */
@import url("../hello-elementor/style.css");

/* Add your custom styles below this line */

/* Layout para single post con sidebar */
.single-post-container {
    display: flex;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}
.post-content {
    width: 70% !important;
    margin: 0 auto;
}
.sidebar-latest-posts {
    width: 30%;
    background: #fafafa;
    padding: 3% 0 0 0 !important;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

/* Media queries para ocultar el sidebar en móviles y tablets */
@media (max-width: 768px) {
    .single-post-container {
        flex-direction: column;
    }
    .post-content {
        width: 100%;
        margin: 0;
    }
    .sidebar-latest-posts {
        display: none;
    }
}
.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main {
   margin-top:30px;
    margin-bottom: 30px;
}

.fecha-publicacion {
    margin-top: 5%;
}

.tpg-shortcode-main-wrapper .rt-detail .entry-title a {
    line-height: 0px !important;
    font-size:12px;
}