/*
Theme Name: CRTRA
Theme URI:
Description: Tema hijo de Twenty Twenty-Five para la Comunidad de Regantes del Tirón Rioja Alta.
Author: Encore Lab
Template: twentytwentyfive
Version: 1.0.0
Text Domain: crtra-theme
*/

/* ── Eliminar título de página en portada ── */
.home .entry-header,
.page .entry-header,
.home .wp-block-post-title,
.page-template-default .wp-block-post-title,
h1.entry-title,
.entry-title { display: none; }

/* ── Quitar restricciones de ancho del tema en el contenido ── */
.wp-site-blocks,
.is-layout-constrained > *,
.entry-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: none !important;
}

/* ── Bloques HTML full-width ── */
.wp-block-html { margin: 0 !important; }

/* ── Eliminar márgenes del bloque de página ── */
.wp-block-post-content { margin: 0 !important; padding: 0 !important; }
.wp-block-post-content > .wp-block-html { margin-left: 0 !important; margin-right: 0 !important; }

/* ── Eliminar gap entre bloques consecutivos ── */
.is-layout-flow > * + * { margin-block-start: 0 !important; }

/* ── Reveal: mostrar todo si el JS no carga a tiempo ── */
[data-reveal] { opacity: 1 !important; transform: none !important; transition: none !important; }
