.back-reasons-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}

.back-reasons-head > span {
  min-width: 0;
  color: #8794a2;
  font-size: 7px;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.copy-caption {
  flex: 0 0 auto;
  border: 1px solid #69bfff;
  border-radius: 999px;
  background: linear-gradient(180deg, #173958, #0c2237);
  box-shadow: 0 0 10px #54b5ff35;
  color: #e9f7ff;
  cursor: pointer;
  font-size: 6px;
  font-weight: 950;
  letter-spacing: .055em;
  line-height: 1;
  padding: 4px 7px;
  white-space: nowrap;
}

.copy-caption:hover,
.copy-caption:focus-visible {
  border-color: #a9dcff;
  background: linear-gradient(180deg, #1c486f, #102d49);
}

.copy-caption.copied {
  border-color: #54e6a1;
  background: #54e6a1;
  box-shadow: 0 0 12px #54e6a155;
  color: #06140d;
}
