/*
Theme Name: Sheshi Discovery Alignment Corrections
Version: 0.30.4
Description: Locks card alignment, visible chevrons, quiet languages, hidden rail chrome and equal country tiles.
*/

body.sheshi-home .sheshi-home-countries {
  padding-bottom: 20px !important;
}

body.sheshi-home .sheshi-country-grid {
  grid-auto-rows: 118px !important;
  align-items: stretch !important;
}

body.sheshi-home .sheshi-country-tile {
  height: 118px !important;
  min-height: 118px !important;
  align-self: stretch !important;
}

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

body.sheshi-home .sheshi-discovery-card-head > .sheshi-category-icon {
  grid-column: 1 !important;
  grid-row: 1 !important;
  align-self: start !important;
  margin: 0 !important;
}

body.sheshi-home .sheshi-discovery-card-identity {
  padding-left: 0 !important;
}

body.sheshi-home .sheshi-discovery-card-meta {
  width: calc(100% + 7px);
  margin-left: -7px !important;
}

body.sheshi-home .sheshi-discovery-chevron {
  position: relative;
  z-index: 2;
  display: inline-flex !important;
  width: 18px !important;
  height: 36px !important;
  align-self: start !important;
  align-items: flex-start !important;
  justify-content: flex-end !important;
  color: var(--accent) !important;
  font-family: Arial, sans-serif !important;
  font-size: 25px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
  opacity: 1 !important;
  visibility: visible !important;
}

body.sheshi-home .sheshi-discovery-card-languages,
body.sheshi-home .sheshi-discovery-card-languages b {
  color: var(--text-muted) !important;
  font-size: 11.5px !important;
  font-weight: 400 !important;
  letter-spacing: .005em;
}

body.sheshi-home .sheshi-discovery-grid {
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
}

body.sheshi-home .sheshi-discovery-grid::-webkit-scrollbar {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}

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

  body.sheshi-home .sheshi-country-grid {
    grid-auto-rows: 92px !important;
  }

  body.sheshi-home .sheshi-country-tile {
    height: 92px !important;
    min-height: 92px !important;
  }

  body.sheshi-home .sheshi-discovery {
    padding-top: 24px !important;
  }
}
