.back-home-link {
  position: fixed;
  left: max(16px, calc(50% - 190px));
  top: 18px;
  z-index: 50;
  display: inline-grid;
  min-height: 36px;
  place-items: center;
  border: 1px solid rgba(214, 179, 111, 0.55);
  border-radius: 999px;
  padding: 0 14px;
  background: rgba(12, 17, 14, 0.76);
  color: #f5dfac;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  backdrop-filter: blur(12px);
}

.hnw-path-card:not(.primary) {
  display: none !important;
}

.hnw-admin-check,
.hnw-lead-card details {
  display: none !important;
}
