/*
Theme Name: Sheshi Desktop Homepage Alignment
Version: 0.30.9
Description: Aligns the desktop hero with the directory axis, tightens section rhythm and category metadata, and limits discovery to one row.
*/

@media (min-width: 1024px) {
  body.sheshi-home .sheshi-home-hero-inner {
    text-align: left !important;
  }

  body.sheshi-home .sheshi-home-hero h1,
  body.sheshi-home .sheshi-home-hero-copy {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  body.sheshi-home .sheshi-home-hero h1 {
    max-width: 820px !important;
  }

  body.sheshi-home .sheshi-home-hero-copy {
    max-width: 760px !important;
  }

  body.sheshi-home .sheshi-home-search .sheshi-search-hero {
    width: min(100%, 840px) !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  body.sheshi-home .sheshi-home-directory-facts {
    text-align: left !important;
  }

  body.sheshi-home .sheshi-home-section,
  body.sheshi-home .sheshi-discovery {
    padding-top: 42px !important;
    padding-bottom: 42px !important;
  }

  body.sheshi-home .sheshi-home-categories {
    padding-top: 38px !important;
  }

  body.sheshi-home .sheshi-home-category-tile {
    grid-template-columns: 36px minmax(0, 1fr) !important;
    align-items: start !important;
  }

  body.sheshi-home .sheshi-home-category-tile .sheshi-category-icon {
    align-self: start !important;
  }

  body.sheshi-home .sheshi-home-category-copy {
    display: block !important;
    min-width: 0;
    padding-top: 1px;
    line-height: 1.25;
  }

  body.sheshi-home .sheshi-home-category-name,
  body.sheshi-home .sheshi-home-category-count {
    display: inline !important;
  }

  body.sheshi-home .sheshi-home-category-count {
    margin-left: 7px !important;
  }

  body.sheshi-home .sheshi-home-countries .sheshi-home-section-head {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body.sheshi-home .sheshi-discovery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
