/* FindBusParts Version 9.1 navigation and landing-page alignment update */

/* Center landing-page headings and prevent titles from being squeezed into a side column. */
.page-hero-grid,
.support-hero-grid,
.wanted-hero-grid {
  grid-template-columns: minmax(0, 1fr) !important;
  justify-items: center;
  gap: 30px !important;
  text-align: center;
}

.page-hero-grid > :first-child,
.support-hero-grid > :first-child,
.wanted-hero-grid > :first-child {
  width: min(100%, 980px);
  margin-inline: auto;
}

.page-hero h1,
.page-hero p,
.support-hero h1,
.support-hero p,
.wanted-hero h1,
.wanted-hero p {
  max-width: 900px !important;
  margin-left: auto;
  margin-right: auto;
}

.page-hero-actions,
.hero-actions,
.wanted-hero-actions {
  justify-content: center;
}

.page-hero-card,
.support-route-card,
.wanted-hero-panel {
  width: min(100%, 820px);
  text-align: left;
}

/* Center the legal landing-page title while keeping the version panel readable. */
.legal-hero-inner {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  justify-items: center;
  text-align: center;
  gap: 24px !important;
}

.legal-hero-inner > :first-child {
  width: min(100%, 920px);
}

.legal-hero h1,
.legal-hero p {
  max-width: 900px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.legal-version {
  text-align: center;
}

/* Account and registration pages now carry Help & Support in the footer. */
.account-site-footer {
  margin-top: 40px;
}

@media (max-width: 700px) {
  .page-hero-grid,
  .support-hero-grid,
  .wanted-hero-grid,
  .legal-hero-inner {
    gap: 22px !important;
  }
}

/* V15.1 privacy/photo-fit fixes */
.listing-image .listing-photo, .gallery-main img, .gallery-thumb img, .photo-preview img { object-fit: contain !important; background:#fff !important; }
.listing-image { background:#fff; }
