/* Use public hero typography outside the portal report content. */
.public-inspection-share .inspection-report-alert.public-share-media-notice {
  margin: 0 0 1.25rem;
  padding: 1rem;
  border: 1px solid rgba(48, 99, 134, .25);
  border-radius: 0;
  background: rgba(48, 99, 134, .14);
  color: #306386;
  box-shadow: none;
  line-height: 1.5;
}
.public-share-navigation {
  width: 100%;
  background: #111b25;
}
.public-inspection-share .public-share-content-container {
  padding-inline: .75rem;
}
.public-share-navigation > .public-share-content-container {
  padding-block: 0;
}
@media (min-width: 576px) {
  .public-inspection-share .public-share-content-container {
    padding-inline: 1rem;
  }
}
@media (min-width: 992px) {
  .public-inspection-share .public-share-content-container {
    padding-inline: 1.5rem;
  }
}
.public-share-navigation .inspection-result-hero-page,
.public-share-navigation .inspection-result-hero-page .ukvd-shell,
.public-share-navigation .inspection-result-hero-page .hero-tabs {
  width: 100%;
  max-width: none;
  margin: 0 !important;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.public-share-hero__stats {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
  border-top: 1px solid rgba(255, 255, 255, .18);
  border-bottom: 1px solid rgba(255, 255, 255, .18);
  text-align: left;
}
.public-share-hero__stats > div {
  padding: .85rem 1rem;
}
.public-share-hero__stats > div:nth-child(even) {
  border-left: 1px solid rgba(255, 255, 255, .14);
}
.public-share-hero__stats > div:nth-child(n + 3) {
  border-top: 1px solid rgba(255, 255, 255, .14);
}
@media (min-width: 992px) {
  .public-share-hero__stats > div:nth-child(n + 3) {
    border-top: 0;
  }
  .public-share-hero__stats > div + div {
    border-left: 1px solid rgba(255, 255, 255, .14);
  }
}
.public-share-hero__stats dt {
  color: rgba(255, 255, 255, .72);
  font-size: .82rem;
  font-weight: 400;
  line-height: 1.45;
}
.public-share-hero__stats dd {
  margin: .3rem 0 0;
  color: #fff;
  font-size: .94rem;
  font-weight: 900;
  line-height: 1.25;
  overflow-wrap: anywhere;
}
.public-inspection-share .public-share-hero {
  font-family: Lato, system-ui, sans-serif;
}
.public-inspection-share .public-share-hero h1 {
  font-family: inherit;
  line-height: 1.05;
}
.public-inspection-share.client-page .inspection-result-hero-page,
.public-inspection-share.client-page .inspection-detail-page {
  width: 100%;
  max-width: none;
  margin-inline: 0;
}
.public-inspection-share .client-data-report-hero > .client-breadcrumbs {
  position: static;
  inset: auto;
  transform: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: .4rem;
  width: auto;
  height: auto;
  min-height: 0;
  padding: 0;
  margin: 0 0 1.25rem;
  background: transparent !important;
  border: 0;
  border-radius: 0;
  box-shadow: none !important;
  font-size: .875rem;
  line-height: 1.5;
  font-weight: 600;
  text-transform: none;
}
.public-inspection-share .client-data-report-hero h1,
.public-inspection-share .client-data-report-hero h2 {
  font-family: 'Work Sans', sans-serif;
  text-transform: none !important;
  letter-spacing: 0;
}
.public-inspection-share .client-data-report-heading h1 {
  font-size: 2rem !important;
  font-weight: 700;
  line-height: 1.2;
}
.public-inspection-share .client-data-report-hero h2 {
  font-size: 1.125rem !important;
  font-weight: 500;
  line-height: 1.4;
}
.public-inspection-share .repair-summary-card :is(p, button, span) {
  color: inherit !important;
}
.public-inspection-share .repair-summary-card {
  color: #fff;
}
.public-inspection-share .inspection-detail-page button {
  text-transform: none;
  letter-spacing: 0;
}
.public-inspection-share button i {
  padding-right: 0;
  top: auto;
}
.public-inspection-share .client-data-report-registration {
  font-size: 1.5rem !important;
  line-height: 1.5;
}
@media (min-width: 992px) {
  .public-inspection-share .client-data-report-heading h1 {
    font-size: 2.25rem !important;
  }
}
