.tab-return {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2rem;
  max-width: 100%;
  margin: 0 0.45rem 0 0;
  padding: 0.4rem 0.72rem;
  border: 1px solid rgba(79, 195, 255, 0.28);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(79, 195, 255, 0.12), rgba(20, 241, 149, 0.07)),
    rgba(255, 255, 255, 0.025);
  color: #c9f3ff;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);
  transition:
    transform 0.18s ease,
    border-color 0.18s ease,
    color 0.18s ease,
    background-color 0.18s ease;
}

.tab-return:hover {
  transform: translateY(-1px);
  border-color: rgba(79, 195, 255, 0.48);
  color: #ffffff;
}

.launcher-tabs .tab-return {
  align-self: stretch;
}

.launcher-back + .tab-return,
main.container > .tab-return:first-child {
  margin: 0 0 0.75rem;
}

@media (max-width: 720px) {
  .launcher-tabs .tab-return {
    flex-basis: 100%;
    align-self: auto;
    min-height: 2.15rem;
    margin: 0 0 0.2rem;
  }
}
