/* Site-level SEO/UX overrides. Loaded after the Webflow stylesheet. */

/* Dead Webflow CMS search: hide the navbar search trigger and overlay form. */
.search-shop-con-2,
form.search-desktop {
  display: none !important;
}

/* Header logo is ~50px tall; do not let srcset pick the 1659w PNG. */
img.image-3 {
  max-width: 220px;
  height: 50px;
  width: auto;
  object-fit: contain;
}

/*
 * Product cards: keep Webflow's 6-column / span-2 rows (3 cards across).
 * The 8th products-page card (combustors) was missing from the original
 * export, so give it the same span as its siblings and undo the one-off
 * placement that only made sense with 7 cards.
 */
#w-node-products-combustors,
#w-node-_80f8fd36-84a0-9dea-7390-0bdd9f9dc209-91cc22d1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-products-combustors,
  #w-node-_80f8fd36-84a0-9dea-7390-0bdd9f9dc209-91cc22d1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-products-combustors {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

/*
 * FAQ is its own section (not a flex child of the contact column).
 * Keep the site's normal 1170px content column; only stretch the inner
 * list so closed <details> don't shrink the block.
 */
.product-faq-section,
.section.product-faq-section {
  background: transparent !important;
  background-color: transparent !important;
}

.product-faq-section .base-container-8 {
  align-items: stretch;
}

.product-faq {
  display: block;
  width: 100%;
  align-self: stretch;
  box-sizing: border-box;
}

.product-faq h2 {
  margin-bottom: 16px;
}

.product-faq details,
.product-faq summary {
  display: block;
  width: 100%;
  box-sizing: border-box;
}

.product-faq details {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding: 12px 0;
}

.product-faq summary {
  cursor: pointer;
  font-weight: 700;
  list-style: none;
}

.product-faq summary::-webkit-details-marker {
  display: none;
}

.product-faq details p {
  margin: 10px 0 4px;
  line-height: 1.6;
}

.search-unavailable,
.not-found-links {
  margin-top: 40px;
  margin-bottom: 20px;
}

.search-unavailable ul,
.not-found-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  padding: 0;
  margin: 12px 0 0;
  list-style: none;
}

.search-unavailable a,
.not-found-links a {
  color: #e50914;
  font-weight: 600;
  text-decoration: none;
}

.search-unavailable a:hover,
.not-found-links a:hover {
  text-decoration: underline;
}

.glossary-kicker {
  font-size: 16px !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 8px !important;
}

.search-unavailable {
  padding: 24px 0 48px;
}

.search-unavailable h1 {
  opacity: 1 !important;
}

.not-found-links {
  justify-content: center;
  margin-top: 24px;
}
