.kova-return {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  margin-left: 12px;
  padding: 0 11px;
  border: 1px solid rgba(23, 21, 32, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  color: #171520;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.kova-return:hover {
  border-color: #ff563d;
  background: #ff563d;
  color: #fff;
}

.kova-return:focus-visible {
  outline: 3px solid #ff563d;
  outline-offset: 3px;
}

@media (max-width: 900px) {
  .kova-return {
    min-width: 34px;
    margin-left: 8px;
    padding: 0 9px;
    font-size: 0;
  }

  .kova-return::before {
    content: "←";
    font-size: 17px;
  }
}
