.zs-back-wrap {
  margin: 0 0 20px;
}

.zs-back-tile {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  border: 1px solid #e6ebf2;
  border-radius: 12px;
  background: #fafcff;
  text-decoration: none;
  box-shadow: 0 2px 10px rgba(36, 69, 162, 0.05);
  transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.zs-back-tile:hover,
.zs-back-tile:focus {
  background: #f3f7ff;
  border-color: #2445a2;
  box-shadow: 0 6px 18px rgba(36, 69, 162, 0.12);
  transform: translateY(-1px);
  text-decoration: none;
}

.zs-back-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 10px;
  background: #eef3ff;
}

.zs-back-icon svg {
  width: 24px;
  height: 24px;
  fill: #2445a2;
}

.zs-back-text {
  display: flex;
  flex-direction: column;
  min-width: 0;
  line-height: 1.25;
}

.zs-back-label {
  color: #6d7a92;
  font-family: Lato, sans-serif;
  font-size: 13px;
}

.zs-back-title {
  color: #2445a2;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  white-space: normal;
  word-break: break-word;
}

@media (max-width: 767px) {
  .zs-back-wrap {
    margin-bottom: 16px;
  }

  .zs-back-tile {
    padding: 12px 14px;
    border-radius: 10px;
  }

  .zs-back-icon {
    width: 38px;
    height: 38px;
    min-width: 38px;
  }

  .zs-back-icon svg {
    width: 20px;
    height: 20px;
  }

  .zs-back-label {
    font-size: 12px;
  }

  .zs-back-title {
    font-size: 16px;
  }
}
