/* ==========================================================================
   Dahu Theme - Homepage Shared Utilities
   Shared helpers used by multiple homepage sections
   ========================================================================== */

.home-section-container {
  width: 100%;
  max-width: var(--container-max);
  margin-inline: auto;
}
