a.home-return.home-return,
[data-testid="page-home-nav"] a:not(.home-return) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 38px;
  color: var(--muted, var(--charcoal, #4f565f));
  text-decoration: none;
  font-size: 14px;
  line-height: 1;
  font-weight: 850;
  border: 1px solid rgba(55, 53, 47, .12);
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 1px 2px rgba(15, 15, 15, .03);
  transition: color .16s ease, border-color .16s ease, background .16s ease, box-shadow .16s ease;
}

a.home-return.home-return:hover,
[data-testid="page-home-nav"] a:not(.home-return):hover {
  color: var(--primary, #5645d4);
  border-color: rgba(86, 69, 212, .22);
  background: #fff;
  box-shadow: 0 6px 18px rgba(86, 69, 212, .08);
}

a.home-return.home-return:focus-visible,
[data-testid="page-home-nav"] a:not(.home-return):focus-visible {
  outline: 3px solid rgba(86, 69, 212, .18);
  outline-offset: 2px;
}

.home-return-icon {
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: .78;
}
