.bc-home-link-runtime {
  display: inline-flex;
  height: 36px;
  align-items: center;
  gap: 6px;
  padding: 0 10px;
  border: 1px solid rgba(127, 127, 127, 0.28);
  border-radius: 8px;
  color: inherit;
  background: transparent;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  opacity: 0.82;
  transition: background-color 150ms ease, opacity 150ms ease;
}
.bc-home-link-runtime:hover {
  background: rgba(127, 127, 127, 0.12);
  opacity: 1;
}
.bc-home-link-arrow {
  font-size: 18px;
  line-height: 1;
}
@media (max-width: 639px) {
  .bc-home-link-runtime {
    width: 36px;
    padding: 0;
    justify-content: center;
  }
  .bc-home-link-label {
    display: none;
  }
}