/*
Theme Name: Sheshi Homepage Detail Corrections
Version: 0.30.6
Description: Removes redundant labels, prevents category hyphenation, clarifies country and footer copy, and restores a visible discovery continuation.
*/

body.sheshi-home .sheshi-home-category-name {
  hyphens: none !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
}

body.sheshi-home .sheshi-home-about-details {
  min-width: 0;
}

body.sheshi-home .sheshi-home-about-details > .sheshi-home-text-link {
  margin-top: 18px !important;
}

@media (max-width: 767px) {
  body.sheshi-home .sheshi-home-category-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 8px !important;
  }

  body.sheshi-home .sheshi-home-category-tile {
    min-height: 64px !important;
    grid-template-columns: 36px minmax(0, 1fr) auto !important;
    gap: 10px !important;
    padding: 10px 12px !important;
  }

  body.sheshi-home .sheshi-home-category-tile .sheshi-category-icon {
    width: 36px !important;
    height: 36px !important;
  }

  body.sheshi-home .sheshi-home-category-name {
    font-size: 14px !important;
  }

  body.sheshi-home .sheshi-discovery-grid {
    grid-auto-columns: 86% !important;
  }
}
