/*
 Theme Name:    Hemingway Hijo
 Template:      hemingway
 Version:       1.1.3
*/

/* ==========================================================================
   1. ESTILO DE RELATO (Marco único)
   ========================================================================== */
.estilo-relato {
    background-color: #fdfaf3 !important;
    border: 1px solid #5d4037 !important;
    padding: 30px !important;
    margin: 20px auto !important;
    max-width: 98% !important;
    box-shadow: 4px 4px 12px rgba(0,0,0,0.05) !important;
    box-sizing: border-box !important;
    display: block !important;
}

.estilo-relato div, .estilo-relato .wp-block-group__inner-container, .estilo-relato > * {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    outline: none !important;
}

.estilo-relato p {
    font-family: 'Georgia', serif !important;
    font-size: 1.25rem !important;
    line-height: 1.8 !important;
    color: #2c3e50 !important;
}

.estilo-relato p:first-of-type::first-letter {
    float: left;
    font-size: 3.8rem;
    line-height: 0.8;
    padding: 5px 12px 0 0;
    color: #5d4037;
    font-weight: bold;
}

.estilo-relato figcaption {
    display: block !important;
    text-align: center !important;
    font-style: italic !important;
    color: #5d4037 !important;
    margin-top: 10px !important;
}

/* ==========================================================================
   2. PLANTILLA SIN CABECERA Y COMENTARIOS SIMPLIFICADOS
   ========================================================================== */
.page-template-full-width-no-header .header-cover, 
.page-template-full-width-no-header .header, 
.page-template-full-width-no-header .header-image-container { 
    display: none !important; 
}

.page-template-full-width-no-header .wrapper.section-full-width,
.page-template-full-width-no-header .content.full-width { 
    max-width: 100% !important; 
    width: 100% !important; 
    padding: 0 !important; 
}

.page-template-full-width-no-header .comments-wrapper-custom {
    max-width: 900px;
    margin: 60px auto !important;
    padding: 0 20px;
    clear: both;
}

/* Ocultar el texto de "Tu dirección de correo no será publicada" */
.page-template-full-width-no-header .comment-notes {
    display: none !important;
}