/*
Theme Name: Sheshi Homepage Spacing Audit
Version: 0.33.5
Description: Restores the intended section rhythm and balances the tablet search, institutions header and growth band.
*/

@media (min-width: 1024px) {
  body.sheshi-home .sheshi-home-countries {
    padding-bottom: 20px !important;
  }

  body.sheshi-home .sheshi-discovery {
    padding-top: 32px !important;
    padding-bottom: 28px !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  body.sheshi-home .sheshi-home-search .sheshi-search-hero {
    box-sizing: border-box !important;
    height: 64px !important;
    min-height: 64px !important;
    padding: 4px !important;
  }

  body.sheshi-home .sheshi-home-search .sheshi-search-hero > .sheshi-search-submit {
    height: 54px !important;
    min-height: 54px !important;
  }

  body.sheshi-home .sheshi-home-institutions .sheshi-home-section-head {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr) !important;
    gap: 24px !important;
    align-items: start !important;
  }

  body.sheshi-home .sheshi-home-growth {
    padding-bottom: 48px !important;
  }

  body.sheshi-home .sheshi-home-growth-inner {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 24px !important;
    align-items: start !important;
  }

  body.sheshi-home .sheshi-growth-steps {
    grid-column: 1 !important;
  }

  body.sheshi-home .sheshi-growth-cta {
    width: 100% !important;
  }
}
