.back-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 44px;
  margin-bottom: 24px;
  padding: 12px 18px;
  border: 1px solid #b6dce5;
  border-radius: 10px;
  background: #eefafd;
  color: var(--navy);
  font-size: 14px;
  font-weight: 700;
}

.back-button:hover {
  background: #d8f3f9;
}

.back-button > span {
  font-size: 22px;
  line-height: 1;
}

@media (max-width: 760px) {
  .back-button {
    margin-bottom: 12px;
  }
}
