.back-link {
  display: flex;
  width: fit-content;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4;
  color: #3366CC;
  text-decoration: none;
  gap: 1rem;
}

.back-link:hover {
  opacity: 0.8;
}

.back-link svg {
  flex-shrink: 0;
}
