/* Shared hero breadcrumb strip for checking product detail pages */
.checking-product-detail-page .checking-hero .checking-breadcrumb {
  box-sizing: border-box;
  max-width: none;
  width: 100%;
  margin: 0;
  padding: 1.125rem max(1.5rem, calc((100% - 1400px) / 2 + 1.5rem)) 1.25rem;
  /* Transparent so the dark hero shows through; white crumb text stays readable */
  background: transparent;
}
