/**
Theme Name: Event Pills Restyle
Theme URI: https://eventpills.it
Author: Primo Round
Description: Child theme di Astra per il restyling editoriale 2026 di eventpills.it (handoff Claude Design). Reimplementa solo la grafica: page builder (Elementor), contenuti, URL e caching restano intatti. Aggiunge tassonomia hub, meta livello/destinatario e il sistema copertine automatico sopra la featured image.
Author URI: https://primoround.com
Template: astra
Version: 0.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: eventpills-restyle
*/

/* Gli stili reali vivono in assets/tokens.css + assets/restyle.css (enqueue da functions.php).
   Qui restano solo gli override page-specifici portati dal vecchio astra-child. */

/* === GUIDA-HERO: nasconde entry-title Astra (duplicato del hero H1) sulle pagine guida === */
.page-id-4642 .entry-title,
.page-id-4643 .entry-title,
.page-id-4644 .entry-title,
.page-id-4645 .entry-title {
  display: none !important;
}

/* === ACCESSIBILITA: nasconde page-title categoria (sostituito da ep-guida-hero) === */
.category-accessibilita h1.page-title {
  display: none !important;
}
