/* ===== BACK BUTTON ===== */
.back-link{
  display: inline-flex;
  align-items: center;
  gap: 6px;

  text-decoration: none !important;
  font-weight: 600;

  color: #0e2a22 !important; /* тёмный, всегда видимый */
}

.back-link i{
  font-size: 22px;
  line-height: 1;
  color: #0e2a22 !important;
}

/* hover — аккуратно */
.back-link:hover{
  color: #44CC80 !important;
}

.back-link:hover i{
  color: #44CC80 !important;
}
.back-link{
  font-size: 14px;
  font-weight: 600;
  opacity: .85;
}
.back-link i{
  font-size: 18px;
}
.back-link:hover{
  opacity: 1;
}
.back-link{
  margin-bottom: 10px;
}
