/* 
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 */


/* ===== Single Post - Hello Elementor Child ===== */

.hec-single-post {
    max-width: 800px;
    margin: 60px auto;
    padding: 0 20px;
}

.hec-entry-header {
    margin-bottom: 30px;
    text-align: left;
}

.hec-entry-category {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    background: #f2f2f2;
    padding: 4px 10px;
    border-radius: 999px;
    margin-bottom: 10px;
}

.hec-entry-title {
    font-size: 32px;
    line-height: 1.2;
    margin: 10px 0 8px;
}

.hec-entry-meta {
    font-size: 14px;
    color: #666;
}

.hec-entry-dot {
    margin: 0 4px;
}

.hec-featured-image {
    margin: 30px 0;
}

.hec-featured-image img {
    width: 100%;
    height: auto;
    border-radius: 12px;
}

/* Contenido */
.hec-entry-content {
    font-size: 16px;
    line-height: 1.7;
    color: #222;
}

.hec-entry-content p {
    margin-bottom: 1.2em;
}

.hec-entry-content h2,
.hec-entry-content h3,
.hec-entry-content h4 {
    margin-top: 1.8em;
    margin-bottom: 0.6em;
}

/* Footer */
.hec-entry-footer {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.hec-entry-taxonomies {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 30px;
    font-size: 14px;
}

.hec-tax-label {
    font-weight: 600;
    margin-right: 4px;
}

/* Comentarios (estilo ligero) */
#comments {
    max-width: 800px;
    margin: 40px auto 60px;
    padding: 0 20px;
}

/* Back to Blog Button */
.hec-back-button {
    margin-top: 40px;
    margin-bottom: 30px;
}

.hec-back-link {
    display: inline-block;
    padding: 12px 20px;
    background: #f3f3f3;
    color: #333;
    border-radius: 8px;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.2s ease;
}

.hec-back-link:hover {
    background: #e0e0e0;
    color: #000;
}

