/* ==========================================================================
   Home Page Specific Styles
   ========================================================================== */

.af-page-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  /* Ensures the footer is always at the bottom if the page content is short */
}

.af-main-content {
  flex-grow: 1; /* Pushes footer to the bottom */
}