.lab-back-link {
  position: fixed;
  right: 14px;
  bottom: 14px;
  z-index: 50;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 8px 10px;
  border: 3px solid #111111;
  background: #ffffff;
  color: #111111;
  box-shadow: 5px 5px 0 #111111;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 950;
  line-height: 1;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: uppercase;
}

.lab-back-link:hover,
.lab-back-link:focus-visible {
  background: #f21823;
  color: #ffffff;
  outline: 0;
}

@media (max-width: 720px) {
  .lab-back-link {
    right: 10px;
    bottom: 10px;
    min-height: 32px;
    padding: 7px 9px;
    box-shadow: 4px 4px 0 #111111;
  }
}
