/*
==================================================
🧩 BLOCKS-LAYOUT.CSS — Vetrineshop
Struttura comune a tutti i blocchi ACF (wrapper, spacing)
==================================================
*/

.acf-blocco {
  margin-bottom: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.acf-blocco h2 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}