/*
 * Models page overrides.
 * Kept in a standalone file for clean page-specific styling.
 */
#header [data-device=desktop][data-transparent] [data-row=bottom][data-transparent-row=yes] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.instashade-page-hero__breadcrumbs {
  margin-top: -0.5rem;
}

.instashade-page-hero__breadcrumbs .rank-math-breadcrumb {
  color: rgba(255, 255, 255, 0.68);
}

.instashade-page-hero__breadcrumbs .rank-math-breadcrumb a {
  color: rgba(255, 255, 255, 0.68);
}

.instashade-page-hero__breadcrumbs .rank-math-breadcrumb .separator {
  color: transparent;
  font-size: 0;
  margin: 0 0.45rem;
}

.instashade-page-hero__breadcrumbs .rank-math-breadcrumb .separator::before {
  content: ">";
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.9rem;
  line-height: 1;
}

.instashade-page-hero__breadcrumbs .rank-math-breadcrumb .last {
  color: #fff;
}