/* ------------------------------------------------------------------
   Section: projects / featured projects
   Future block: vibo/featured-projects  (cards = SCF Repeater)
   ------------------------------------------------------------------ */

:is(.vibo-main, .acf-block-preview) .proyectos-destacados__head {
  display: block;
}

/* every card after the first overlaps the one above it */
:is(.vibo-main, .acf-block-preview) .proyectos-destacados--stacked {
  margin-top: -100px;
}

:is(.vibo-main, .acf-block-preview) .proyecto-box {
  padding: 48px;
  box-shadow: 0 8px 20px rgba(62, 19, 4, 0.08), 0 18px 40px rgba(62, 19, 4, 0.1);
  border-radius: 24px;
  margin-bottom: 25px;
}
