/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1774274918
Updated: 2026-03-23 11:08:38

*/

/* ============================================
   SINGLE POST — IMAGEN DESTACADA HERO
   ============================================ */

.single-post .post-thumbnail {
    width: 100%;
    max-height: 500px;
    overflow: hidden;
    margin-bottom: 2rem;
}

.single-post .post-thumbnail img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    display: block;
}

/* ============================================
   SINGLE POST — LAYOUT Y TIPOGRAFÍA
   ============================================ */

/* Contenedor principal del post */
.single-post .entry-content {
    max-width: 780px;
    margin: 0 auto;
    padding: 0 1.5rem 3rem;
    font-size: 1.1rem;
    line-height: 1.8;
    color: #2d2d2d;
}

/* Título del post */
.single-post .entry-title,
.single-post h1.entry-title {
    max-width: 780px;
    margin: 2rem auto 1rem;
    padding: 0 1.5rem;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.2;
    color: #1a1a1a;
}

/* Headings dentro del contenido */
.single-post .entry-content h2 {
    font-size: 1.8rem;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.single-post .entry-content h3 {
    font-size: 1.4rem;
    margin-top: 2rem;
    margin-bottom: 0.75rem;
}

/* Párrafos */
.single-post .entry-content p {
    margin-bottom: 1.4rem;
}
