/* dotShirt 1.5.13 — instelbare hero-tekstinspringing per slide */
@media (min-width: 768px) {
  .hero-slide.hero-text-left .hero-slide-content > div {
    margin-left: var(--hero-text-margin-left, 0px);
  }
}

/* De mobiele hero behoudt exact zijn bestaande padding en positie. */
@media (max-width: 767.98px) {
  .hero-slide .hero-slide-content > div {
    margin-left: 0;
  }
}
